Viewing 7 posts - 1 through 7 (of 7 total)
I didn't explicitly added * Order by * in the query.
But how can i get ordered data of every run in 2 databases?
Can you please explain collation ?
I...
September 8, 2009 at 11:44 pm
My Problem is not solved...
SET @string = @Declare_column +
" DECLARE @Row_Count integer DECLARE @count...
August 25, 2008 at 7:36 am
Thanks for your reply.
I am dynamicaly constructing insert script.
I don't know whether the column value is null or not.
select @col1 = col1,@co2 = col2 from table
If any one value is...
August 25, 2008 at 5:58 am
Thanks.
This is my ini file.
[Source Filepath]
SRCvalue=C:\source_query_dts.txt
[Source Server]
SSvalue=MIDTDB024301\SQL024301
[Source Database]
SDvalue=DAQCDMF1
I am having one or more queries in source_query_dts text file.
I can able to access file path, sorce path and destination using activeX.
My...
August 11, 2008 at 10:40 pm
Hi GSquared,
We are doing manually get the insert and select statement for
input select statement.
this process will take long time for our functional...
July 3, 2008 at 5:21 am
Thank you Very Much Andras Belokosztolszki.
July 3, 2008 at 5:17 am
I want a SP that will take a Select statement as input and give out Select and insert statements for each records from the first input select statement.
My Table...
July 1, 2008 at 5:47 am
Viewing 7 posts - 1 through 7 (of 7 total)