Forum Replies Created

Viewing 11 posts - 16 through 26 (of 26 total)

  • RE: problems with bulk insert statement

    i am not using format file, just using the bulk insert.

    this is what i am doing:

    CREATE TABLE dbo.table

    (

    col1 bigint NOT NULL,

    col2 smallint NOT NULL,

    col3...

  • RE: problems with bulk insert statement

    the datatypes for the columns are bigint and smallint. If if specify the size for these datatypes while creating the table then i am not able to do so. it...

  • RE: xml data

    i tried doing rtim(ltrim(column name)) but that didnt work. it gave an error: "Argument data type ntext is invalid for argument 1 of ltrim function." since the text data was...

  • RE: xml data

    my question is how would i need to insert the data obtained from the following result set of the below code into an already created table. i used the insert...

  • RE: xml data

    thanks. actually i am trying to insert the result set obtained from the edge table ( for the first example) into a table already created in the database. but not...

  • RE: xml data

    Thank you for the information jack. i have one more problem dealing with xml data and i have posted it in the forums but there has been no response. i...

  • RE: xml data

    it did work out well. I have another doubt. what if the "ID' number is of varying length for different states. is there any way it could be done or...

  • RE: xml data

    thanks.... i shall work on it and let u know how it goes

  • RE: xml data

    Hi Jack

    could you provide with an example as to how to use information_schema.column for this. i tried looking online but could not find enough information about it

    Thanks

  • RE: xml data

    thanks... i shall try doin that

  • RE: xml data

    it would extract the data like the state name and decscription but not the id's (34,35,36). I want to extract that also

Viewing 11 posts - 16 through 26 (of 26 total)