Viewing 15 posts - 3,256 through 3,270 (of 5,394 total)
This should do the trick:
DECLARE @code_positions nvarchar(max)
DECLARE @column_names nvarchar(max)
DECLARE @sql nvarchar(max)
SET @code_positions =
STUFF
...
April 11, 2011 at 8:51 am
I'm sorry, you need AD and DNS to build a cluster.
I can't find a MSDN KB to point you to, but I'm sure it is so. Try google that...
April 11, 2011 at 6:39 am
bitbucket-25253 (4/7/2011)
April 7, 2011 at 7:43 am
Crap! I hit "quote" instead of "edit".
April 5, 2011 at 8:58 am
Stefan Krzywicki (4/5/2011)
Gianluca Sartori (4/5/2011)
Stefan Krzywicki (4/5/2011)
David Burrows (4/5/2011)
Stefan Krzywicki (4/5/2011)
...What are you doing, standing around on people's lawns?Nah, bet he plays Knock-down Ginger :w00t:
I have no idea what that...
April 5, 2011 at 8:57 am
Stefan Krzywicki (4/5/2011)
David Burrows (4/5/2011)
Stefan Krzywicki (4/5/2011)
...What are you doing, standing around on people's lawns?Nah, bet he plays Knock-down Ginger :w00t:
I have no idea what that means.
Fred + Ginger?
April 5, 2011 at 8:46 am
April 5, 2011 at 2:24 am
There's also Idera SQL Check: http://www.idera.com/Products/Free-Tools/SQL-check/
April 5, 2011 at 2:22 am
forsqlserver (4/5/2011)
Is there any free tool but good also?:hehe:
There's always Nagios. With some plugins you can monitor the most important metrics: http://labs.consol.de/lang/en/nagios/check_mssql_health/
Very far from paid products, anyway.
April 5, 2011 at 2:20 am
kstjacques (4/4/2011)
April 5, 2011 at 1:16 am
Perry Whittle (4/4/2011)
no, i put "" around the url which is ok for Safari but IE doesnt like it :crazy:
Neither does Chrome FYI
April 4, 2011 at 8:41 am
msdb.dbo.sp_start_job just starts the job, but doesn't wait for it to finish.
If this is the behaviour you want, you will have to code some procedures to do this.
I do this...
April 4, 2011 at 8:39 am
freund (4/4/2011)
The read out string doesn't contain the \LF anymoore. :angry:
I hope I'm not offending anyone, but... have you checked this from SSMS? I'm sure you're aware that newline chars...
April 4, 2011 at 7:32 am
Viewing 15 posts - 3,256 through 3,270 (of 5,394 total)