Viewing 14 posts - 1 through 14 (of 14 total)
Thanks for u'r reply. I will check and tell the result.
Thanks,
Mano Karnan
November 3, 2007 at 1:19 am
Hi all,
We are having only one Job running on this. Also, we are taking the data from another server (SQL 2000) and the Package & jobs run...
October 19, 2007 at 6:20 am
Thanks for all your replies.
Thanks,
ManoKarnan
October 13, 2007 at 12:50 am
I want to use the mixed server query. That is
Select * From server1.DB1.dbo.Table1 a , server2.DB2.dbo.Table2 b
Where a. no = b.no
something like the above. The query may be too long to...
September 5, 2007 at 5:00 am
I want to use the mixed server query. That is
Select * From server1.DB1.dbo.Table1 a , server2.DB2.dbo.Table2 b
Where a. no = b.no
something like the above. The query may be too long to...
September 5, 2007 at 5:00 am
Hai,
My situation is that, i am trying to write a dynamic form of stored procedures for each tables in a database. i.e If one table is created in DB means...
July 19, 2006 at 11:45 pm
Hai,
The table which i given is just an example in my real time scenario there may be thousands of records. In such cases this case statement is not comfortable to...
April 21, 2006 at 11:52 pm
Hai,
I need to see the data in the format within query analyzer. I need a Query for that.
Thanks,
ManoKarnan
April 21, 2006 at 8:11 am
hi,
Can you please give me a simple example for using temporary tables instead of cursors.
Regards,
Manokarnan
March 22, 2006 at 5:28 am
Thanks for all you replies. It's not a single time query i want to use this concept inside the stored procedure.
ManoKarnan
March 17, 2006 at 5:58 am
I have a proper link between two tables. I want to delete a common record in both tables in a single delete statement.
March 14, 2006 at 9:56 pm
Thank You Allen.
Is there any other important points to be considered at the time of giving field names?
March 9, 2006 at 3:00 am
Viewing 14 posts - 1 through 14 (of 14 total)