Forum Replies Created

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

  • RE: Script to Detach All User Databases

    How about this? Less lines

    select 'ALTER DATABASE [' + name + '] SET SINGLE_USER WITH ROLLBACK IMMEDIATE;' + char(10)

    + 'EXEC master.dbo.sp_detach_db @dbname =...

  • RE: Orphaned Users

    boumerlin,

    I have the same issue as you stated in this thread. The difference is that I want to drop all of these "orphaned" users that exist in AD, but still...

  • RE: Why is my transaction log full?

    Thanks much. This will be required reading for my Jr. DBAs.

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