Viewing 15 posts - 48,421 through 48,435 (of 59,065 total)
None of this would be a problem if you first inserted the data into a staging table and validated it.
September 3, 2008 at 6:51 pm
bcronce (8/28/2008)
it is just a time stamp, thus all distinct
are time stamps guaranteed unique or 'just as long as you don't...
September 3, 2008 at 6:40 pm
Grant Fritchey (9/3/2008)
Disk operations working the way they do, more spindles is better than fewer.
"Oh, oh, oh! More Power!"
September 3, 2008 at 6:31 pm
Check out the "AverageRecordSize" in the return of the following...
DBCC UPDATEUSAGE (0)
DBCC SHOWCONTIG WITH TABLERESULTS
September 3, 2008 at 6:07 pm
j mangual (9/3/2008)
September 3, 2008 at 6:06 pm
Check out the column called "AverageRecordSize" in the following...
DBCC UPDATEUSAGE (0)
DBCC SHOWCONTIG WITH TABLERESULTS
September 3, 2008 at 6:04 pm
I seen many, many people get burned by importing data directly to the final table. It would be much better to import it to a staging table and validate...
September 3, 2008 at 5:46 pm
I gotta ask... why do you need to do this? What is the purpose of this?
September 3, 2008 at 5:41 pm
Heh... understood... I think they call that "agile" programming and I hate it. 🙂
You said in your previous post that ID's 1-6 were singleton's... looking at the data you provided,...
September 3, 2008 at 5:16 pm
TheSQLGuru (9/3/2008)
Jeff Moden (9/2/2008)
Carl Federl (9/2/2008)
Jeff & GSquared:Did either of you get a chance to perform any additional analysis ?
No, I sure haven't... my apologies. Have a new job...
September 3, 2008 at 5:12 pm
Chris Morris (9/3/2008)
However you can't add characters to a text value
You're right, Chris... my bad. I lost track of the basis of this thread. Thanks for the feedback.
September 3, 2008 at 5:05 pm
Ray Mond (9/3/2008)
September 3, 2008 at 5:02 pm
GilaMonster (9/3/2008)
gcg_wilkinson (9/2/2008)
I've found that even if u defrag an index and the physical disk is fragmented, then the index will remain fragmented.
It shouldn't contribute to the logical fragmentation. That's...
September 3, 2008 at 4:58 pm
olafdedig (9/3/2008)
Hello, Here is the solution I found to my problem:
For doing a task like sending html mail (built using a SQL script and a Script Task) the for...
September 3, 2008 at 4:56 pm
Ummm... I'm not very smart about SSIS because I don't use it... I always use something else like BCP, etc.
That, not withstanding, I follow the logic of the flow you've...
September 2, 2008 at 8:33 pm
Viewing 15 posts - 48,421 through 48,435 (of 59,065 total)