DBCC CHECKIDENT ('authors',RESEED,0)
DBCC DROPCLEANBUFFERS --- Removes all clean buffers from the buffer pool
DBCC FREEPROCCACHE -- this clears the proc cache on all db's on the server.
DBCC FLUSHPROCINDB ---- clears the cache for a paricular DB
You can create PROXY users in SQL 2005 using 2 methods
1 CREATE USER greg WITHOUT LOGIN
2. create certificate al_cert with subject='certificate for al'
create user al FOR CERTIFICATE al_cert.
No comments:
Post a Comment