SQL Server Tables Questions and Answers

Recent IT Questions

41 - 45 of 45
<<PREVIOUS 1|2|3 NEXT>>

Error message when creating a table in SQL

Whenever I try to create a table in SQL, I receive the error, "No disk space." How do I create more disk space on my Oracle server?

View Answer   |  Nov 4 2008  6:22 PM GMT
Oracle, SQL Server errors, SQL Server tables
asked by SQL Server Ask the Experts

  2445 pts.

how to delete dup records from a table to ?

basically i want to remove dups in a table. i have a table called productincludes it has a few fields listed here: ParentProductID ChildProductID SummarizedRowID IncludeStatus LastUpdateDate DisplayOrderByID i ran a update for a business request that made many dup rows and want to clean this up....

View Answer   |  Oct 17 2008  3:59 PM GMT
SQL Server database, SQL Server tables, Deduplication
asked by Supergirl2008

  5 pts.

Analyzing Existing Indexes

Hello, I am trying to analyze existing indexes on few tables. I think I can do this by using system views like sys.db_dm_index_usagestats, physicalstats and operationalstats. I am here trying to figure out disk space used by each index, I/O stats ,fragmentation etc I am wondering if ,Apart these...

View Answer   |  Oct 8 2008  9:02 PM GMT
Indexes, SQL Server database, SQL Server tables
asked by Sqloholic

  25 pts.

Lowering a high average disk queue length on a SQL Server

We have a small table on our SQL Server with a high Avg. Disk Queue Length. The typical methods to fix this, such as fragmentation for the indexes and reorganizing the indexes, do not help. What other solutions are there?

View Answer   |  Sep 30 2008  5:39 PM GMT
SQL Server tables
asked by SQL Server Ask the Experts

  2445 pts.

Multiple users with access to a table in SQL Server 2005

If more than one user can put in a BEGIN TRAN statement, along with being able to update records, of the same table on SQL Server 2005, what will be the rollback results?

asked by SQL Server Ask the Experts

  2445 pts.

41 - 45 of 45
<<PREVIOUS 1|2|3 NEXT>>