Viewing 15 posts - 196 through 210 (of 1,655 total)
Tim,
If I remember correctly you must use the WITH LOG option in you RAISERROR command in order for the alert to be triggered.
November 25, 2009 at 6:25 am
Gregg,
as already said before you cannot disable xp_regread through sp_configure. While sp_configure works for xp_cmdshell, most others you can only deny execution rights to your users.
But I have to...
November 16, 2009 at 4:34 am
tjad and Shehap
thank you both for your responses. I'm longer working at the customer where we had this issue, so I won't be able to do anymore testing, but both...
September 30, 2009 at 1:23 am
dallas13 (9/28/2009)
Microsoft SQL Server 2005 - 9.00.4035.00 (X64) Nov 24 2008 16:17:31 Copyright (c) 1988-2005 Microsoft Corporation Enterprise...
September 29, 2009 at 4:25 am
First of all I wonder why you ask us and not MS for the "offical response".
But there are actually several responses from MS, because there are also different reason...
September 24, 2009 at 1:45 am
You can start SSMS with the runas option and then use another windows login.
September 23, 2009 at 8:05 am
guptaajay1985 (9/23/2009)
what port should I select for other node other than 1433
Unless you have any applications which require a fixed port I would recommend to use dynamic port settings. If...
September 23, 2009 at 1:43 am
I suggest you start reading this about deadlocking.
Once you understand deadlocking you can get more information about what is causing the problem by either enabling traceflag 1204 or 1222 or...
September 23, 2009 at 1:38 am
I'm pretty sure I answered you're first question already a while ago.
http://www.sqlservercentral.com/Forums/Topic783680-146-1.aspx#bm783727
If this was not clear enough let us know.
And to answer your second question yes you can use...
September 23, 2009 at 1:23 am
On a active-active cluster at least one of the instances must have a port other than 1433. If both instances would use the same port, a conflict would occur during...
September 23, 2009 at 1:10 am
When the RTM version of SQL 2500 was released DB Mirroring was not "ready yet" and so MS decided to disable it. You could enable mirroring by setting the 1400...
September 7, 2009 at 5:45 am
When you restore a backup of a database to a different server all string columns will keep the collation of the original database. In your case I suspect that the...
September 2, 2009 at 8:16 am
jonathan allen (9/1/2009)
I'm a little late to this but am trying to get a baseline CPU trace of one of my servers and found the thread.
Can anyone advise me whether...
September 1, 2009 at 8:48 am
You cannot be serious.
How do you expect us to help you with that little information.
August 31, 2009 at 4:06 am
alter tcp_endpoints [TSQL Default TCP] set state = 1 where name ='TSQL Default TCP'
If this really was the statement you executed, then change it to:
Alter Endpoint [TSQL Default TCP] set...
August 31, 2009 at 4:04 am
Viewing 15 posts - 196 through 210 (of 1,655 total)