Viewing 15 posts - 1,666 through 1,680 (of 2,010 total)
what about using bcp to dump out each table to a text file and then either zipping/tarring/raring all the files up into one file to be archived for your time...
June 26, 2007 at 7:41 am
Have a look at the following and see if it helps you.
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=5&messageid=148608
-Luke.
June 13, 2007 at 5:54 pm
It's a toss up, either drive to Pittsburgh and see some old friends, or stay at home and brew a batch of Wie Heavy for this winter and enjoy some...
May 25, 2007 at 7:05 am
I personally have worked with PostgreSQL and quite enjoyed it. There were a few growing pains at first, but eventually it just became a rock solid platform for us...
May 24, 2007 at 7:16 am
I'd be surprised if the folks from Red Gate couldn't come up with a way to integrate the simple Talk SQL Prettifier http://www.simple-talk.com/prettifier However it would be great to...
May 22, 2007 at 8:59 am
Yeah I'd thought about that, but that application already handles that logic, before it sets up the values it sends over to the stored procedure. I know I should...
May 16, 2007 at 11:58 am
Yeah I've already trimmed it down below 3 secs which is more than acceptable, but I'm just looking to see if I can do better than that. Also, it's...
May 16, 2007 at 10:47 am
Yeah the code I'm working on has been in production 5 years or so... And it's not like it was upgraded from SQL 7 hence the @@ identity. ...
May 16, 2007 at 9:43 am
Thanks for confirming my suspicions. I was mostly just curious that it didn't appear as a step in the new execution plan as I assumed it would have, because...
May 16, 2007 at 7:03 am
That was just sample data. It's another varchar value that gets stored. I just didn't feel like typing out the whole thing. Thank you though.
May 15, 2007 at 7:07 am
I guess that's what I'm trying to get at... There will only ever be 1 of 2 values passed into this stored procedure because of validation that is happening in...
May 15, 2007 at 6:48 am
Then that would seem to be your problem. In your connection string, you are sending a user name and password instead of the integrated windows authentication information.
Have a look...
May 14, 2007 at 2:04 pm
How will you know what dates you are tyring to calculate? will they be passed in from your application?
Is this something that is the result of a process that...
May 14, 2007 at 1:51 pm
Another avenue to get another SQL 7.0 CD would be if you could find an old set of MSDN CD's or if you're currently licensed with an MSDN subscription you...
May 14, 2007 at 1:42 pm
Viewing 15 posts - 1,666 through 1,680 (of 2,010 total)