Viewing 15 posts - 46 through 60 (of 88 total)
Hello,
The below is the code.I am getting the above error while executing this.
Just What i want is if the error comes then it will go to the next server and...
September 21, 2006 at 11:14 pm
I Will practice with those and let u know....Thanks allot.....
September 20, 2006 at 11:30 pm
Thank You....
Can u provide any example by using openrowset?
which one gives the better performence?
Thanks,
September 20, 2006 at 10:48 pm
After connecting to the remote server have to executive some queries in the remote server.
For that i have created some dynamic queries and executing those thru the linked server.
Is there...
September 20, 2006 at 10:45 pm
Ok.Thanks allot for your information.I have searched and found in event log...Thank You.
Bagath.
September 1, 2006 at 10:30 pm
Ya you are right i want exactly that only....
Finally i have got the query from our team only....
Thanks for ur valuable suggestion...
Rao Aregaddan.
August 30, 2006 at 7:08 am
Simply superb 🙂
Thanks allot for ur help........This query is working for my criteria.....Thanks once again...
Rao Aregaddan.
August 30, 2006 at 7:04 am
Ya i have posted one query with the subject "needs a single query for selecting dates..." today itself only.
That is only my req.I have wrote one query like this but...
August 30, 2006 at 6:56 am
ex:-1
date
------
08-29-2006
08-25-2006
07-14-2006
06-13-2005
For the above we have records between getdate()-5 and getdate()
so the output must be max(between getdate()-5 and getdate()) i.e 08-29-2006
ex:-2
date:
------
01-26-2006
12-07-2005
04-04-2004
11-08-2007
For the above there are no records between getdate()-5 and...
August 30, 2006 at 6:47 am
Ok...Thanks for ur information.....
I will use another temp table to get the data....
Thanks to all............
Rao Aregaddan.
August 28, 2006 at 2:58 am
I dont want to use GO and know that all variables expire after that....i have given that code for ex only....
In my proc first one temp table will be create,have...
August 25, 2006 at 3:22 am
But how to get the criteria with in that procedure....?
is there any other way...to do like that?
Thanks,
August 25, 2006 at 2:41 am
Just check out the below.I have developed like that only.Suggest me the better way than this if any.
ALTER PROCEDURE SP_LOOP_CONNETREMOTE
AS
DECLARE @IP VARCHAR(24)
DECLARE @Password VARCHAR(24)
DECLARE @DBName VARCHAR(24)
DECLARE @Stmt VARCHAR(200)
BEGIN
DECLARE Cursor_Connect CURSOR...
August 8, 2006 at 6:01 am
Can u explain in detail..?
Concept:
---------------
Have to connect to more than 1000 servers....
Using test server we have to execute in remote ( remote tables are not available in this server)
First have to connect...
August 8, 2006 at 5:32 am
Thanks to all of u for your valuable suggestions...........:-)
Thanks allot......
Rao Aregaddan.
August 2, 2006 at 10:50 pm
Viewing 15 posts - 46 through 60 (of 88 total)