Viewing 15 posts - 19,351 through 19,365 (of 26,490 total)
Now, how about your code that isn't working? It would be helpful to see what you have done sofar.
August 5, 2009 at 9:00 am
Please read the first article in my signature block about asking for help. Follow the instructions in that article on what and how to post to get the best...
August 5, 2009 at 8:05 am
sqluser (8/5/2009)
In this example only...
August 5, 2009 at 7:58 am
Can you post your code that you are have problems with?
August 5, 2009 at 7:53 am
Eswin (7/17/2009)
These procedures are blocking other processes.
Lock created is "LOCK_M_S".
In Most case the blocking is started from the Host_A which at that moment is exec "SP_UNPREPARE" and the...
August 5, 2009 at 6:34 am
So, have you tried setting MAXDOP to 1 on the query in your stored procedure? Did it help?
August 5, 2009 at 6:32 am
You should still explicitly name the columns in the SELECT clause. Not that it may cause problems, it is just that is, for many of us, a bast practice.
August 5, 2009 at 6:29 am
I may have missed it, but you will want to ensure that @RESULT is initialized to zero (0) before you start the update.
August 4, 2009 at 11:01 pm
Is the Q: drive a mapped drive or a local drive on the server? If a mapped drive to a network share, you may want to change the path...
August 4, 2009 at 10:53 pm
Sorry, you can't insert data into two separate tables with one insert statement. You'll need to do it in two steps.
August 4, 2009 at 8:51 pm
Please tell me you aren't using the * in the SELECT clause in your production code. You really should explicitly declare the columns you are returning in a select...
August 4, 2009 at 8:44 pm
Please take the sample data you provided, and create the expected output that should be generated by the query. Please don't just describe the output, show use what it...
August 4, 2009 at 6:34 am
Jan Van der Eecken (8/4/2009)
August 4, 2009 at 6:27 am
Having found out you had double posted this request for help. I redirected everyone to this thread. Unfortunately, I failed to notice that one thread was in a SQL...
August 3, 2009 at 9:32 pm
Curious why you have double posted this request for help? You now have two threads going with different people answering the same question and those in one thread not...
August 3, 2009 at 9:21 pm
Viewing 15 posts - 19,351 through 19,365 (of 26,490 total)