Viewing 11 posts - 16 through 26 (of 26 total)
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...
August 8, 2008 at 12:27 pm
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...
August 8, 2008 at 11:54 am
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...
August 5, 2008 at 1:32 pm
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...
August 5, 2008 at 12:16 pm
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...
August 5, 2008 at 11:29 am
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...
August 5, 2008 at 9:46 am
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...
August 4, 2008 at 6:05 pm
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
July 31, 2008 at 11:19 am
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
July 31, 2008 at 10:21 am
Viewing 11 posts - 16 through 26 (of 26 total)