Viewing 6 posts - 316 through 321 (of 321 total)
Displaying disk space information about a table
sp_spaceused
Displays the number of rows, disk space reserved, and disk space used by a table, indexed view, or SQL Server 2005 Service Broker...
November 27, 2007 at 3:20 am
Check server's error log where a corresponding entry will be written.
The key to the message is the 'State' which the server will accurately set to reflect the source of...
November 22, 2007 at 7:20 am
using Visual Source Safe.
check the following link
http://searchsqlserver.techtarget.com/tip/1,289483,sid87_gci1093178,00.html
November 22, 2007 at 7:02 am
Mostly the naming conventions, usage of variables and logic building and style of coding
November 22, 2007 at 1:46 am
If your getting the problem in select statement i am sure there will be an varchar data in the filed. Check the data.
November 21, 2007 at 10:31 pm
You can use DTS to copy the table into other database
November 21, 2007 at 6:46 am
Viewing 6 posts - 316 through 321 (of 321 total)