Viewing 8 posts - 1 through 8 (of 8 total)
Yeah, you are certainly correct. Not sure what I was thinking when I posted this. Maybe got confused with min date in sql server 2005 which I believe...
June 21, 2010 at 9:22 am
Thanks for the question. One thing that confuses me is why
Select Cast(0 As DateTime) returns 1900-01-01 00:00:00.000
and
select datediff(dd, 0, getdate()) returns 40295 and is calculating the difference from...
April 29, 2010 at 2:45 pm
Thanks for the replies! I'm guessing a CLR will be the best performer, but my current dataset isn't big enough to need it yet. But I may feel...
June 23, 2009 at 3:55 pm
Nice explanation. Thanks for the reply.
- Steve
November 19, 2007 at 7:41 am
Thanks everyone for all your help and suggestions. I'll need to do a bit of research on bcp to see if I can understand what is going on. ...
October 24, 2007 at 7:35 am
Thanks for the reply. Password for my local sa account is null. Connection works fine, in fact it creates a blank output file. If I change the...
October 23, 2007 at 7:26 am
Thanks for your help. That will work great. I'll probably need to use a cursor, but it's not that much data so I can live with it.
- Steve
March 27, 2006 at 3:40 pm
Thanks for the reply. Unfortunately I don't really know the formula until after the insert statement. There is a bit of a mess parsing out the variables just to get the...
March 24, 2006 at 4:07 pm
Viewing 8 posts - 1 through 8 (of 8 total)