Viewing 12 posts - 1 through 12 (of 12 total)
Thanks Dennis,
I checked the same in MSDN and it is mentioned the width option also as -w<n>
and it worked well.
Here is the statements I executed
set @query= 'select * from tablename '
set...
May 14, 2006 at 2:17 am
Hi Dennis,
I checked the MSDN and there is an option for the above as -h-1 to not to print the column headings.
But query result saved in the file is breaking...
May 14, 2006 at 1:18 am
Hi Dennis,
Thanks for the reply.
I tried the command
ISQL -SAK -E -Q"SELECT * FROM BUT.dbo.Pat" >> c:\temp\myfile.txt
(AK is my server name and BUT is my DB and Pat is my...
May 14, 2006 at 1:06 am
Hi Mike,
No the SQL tables are of different structure
May 12, 2006 at 10:18 am
Hi Mike,
Thanks for your reply
Yes I tried the option already as you mentioned. But my requirement is not only two tables. It is n number of tables
That is currently I...
May 12, 2006 at 9:02 am
Yes Boss it is working fine
Thanks a Lot
May 8, 2006 at 11:21 pm
Yes David I am using the Element Code in the Group by clause
Because first up all the Element Code and the value are of Char type and I am not...
May 6, 2006 at 11:30 am
Thanks David,
It is working but I have a problem, instead of inserting a record it is inserting more than one record
That is if the above has three columns, it...
May 6, 2006 at 10:50 am
Simple and easily understandable
Thanks. Expecting more articles like this
July 8, 2005 at 9:42 pm
Thanks Steve
It is working fine
July 8, 2005 at 10:57 am
Hi sameer,
It works fine. Thanks
July 6, 2005 at 9:07 pm
Hi Deni,
Since we are having a Stored Procedure which will do all the Import process.
That is basically we are copying all the content to the Staging table using a DTS.
After...
June 29, 2005 at 2:49 am
Viewing 12 posts - 1 through 12 (of 12 total)