Viewing 5 posts - 1 through 6 (of 6 total)
CLSID_SQLSERVERCE_3_5 = {0xF49C559D, 0xE9E5, 0x467C, {0x8C, 0x18, 0x33, 0x26, 0xAA, 0xE4, 0xEB, 0xCC}};
If anyone's interested, we offer a free native-code IDE for SQL Server Compact. Details at our web...
Ray Mond
http://www.sqlinspect.com
In-depth query analysis for SQL Server
January 17, 2008 at 9:35 am
You can look in msdb..restorehistory, which links to msdb..backupset, which in turn links to msdb..backupmediafamily.
Ray Mond
http://www.sqlinspect.com
In-depth query analysis for SQL Server
January 11, 2008 at 12:24 am
I think what Sergiv meant was that all the time was spent transmitting the data from the database to the database client, in your case its Query Analyzer. Probably...
Ray Mond
http://www.sqlinspect.com
In-depth query analysis for SQL Server
January 10, 2008 at 10:31 pm
If you run SET STATISTICS TIME ON prior to running the stored procedure, do the time breakdowns indicate anything useful?
Ray Mond
http://www.sqlinspect.com
In-depth query analysis for SQL Server
January 10, 2008 at 8:17 pm
If it runs at predictable times, you could try running sp_who2 when its running, and try to identify the connection using the CPUTime, DiskIO and LastBatch values as markers. ...
Ray Mond
http://www.sqlinspect.com
In-depth query analysis for SQL Server
January 10, 2008 at 7:59 pm
Viewing 5 posts - 1 through 6 (of 6 total)