Viewing 4 posts - 1 through 4 (of 4 total)
Thankyou. That was very usefull.
Here is the Syntax I used:
Running from a DOS prompt:
bcp DbName.dbo.tablename out Filename.txt-Slocalhost\SQLEXPRESS -T -c
September 12, 2007 at 6:57 am
I have changed the date field from string to datetime and its much easier now.
Thanks to all for their suggestions.
January 22, 2007 at 12:55 pm
Thank you to all that replied.
dcclark's suggestion really solved my issue.
All responses sent me into the right direction. The only problem i have now is that I need to change...
January 20, 2007 at 3:46 pm
Thanks both Diane and Mike but both of your suggestions failed.
Even if I simply do "...where Date >= '06/13/2006' it returns 22000 records with dates of 19/01/2001 etc.
I've checked my...
January 20, 2007 at 7:20 am
Viewing 4 posts - 1 through 4 (of 4 total)