Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: SQL Server 2005 Performance Dashboard Using SSRS

    I also had an issue with usp_Main_GetSessionInfo due to the max value for milliseconds in the DateDiff function being less than 24 Days (etc). Therefore, to maintain a good degree...

  • RE: scripts

    If you want to check for the existance first then its:-

    IF EXISTS (SELECT * FROM sys.database_principals WHERE name = N'someuser')

    DROP USER [someuser]

Viewing 2 posts - 1 through 2 (of 2 total)