Viewing 15 posts - 136 through 150 (of 160 total)
At this point I am not sure if I am better off using dynamic sql or using optional parameters in my t-sql script. Any thoughts?
Thanks
February 19, 2008 at 5:52 am
I came up with a different solution that I am close to fixing, but am having a problem with. I decided to use an IN clause so that my...
February 14, 2008 at 10:55 am
Thanks. I have decided to take your advice and go with Dynamic SQL as in this case it is much cleaner and easy to maintain. If I hit a...
January 29, 2008 at 8:12 am
I tried to get the case statement to work, but I could not get the sort Descending to compile no matter what I tried. I came across this article...
January 29, 2008 at 6:13 am
Thanks. I was hoping for an easier way to make these types of changes, but I guess I am stuck with what I am currently doing or using dynamic sql.
December 14, 2007 at 9:12 am
Thanks for the suggestion. That is basically what I am doing.
I had initially thought that using a CTE would work. I tried the following but could not...
December 14, 2007 at 7:29 am
Unfortunately for me the tables do tend to change more then I would like (this is out of my control).
I agree that I could use Sergiy's method for the...
December 14, 2007 at 6:29 am
This sounds like a good plan.
Thanks
November 20, 2007 at 12:38 pm
I have not heard of Toad for SQL Server. I am going to have to look into this as well as the all of the other suggestions.
Based on the...
November 19, 2007 at 6:27 am
Thanks. I was not aware of that option.
November 16, 2007 at 7:05 am
Thanks very much for the clear and well thought out response.
November 16, 2007 at 6:47 am
I was not sure if there was a way to keep the identity fields in synch from database to database. I will use a Backup and Restore.
Thanks
November 15, 2007 at 7:16 am
Thanks to the both of you. I came up with a similar approach on my own, but I like yours better.
Thanks again.
November 7, 2007 at 9:55 am
First I would like to thank you for getting back to me. I was about to give up on this post.
While I like your approach I have...
November 7, 2007 at 6:16 am
Viewing 15 posts - 136 through 150 (of 160 total)