Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

  • RE: help with sqlcmd

    and this will translate it?

  • RE: SQL script

    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,

    ...

  • RE: SQL script

    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...

  • RE: SQL Query and .CSV files

    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!

  • RE: SQL Query and .CSV files

    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...

  • RE: SQL Query and .CSV files

    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

Viewing 6 posts - 1 through 6 (of 6 total)