Viewing 15 posts - 2,416 through 2,430 (of 7,504 total)
your sp_stop_job procedure ends normally.
So, your next statement is still executed in the "begin try" part.
Declare @rc int
BEGIN TRY
print 'start'
Exec @rc=msdb..sp_stop_job 'yourjob'
if...
January 27, 2011 at 6:04 am
We receive many "sspi handshake failed" at dns-server reboot time (win 2003 domain). transparency with secondary dns servers doesn't seem so transparent after all 🙁
January 26, 2011 at 2:20 pm
another alternative might be
SELECT *
, ROW_NUMBER() OVER ( ORDER...
January 25, 2011 at 12:58 pm
- What's the actual error message your apps receive ?
- Can it be applying win updates on a dns server ( including reboot ) somewhere in your chain causes this...
January 25, 2011 at 12:44 pm
-- removed xpost notice because Steve already pointed the other thread --
Good job, Steve
January 25, 2011 at 12:39 pm
Steve Jones - SSC Editor (1/25/2011)
...I'll have to pick and choose where I go.
Sheer luxury :Wow:
at least if you compare it to most of us :blink:
:w00t:
January 25, 2011 at 8:45 am
gary.morey (1/24/2011)
The second table has a...
January 25, 2011 at 8:38 am
A primary key _MUST_ be unique !
none of the columns can be NULLable and the combination of all columns must be unique.
Can you elaborate a bit on your "normalization criteria"...
January 25, 2011 at 8:23 am
Grant Fritchey (1/24/2011)
Threadizens not on Twitter might not have heard the word. I just took a job with Red Gate. It's up on the blog.
I already had the impression such...
January 25, 2011 at 3:51 am
Grant Fritchey (1/24/2011)
I'm not crazy about it. I don't like the...
January 25, 2011 at 12:22 am
books online topic "FROM (Transact-SQL) " states
[ FROM { <table_source> } [ ,...n ] ]
<table_source> ::=
{
table_or_view_name [ [ AS ]...
January 24, 2011 at 2:37 pm
please adjust your size settings and preview the result before posting:crazy:
January 24, 2011 at 2:23 pm
enjoying star wars episodeIII for the moment. scene = the assembly of darth vader :w00t:
January 22, 2011 at 1:16 pm
Michael Valentine Jones (1/21/2011)
January 22, 2011 at 4:55 am
Lutz covered it perfectly :w00t:
Further info can be found in books online topic "Using Table Aliases"
January 22, 2011 at 4:49 am
Viewing 15 posts - 2,416 through 2,430 (of 7,504 total)