Viewing 15 posts - 39,631 through 39,645 (of 59,072 total)
nguyennd (2/25/2010)
create table A
(
H int,
D int
)
insert into...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2010 at 11:35 am
Mike M - DBA2B (2/25/2010)
Jeff! It's been years since we last conversed, but it's good...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2010 at 11:20 am
There's actually some pretty good examples in Books Online under "BCP".
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2010 at 6:31 am
Most people like to test their solutions before posting. Please post the data in a readily consumable format. See the first link in my signature line below.
Also, people...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2010 at 6:25 am
erdem1973 (2/25/2010)
Thank you very much for your replies.I have solved the issue with your help..
Would you post your final code, please?
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2010 at 6:20 am
By the way... I took a look at most of the code in the contest you have going on... all you folks that are converting the number to VARCHAR() 6,...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 25, 2010 at 12:26 am
reidres (2/24/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2010 at 11:05 pm
Jeff Moden (2/24/2010)
Manie Verster (2/23/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2010 at 10:41 pm
aflores1-976495 (2/23/2010)
I...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2010 at 10:10 am
thomas.hill (2/23/2010)
I tried what you sent me and ran into just a small problem... but I think I fixed it...
Here's what you sent: WHERE DateEnd >= '1/1/2009'...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2010 at 6:29 am
I agree with the others... IF you have the Enterprise edition, then partitioned tables would probably be the way to go.
If you don't have the Enterprise edition, then the separate...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2010 at 6:25 am
Manie Verster (2/23/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2010 at 6:13 am
CirquedeSQLeil (2/23/2010)
Manie Verster (2/23/2010)
CirquedeSQLeil (2/23/2010)
Manie Verster (2/23/2010)
One point in all this that you are missing is that when a person is in an interview, no matter how tough you are,...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2010 at 5:45 am
Manie Verster (2/23/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2010 at 5:41 am
Paul White (2/23/2010)
The reason I didn't do it here is because I tried to convert the 2005 updatable CTE as faithfully and obviously as possible. So, the CTE just became...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 23, 2010 at 7:27 pm
Viewing 15 posts - 39,631 through 39,645 (of 59,072 total)