Viewing 13 posts - 1 through 13 (of 13 total)
I will try that. Thanks
BUT
I was able to get it with this as well
DECLARE @DBServer nvarchar(50)
SELECT @DBServer = name FROM sys.servers
Again thanks for your help.
Phil
April 30, 2007 at 7:13 am
Thanks for the reply but here is what I currently have in my SP and is is putting a CRLF after each row.
What I need is either during this bcp...
August 11, 2006 at 5:29 pm
Thanks.
I guess part of my Post got cut off.
Another question.
With ALTER TABLE, can I change the name of a column? Like xtable.xcolumn to xtable.zcolumn.
Phil
September 5, 2005 at 9:36 am
Thanks everyone for your help.
I can take it from here.
Phil Krieg
December 22, 2004 at 10:40 am
Thanks for your reply Jeff. It confirmed my 'book' findings.
Phil
May 29, 2004 at 11:22 pm
Gary,
Sounds like this would work. But I don't know how to create a FORMATFILE that would skip column 1 and insert the data into column 2 for each row. Can...
March 17, 2004 at 9:33 pm
November 3, 2003 at 1:35 pm
Thanks for all your help. I get your idea on the multiple creates. I will give it a shot and let you know. I previous tried doing...
June 17, 2003 at 7:21 am
It took some time to get an accurate results from the CASE test. It took twice as long with the CASE.
Phil
June 16, 2003 at 11:33 pm
Andy,
Another point.
I have tried inserting in the front of this a temp table filtering out by apptdate which then passed only the 1000 - 3000 records to the INNER JOINS...
June 14, 2003 at 1:25 pm
Andy,
Thanks for your input.
Unfortunately I do need all the data. In your opinion could the WHERE be better constructed? Would it make a difference if I put (...)...
June 14, 2003 at 1:09 pm
Viewing 13 posts - 1 through 13 (of 13 total)