Viewing 15 posts - 1 through 15 (of 42 total)
Thanks, Greg, that was something I was looking for too!
June 14, 2012 at 9:43 am
Hello - I had the same need and found this great link that solved it for me
http://www.sqlnerd.com/ssis_dynamic_dates.htm
good luck -
June 8, 2012 at 2:23 pm
Hello,
Thanks for your post. So - you have the file on the network share and a pointer in the database, but what mechanism in an application controls how the...
April 28, 2010 at 4:46 pm
I have received the same message when trying to update a table with a trigger. You might check to see if there is an active trigger.
June 2, 2009 at 9:09 am
Thank you, J - that was very helpful and I really appreciate your time.
Kenena
August 20, 2008 at 11:33 am
Hello,
I am creating a stored procedure that will run 6 other stored procedures. Why do you say not to use the BEGIN/END. Also where does GO play a...
August 20, 2008 at 10:56 am
Thanks, David, for responding. I took a peek at that info and will review it further. What I was unable to figure out is how the application field...
May 27, 2008 at 10:07 am
Thanks very much, Todd, that gave me the insights I needed.
Kenena
April 11, 2008 at 10:03 am
Hi Todd,
Thanks for the reply, I appreciate your time. This is uncharted territory for me, is there any chance you could provide more details or direct me to good...
April 10, 2008 at 4:52 pm
Hi - this thread is interesting to me, but it may not work as there is a typo with either
declare mycsr or the rest listed as myscr - so...
April 3, 2008 at 10:11 am
Thanks for your response, Rich -
My problem is that if a subquery is required to group the totals, I can't figure out where it goes or how to write it...
November 5, 2007 at 3:21 pm
Thanks, Marcus - this is helpful to me, but I wasn't able to figure out how to limit the results to maybe tables with 0 rows or less than X....
October 25, 2007 at 12:21 pm
Out of curiosity, could you tell me why you chose not to create a view?
October 17, 2007 at 10:31 am
Hello Matt -
It may be proprietary, but bottom line, it goes to the sequence table ID listed in the SP, gets the next value, adds one to the sequence table...
October 16, 2007 at 3:43 pm
Thanks mrpolecat -
I had read that in BOL, but I had interpreted the -1 to mean there were no more rows left so as long as <> -1 it would...
October 16, 2007 at 3:12 pm
Viewing 15 posts - 1 through 15 (of 42 total)