Viewing 15 posts - 121 through 135 (of 160 total)
Thanks to your help the person in charge of the server will start using Sql Server backups instead of disk backups.
Thanks
May 1, 2008 at 11:00 am
I ran a test and it appears that the DTC works even against closed connections. In the code that follows I have two insert methods that open and close...
April 2, 2008 at 12:52 pm
Thanks for getting back to me on this. I do have one more question if you don't mind. I have seen a few examples of using .NET TransactionScope which...
March 31, 2008 at 6:23 am
I don't seem to be able to get SSC Journeyman's method to work, but since Matt's works fine I will stick with that.
Thanks for the time and patience.
February 27, 2008 at 7:30 am
Matt's method worked perfectly. SSC Journeyman had suggested a parameter list that didn't have delimiters. That is why I didn't include them in my first attempt. Regardless of...
February 27, 2008 at 6:35 am
Maybe I did something incorrectly, but when I executed this code using Set @ParmList = '1', the resultset contained rows with status values 1 and 12. Here is the code...
February 26, 2008 at 7:24 am
I have been getting some interesting solutions to my question. I appreciate them all as I learn something from everyone one of them. Am I correct that your solution...
February 26, 2008 at 6:17 am
This was very helpful. Casting the Status field into a VarChar that was surrounded by a delimiter during the selection never occurred to me.
Thanks. I really appreciate your...
February 25, 2008 at 10:53 am
That is really cool. I never knew that you could flip the Like statement the way you did. Before I implement this I want to be sure that I understand...
February 25, 2008 at 9:11 am
Your idea seemed like an interesting idea so I thought I would give it a try just to see how it worked. When I tried to run it I...
February 25, 2008 at 8:27 am
That did the trick. Many thanks
February 20, 2008 at 10:18 am
First I would like to thank you for all your help. I really appreciate it.
I wanted to test the function so I issued the following Select Statement:
select idno
From dbo.SplitStringToInt('1|2|3')
The output...
February 20, 2008 at 9:53 am
Sorry to be a pest about this, but when I executed the function I got the following error:
Insert Failed because the following Set options have incorrect settings: 'ANSI_NULLS, ANSI_WARNINGS, ANSI_PADDING'...
Do...
February 20, 2008 at 7:44 am
I am new to this XML query stuff so please forgive the question. I have tried to get your function to complile, but I keep getting errors about an alias...
February 20, 2008 at 7:13 am
Thanks, I will give that a shot.
February 20, 2008 at 5:40 am
Viewing 15 posts - 121 through 135 (of 160 total)