Viewing 15 posts - 436 through 450 (of 616 total)
Lowell (12/3/2012)
you could rollback...
December 3, 2012 at 6:36 am
This is my new ALTER_DATABASE trigger:
CREATE TRIGGER [DDLTriggerRenameDatabaseBackupSchedule]
ON ALL SERVER
FOR ALTER_DATABASE
AS
DECLARE @data XML
DECLARE @NewDBName VARCHAR(256)
...
December 3, 2012 at 5:52 am
Thanks arunyadav007, I understand this part but I'm not really sure how to actually implement the ALTER_DATABASE trigger.
When the new trigger fires, how do I access the old database name...
December 3, 2012 at 4:57 am
I've installed SQL Server 2008 R2 with SP2 now I want to install the latest Cumulative updates which I also downloaded from http://support.microsoft.com/kb/2754552#appliesto and this is what happened:
I ran the...
November 30, 2012 at 8:51 am
Forget sp_who & sp_who2
You want sp_whoisactive
http://sqlblog.com/blogs/adam_machanic/archive/tags/sp_5F00_whoisactive/default.aspx
November 22, 2012 at 10:17 am
trowsell (11/22/2012)
November 22, 2012 at 4:11 am
The answer depends on what you're trying to accomplish with the query.
a LEFT join merely tells SQL server to return ALL record from the table that's on the left side...
November 22, 2012 at 3:43 am
anthony.green (11/20/2012)
November 20, 2012 at 5:50 am
Thanks Tony.
I have more questions sorry! if anyone can point me in the right direction I'd be eternally grateful!
1) The new box will not have any locally installed application that...
November 20, 2012 at 5:33 am
If you can secure the SQL role that'd be great.
I'd skip the digitalisation technologist Job WTF?! to be honest.
Good luck!
November 19, 2012 at 4:35 pm
Thanks Vegard. I now understand your point. I think my confusion is because I didn't see a SQL Admin group when I view the users/groups in computer management. I assume...
November 19, 2012 at 3:49 pm
Vegard Hagen (11/19/2012)
November 19, 2012 at 9:40 am
Vegard Hagen (11/19/2012)
November 19, 2012 at 9:38 am
Gianluca Sartori (11/19/2012)
You can read it as "DBAs group added to local administrators group".
Ah but this is only valid for a server that's in the domain which mine isn't. Have...
November 19, 2012 at 9:18 am
Viewing 15 posts - 436 through 450 (of 616 total)