sqlncli11.lib
Additionally,
1. How to Rename an object...
2. We can catch the wait stats for 3 Very Important WaitTypes
select * from sys.dm_os_wait_stats where wait_type in
('ASYNC_NETWORK_IO','PAGELATCH_SH','CXPacket')
We can also learn about below few other wait types
RBIO* wait types
BUFFERPOOL_SCAN Waitypes
get current date.... select getdate()
3. ROW_NUMBER (Transact-SQL)
4. KeyLookup and High CPU Queries
5. Create or delete a server alias for use by a client
Best Regards
Amit Vaid
No comments:
Post a Comment