Viewing 15 posts - 376 through 390 (of 496 total)
Oops! I just need to add brackets:
IF NOT EXISTS (SELECT * FROM ::fn_get_sql(@who_sql_handle))
UPDATE BLOCKS_HISTORY
SET who_sql = 'NOT AVAILABLE'
WHERE (dt=@dt) and (who_sql_handle=@who_sql_handle)
ELSE
UPDATE BLOCKS_HISTORY
SET...
September 26, 2003 at 12:12 am
Hi!
Various college jobs, trainer of computer courses/network admin, network admin -> DBA!
I really like my job!
September 25, 2003 at 6:12 am
quote:
How do you want the users to start the jobs? Are they going to have Enterprise Manager installed?If you have...
September 25, 2003 at 2:57 am
2s_popovski:
Greate args. Thanks!
September 25, 2003 at 2:10 am
quote:
I might be tempted to build some app or job that will read the msg from a table and then send it...
September 24, 2003 at 11:27 pm
Developers guys need it to send a message to MSMQ.
September 24, 2003 at 10:30 am
quote:
Do I consider the above values very high since ... disk queue > 2
As...
September 24, 2003 at 6:51 am
quote:
But if you only have one Controller then a seperate channel is advised.
The RAID1 (with...
September 24, 2003 at 6:12 am
This is what I did for my stored procedures, used in multiserver jobs:
I created a publication, named multi_server_procs and replicated it to other servers with snapshot replication. When I...
September 24, 2003 at 2:23 am
2alzdba:
quote:
I've build a workaround to achieve this by having the users raising an alert. SqlAgent then reacts to that alert...
September 24, 2003 at 2:16 am
quote:
Missing a hyphen in from of outputverbose - maybe just a paste error on post?
September 23, 2003 at 6:03 am
I could not find something about this in KB.
Thanks.
September 23, 2003 at 4:51 am
quote:
Yes you add Andy's parameters on the second step of the log reader agent job...
September 23, 2003 at 4:49 am
quote:
Side attraction but noticed the 'SELECT *'
Did not quite understood. You mean lines like...
September 23, 2003 at 4:26 am
This is what I figured out: this behaviour. The text like CREATE ... is simply the text of the stored procedure or trigger that is executed.
/* just to...
September 23, 2003 at 3:36 am
Viewing 15 posts - 376 through 390 (of 496 total)