Viewing 15 posts - 18,391 through 18,405 (of 19,564 total)
Krasavita (1/5/2010)
[Microsoft SQL-DMO] Error 21268: [SQL-DMO]Row or column specified is outside the range of the specified query result set.
this is what I...
January 5, 2010 at 11:09 am
Nice article and good info.
January 5, 2010 at 10:47 am
rustman (1/5/2010)
CirquedeSQLeil (1/5/2010)
rustman (1/5/2010)
January 5, 2010 at 10:36 am
What happens if you change the
IF @PAID_THRU < GETDATE() AND NOT EXISTS
to
IF @PAID_THRU <= GETDATE() AND NOT EXISTS
Also, have you thrown any print statements into it to see what...
January 5, 2010 at 10:34 am
ziangij (1/4/2010)
option C doesn't work, it throws an error while executing in sql 2005.
You will need to change the Employees table in the variable to a valid table in...
January 5, 2010 at 10:12 am
rustman (1/5/2010)
January 5, 2010 at 10:11 am
I agree with Lynn,Mark and Bitbucket. The idea is to test the code against your system using your knowledge. If that means changing a variable - then change...
January 5, 2010 at 10:10 am
I would tend to lean toward the results of sys.dm_db_physical_index.
Are the tables in question heaps or do they have clustered indexes on them?
January 4, 2010 at 11:33 pm
What is the utility that you are using to see this deadlock graph?
What are the queries that you suspect are causing the deadlocks?
January 4, 2010 at 10:16 pm
Tell me about it, Jimbu took me there last summer. Somewhere between Alexanders and Houttuynia.
January 4, 2010 at 10:01 pm
Grant Fritchey (1/4/2010)
sudhakara (1/4/2010)
Jack Corbett (1/4/2010)
January 4, 2010 at 5:57 pm
GilaMonster (1/4/2010)
January 4, 2010 at 5:55 pm
Thanks for posting back with the solution.
January 4, 2010 at 5:48 pm
Viewing 15 posts - 18,391 through 18,405 (of 19,564 total)