Viewing 15 posts - 616 through 630 (of 645 total)
Alexander Kuznetsov (11/13/2008)
Solomon Rutzky (11/13/2008)
Alexander Kuznetsov (11/13/2008)
How would you test the following cases:- my stored procedure modifies two tables and returns a result set;
3) To test any result...
November 13, 2008 at 3:46 pm
Roger Fleig (11/13/2008)
November 13, 2008 at 3:28 pm
Anirban Paul (11/13/2008)
Nice one. Well presented...:)
Thanks, I appreciate it. 🙂
Take care,
Solomon.......
November 13, 2008 at 1:04 pm
Alexander Kuznetsov (11/13/2008)
- my stored procedure returns an unordered result set;
- my stored procedure returns two result sets;
- ...
November 13, 2008 at 1:02 pm
greenantim (10/28/2008)
October 28, 2008 at 1:59 pm
I certainly agree that each group needs to try new methods of building software to see what works for them. While Agile is a buzz-word these days, it really...
September 22, 2008 at 10:50 pm
Another option is to use CLR, even though not everyone is a fan of that option. The SQL# library that is available at http://www.SQLsharp.com/ has functions to do this....
September 4, 2008 at 2:27 pm
nice article....2 limitations to add to the list:
1) as "sbateman" mentioned, Table Variables cannot be used in SELECT ... INTO statements
2) Table Variables cannot be used in sub-processes, such as:...
July 17, 2008 at 9:49 am
cs_troyk (6/27/2008)
"We have quite...
June 27, 2008 at 10:31 am
Jeff Moden (6/25/2008)
We have lots of embedded tabs
That would certainly be a fly in the ointment.
Yeah, it really did constrain me and I truly did try to find a...
June 26, 2008 at 9:19 am
Jeff Moden (6/25/2008)
Just a couple of observations...
You did all of this just because BCP won't export...
June 25, 2008 at 5:04 pm
andreq1 (6/25/2008)
June 25, 2008 at 4:27 pm
david.murden (5/30/2008)
Do you know why the Jobs section caused it to fail? i am using sqlsvr2000.
I have a pretty good idea of what is wrong. It is either this:
((CONVERT(INT,...
May 30, 2008 at 9:01 am
david.murden (5/29/2008)
Is there anything else you would find useful to know?
Do you have it searching JobSteps? Which is the default. If so, try setting that parameter to 0...
May 29, 2008 at 10:26 am
david.murden (5/29/2008)
May 29, 2008 at 9:22 am
Viewing 15 posts - 616 through 630 (of 645 total)