Viewing 15 posts - 16 through 30 (of 2,483 total)
Another Windows Server 2003 Failover Clustering article?
Windows Server 2003 extended support ended on July 14, 2015
http://www.microsoft.com/en-au/server-cloud/products/windows-server-2003/[/url]
Yes that's right Extended Support ended months ago. Lets not lower the standard of SQL...
November 10, 2015 at 1:38 pm
Jeff, surely you're forgetting the times when you need a XSL file and namespaces declarations :-D:-D
October 8, 2015 at 8:57 pm
That looks to have done it. Awesome work thanks.
October 8, 2015 at 5:37 pm
Knight (10/8/2015)
EG.
DECLARE @cmd VARCHAR(2000)
SET @cmd = 'DIR "\\SHARENAME"'
EXEC xp_cmdshell...
October 8, 2015 at 5:00 am
Thanks for all the responses so far. Unfortunately all of them don't quite get there :crying:
The tripping point seems to be the [Element4] values. As shown in the desired output,...
October 7, 2015 at 2:47 pm
Very nice.
Running SQL 2012 11.0.3412 (SP1 + CU9), needed to add this to the sp_send_dbmail execute, otherwise results were in the email body.
,@attach_query_result_as_file = 1
July 28, 2015 at 2:03 am
jfogel (6/17/2013)
philcart (7/6/2011)
June 17, 2013 at 7:55 pm
Ok, that makes sense now.
So if you select from the #ERRORLOG table, what do you see? I'm going to guess that you'll see "9 lockTimeout=" in the LogDate column. If...
May 9, 2013 at 8:37 am
Msg 245, Level 16, State 1, Line 8
Conversion failed when converting the nvarchar value '9 lockTimeout=' to data type int.
@SQLR45, Are you sure that bit of code is...
May 8, 2013 at 7:21 am
Couple of suggestions
1) Put the html css into a table (AlertContacts, or AlertSettings maybe). Then it can be more easily customized to a users corporate color scheme.
2) Don't mix use...
May 6, 2013 at 1:38 am
Looks nice for a single server, any thoughts on producing a consolidated summary report across multiple servers?
My current repository collects data locally. That data is then aggregated to my management...
April 16, 2013 at 7:39 pm
mmartin1 (2/15/2013)
February 16, 2013 at 9:10 pm
Federico, No point in boring people unnecessarily. I've sent you a PM.
February 7, 2013 at 5:53 am
nick.mcdermaid (2/6/2013)
1. If you have only one SQL Agent job being your 'host' you can't run mutliple jobs in parallel
2. If you want to have a...
February 7, 2013 at 4:24 am
Steven Willis (2/3/2013)
Considering something like Contact Info I'd do something like below...
Where's the +1 button. Ton of good info and examples Steve.
February 5, 2013 at 5:16 am
Viewing 15 posts - 16 through 30 (of 2,483 total)