Viewing 15 posts - 826 through 840 (of 1,187 total)
David Webb (8/31/2009)
BEGIN TRAN
then select, update or delete something, the locks obtained by the DML statement should be maintained until an explicit commit or rollback is...
September 1, 2009 at 7:55 am
Like forgetting a WHERE clause on a DELETE statement.
Been there, done that. Thank goodness it was a relatively small table, and I had a backup. But the nauseating feeling just...
September 1, 2009 at 7:43 am
I just plain got it wrong because of the int @c, after focusing too much on confirming the 21 * 0.5 calculation. Good question in that it highlights rookie mistakes...
August 20, 2009 at 8:12 am
I think this is a fascinating and important thread - perhaps it can be made into an article.
I also wonder - can you guys help the user set up something...
August 19, 2009 at 8:10 am
Thanks, great question. Usually "great question" means one where I don't know enough to get it right, so I was happy to get this one right, and for the right...
August 4, 2009 at 11:42 am
Elliott W (7/9/2009)
If you are starting fresh, you could just copy the package and rename it and then take out anything you don't need..CEWII
Thanks. What if I started with a...
July 10, 2009 at 7:58 am
Alvin Ramard (7/9/2009)
webrunner (7/9/2009)
Alvin Ramard (7/9/2009)
You can copy the connection manager from one package to another. I believe than should give you what you wanr.
Thanks. Do you mean you...
July 9, 2009 at 12:12 pm
Alvin Ramard (7/9/2009)
You can copy the connection manager from one package to another. I believe than should give you what you wanr.
Thanks. Do you mean you can right-click the...
July 9, 2009 at 11:49 am
Jack Corbett (7/7/2009)
July 7, 2009 at 3:37 pm
Thanks for this information! I tried this command in master:
sp_testlinkedserver [mylinkedserver]
and got this response:
Command(s) completed successfully.
Not a 1 or a 0 as the documentation says are the possible responses.
Does "Command(s)...
July 7, 2009 at 3:17 pm
Tony Davis (7/4/2009)
Comments posted to this topic are about the item Music for DBAs
Disaster Recovery:
Mannin' the Mirror (Michael Jackson, RIP)
Maintenance:
Upgrade (Beyonce)
Storage:
iSCSI of the Tiger (Survivor)
Drive (The Cars)
This is fun....
July 7, 2009 at 8:23 am
Great question. I lucked out by picking the right answer for the wrong reason: I mistakenly thought committing transaction T2 committed T1 as well, not that table variables ignore transaction...
July 7, 2009 at 8:17 am
drnetwork (6/23/2009)
June 23, 2009 at 8:06 am
TVR (6/23/2009)
For instance, if the person pass the MCTS exam, that person should be "capable" of fulfilling a junior/intermediate DBA role and...
June 23, 2009 at 7:26 am
Dan Guzman (6/19/2009)
June 19, 2009 at 12:44 pm
Viewing 15 posts - 826 through 840 (of 1,187 total)