Hi How to get the transaction state of a particular table in sql server 2005? ie. I want to know whether the particular table is in transaction or...
Hi I have a table with 4 million records,35 fields. A primary key field. Every 1 hours 1000s or 10000s of records inserting in this table using...
Hello, I have a table with 2.5 million records. I will insert bulk of records in this table using BULK INSERT every day(more than 4 times). While...
Hi All, I have a table with 30 columns and 3 million records. I am quering a field amount 25 fields. All the 25 fields are searchable fields. When I...
Hi All, I have a table with 35 columns,3+ million records,1 clustered index unique field. I developed a search application to search the records...
Hi, I am using SQL Server 2005 Std. Ed. I have a table with 30+ Lakhs records. I have the index on this table. When I write the SELECT COUNT(*) FROM...
Hi, Can anyone tell me the actual difference between these queries? SELECT * FROM Table1 AS A, Table2 AS B WHERE A.Field1 = B.Field1 SELECT * FROM...
Separate names with a comma.