Viewing 15 posts - 2,041 through 2,055 (of 5,103 total)
Am I missing something? ...
ALTER TABLE MyTable
ADD NewZip char(10) NULL DEFAULT 'Zipcode' WITH VALUES
May 21, 2007 at 9:29 am
you can simply set the partitions "ahead-of-time" and they will only be populated when the data gets there. So you could plan for say 7 years and let the ball...
May 18, 2007 at 2:49 pm
you need to update the "originating_server" column of the jobs that were already there ( on msdb)
May 14, 2007 at 3:21 pm
All I was trying to say is that with a SELECT statement you *can* import your AS400 data. How you do it, is up to you. But it is...
May 14, 2007 at 2:47 pm
if you create a Linked server to AS400 (which can be done) all you call ETL is a "SIMPLE" select query ![]()
Cheers,
May 14, 2007 at 10:37 am
ALZDBA,
Thanks! I haven't had the time to play enough with the encryption stuff latetly so I do appreciate your comments.
May 11, 2007 at 11:25 am
Michelle is right. I left the spid out for you to "fill in the blanks"
Cheers,
May 9, 2007 at 3:25 pm
Tell me about it!!!
BOL 2000 vs. BOL 2005 seems like the Bible vs Mickey Mouse adventures ![]()
May 9, 2007 at 3:18 pm
Hopefully your tables are *really small* that implemetation could not get off the ground on one of my tables ![]()
Cheers,
May 9, 2007 at 12:55 pm
You just nailed it. It is a very poor design. But those are the requests we get most of the time.
May 9, 2007 at 12:29 pm
You got my attention too.
Only three questions and you know who's who?
-Can you elaborate ?
May 9, 2007 at 12:09 pm
Great Article! Simple through examples and very clear.
Keep'em comming
Cheers,
May 9, 2007 at 8:02 am
Short answer: you don't. That, is totally internal and is being handled by undocumented functions.
May 8, 2007 at 12:31 pm
Again the premise is not to loop
the above is "looping"
I don't think there is an efficient way of solving this problem SET-BASED...
May 8, 2007 at 12:29 pm
Viewing 15 posts - 2,041 through 2,055 (of 5,103 total)