Viewing 15 posts - 46 through 60 (of 210 total)
Jeff Sims-413169 (8/27/2012)
August 27, 2012 at 11:20 am
We restore the bulk of our DBs daily from a DR copy - might be my pessimistic nature but I'd prefer to know my backups are good rather than assuming...
June 25, 2012 at 9:35 am
Thanks Gazareth and Gail for the quick response!
Gazareth (5/11/2012)
No way for the user to go through the original table population procedure again?
Nope. The raw data was deleted off this server...
May 11, 2012 at 9:44 am
It would help to see the table definition and query you're working with but are the 4 columns in question the only 4 being used from that table? I...
May 10, 2012 at 9:14 am
Unfortunately we're not only upgrading from 2000 to 2008 R2 but we're also migrating over to a new domain which doesn't trust (and I'm told will never trust) the existing...
December 12, 2011 at 12:16 pm
Thxs Jeremy but no dice.
Changed the "path" system variable, rebooted and am still getting the "SQL Server 2000 DTS Designer components are required to edit DTS packages..." message.
December 12, 2011 at 8:47 am
Yep, my bad Elliott.
However that was where I put them, I just forgot to note it in my steps taken.
December 9, 2011 at 11:39 am
Bump - I'm also having this issue.
Short background on what I'm trying to do: modify a DTS package originally from SQL Server 2000 in 2008 R2 64-bit (Windows Server 2008...
December 9, 2011 at 9:11 am
faruk.arshad (10/6/2011)
@old handbut i have the inner condition if @@rowcount=0 then break then shouldnt go infinite......
Yep, my bad.
October 6, 2011 at 1:53 pm
I'd have to agree with Sean about not needing a loop for this but if I understood your question, what's causing your infinite loop is the "while (1=1)" condition.
October 6, 2011 at 1:39 pm
Elliott Whitlow (9/22/2011)
September 22, 2011 at 4:03 pm
Thanks Scott, makes sense.
pjdiller (9/22/2011)
September 22, 2011 at 1:33 pm
scott.shaw (7/12/2011)
I've posted my blog. I hope it helps.
Yep, it helped feed my growing unease for implementing SMSQL.
We're currently in the throes of carving up an aggregate for 4 db...
September 22, 2011 at 10:07 am
Yep, based on your scenario (updates & variable length columns) I'd leave some room in an attempt to minimizing page splits as Gail pointed out. The only time I'd use...
September 20, 2011 at 11:49 am
This gets you the second requirement. Sure it could also be used to back into the first. Best of luck with this.
DECLARE @Tmp TABLE (
strLastName VARCHAR(50)
, strFirstName VARCHAR(50)
,...
July 20, 2011 at 9:01 am
Viewing 15 posts - 46 through 60 (of 210 total)