Browse by Tags

All Tags » SQL Server » self
  • SP_HELP_REVLOGIN for SQL Server 2005

    SP_HELP_REVLOGIN stored procedure helps you to generate a script that can be used to recreate the logins that exist on a server at a specific point in time script the logins along with password. I'm not sure how many DBA are aware of this Stored Procedure and it is described in KB article 246133 . Though it talks about SQL Server 2000 version ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on September 4, 2007
  • Why is a SPID blocking itself in sysprocesses?

    This was the question asked during an interview that was attended by one of my friend, I'm not sure how he managed to answer but came to me asking how it is possible. For your information af ter you apply SQL 2000 Service Pack 4, you might observe that a SPID is blocking itself, as reported in the output of sysprocesses when you are using SP_WHO2 ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on July 27, 2007