Viewing 15 posts - 9,061 through 9,075 (of 18,926 total)
Congrats again on the half million. What has it done for me???
Let's just say that I wouldn't know anything in sql server if it were not for this site....
October 2, 2007 at 8:47 am
I'm still part of the audiance, and I think we should get another recall :).
October 2, 2007 at 8:39 am
As Steve said, use the datetime or whatever is usefull to recognize that file from a human standpoint, then use identity to insure uniqueness. Sometimes there are very simple...
October 2, 2007 at 8:34 am
Nothing wrong here Steve... maybe this is the thread I used to contact you about the subquery error.
October 2, 2007 at 8:31 am
We should have a best comeback constest... this one would start as a favorite :P.
October 2, 2007 at 4:59 am
I should have quoted his message... we would have a proof of something :P.
No we are not hearing voices in our head... That's what they tell me :hehe:.
October 2, 2007 at 4:48 am
Where do you want to work... I might have something opened?
October 1, 2007 at 8:59 pm
TSQL is only a tool. It is as good as the one using it.
October 1, 2007 at 8:57 pm
My results on Express SP2
INSERT INTO jbmTest1 --(120 seconds)
(RowNum, SomeInt, SomeString, SomeCSV, SomeNumber, SomeDate)
SELECT RowNum, SomeInt, SomeString, SomeCSV, SomeNumber, SomeDate
FROM jbmTest
-- secs
--===== Insert Data 100% interleaved in clustered index
INSERT...
October 1, 2007 at 8:51 pm
Doesn't work if there are more than 1 export in the same day. And I would plan for that possibility, regardless of the current situation and requirements.
Datetime has the...
October 1, 2007 at 8:08 pm
Quoting myself : Sorry Tomm, I had missed your post. Your solution is much much workable than mine.
However, I too would like to see the whole test. Math operations...
October 1, 2007 at 8:06 pm
I love it... this is why we need that many members here!
October 1, 2007 at 3:23 pm
If I may add something. It is not wise to counter-guess the execution plans made by the optimizer. I know we sometimes get better results, but we don't...
October 1, 2007 at 3:11 pm
Viewing 15 posts - 9,061 through 9,075 (of 18,926 total)