Question : SQL Server Database Stuck in Single User mode

Hello,

One database is stuck in single user mode.

How do I get it back. I tried SQL Restart but still not able to get it to normal.

I dont have DAC connection enablled.

Answer : SQL Server Database Stuck in Single User mode

Just to clarify, delete is not a DDL, but a DML command.

For DDL you can create DDL triggers for the create, drop and alter table, etc. Check the following links for details:

http://www.mssqltips.com/tip.asp?tip=1006

http://msdn.microsoft.com/en-us/ms189540(SQL.90).aspx

http://searchsqlserver.techtarget.com/tip/Create-DDL-table-in-SQL-Server-2005-to-audit-DDL-trigger-activity

Random Solutions  
 
programming4us programming4us