Viewing 6 posts - 1 through 6 (of 6 total)
ok here is the query that i have
use "washco redtitan"
Bulk Insert test2
FROM 'C:\Documents and Settings\test\Desktop\WashingtonXMLScriptssample\washco911.csv'
WITH
(
FirstRow=2,
...
October 31, 2007 at 9:11 am
that really doesnt help me that much... i need to run a command line that will start a query... i have it saved on the c drive of the sql...
October 31, 2007 at 8:16 am
THANKS! I got it to work fine now... sorry i know my question was a pretty easy one i just couldnt find it anywhere on google!
October 30, 2007 at 11:53 am
I am getting this error
Msg 8116, Level 16, State 1, Line 13
Argument data type text is invalid for argument 1 of replace function.
This is the SQL code i have:
use "washco...
October 30, 2007 at 11:17 am
Could you show me how to do this as a sample.. not that familiar with sql. The column the quote is showing up in is the program field
October 30, 2007 at 10:51 am
Viewing 6 posts - 1 through 6 (of 6 total)