Viewing 9 posts - 16 through 24 (of 24 total)
We are trying to restore current data to a backup that is a month old using the latest ldf file.
May 5, 2010 at 1:27 pm
I ended up running the whole thing through Integration Services and just made a package.
I prefer to script things out because they require less system resources to run. But...
July 9, 2009 at 3:36 pm
I got a solution to the collation issue.
SET @String = 'bcp "SELECT * FROM ULTIPRO_TMFHS.dbo.qry_Healthstream" QUERYOUT ' + @Path + @File + ' -c -CACP -S ' +
July 9, 2009 at 9:46 am
Jeff Moden (7/8/2009)
mckinnj1 (7/7/2009)
July 9, 2009 at 9:39 am
I am trying to use a bcp in 2005 and the file is continually going out as Unicode when I am trying to define it (or at least i think...
July 7, 2009 at 2:48 pm
Disregard!
I figured it out.
+CHAR(13) + CHAR(10) is not necessary when using bcp. I removed them from the script and ran the bcp with -c and it worked great.
Thanks me!...
December 22, 2008 at 9:28 am
Viewing 9 posts - 16 through 24 (of 24 total)