Viewing 15 posts - 2,446 through 2,460 (of 2,462 total)
Dude please tel how to do it
i have domain\sqlman account with admin rights on srvr1
but if i use it as remote login in linked server then...
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
August 14, 2008 at 1:21 am
try thi out
------------------------------------------------
Declare @intEquipID int
Declare @strMaintDescription varchar(50)
Declare @intRecurr int
Declare @i int
Declare @intFrequency int
Declare @dteMaintStartDate datetime
Declare @MaintFlag numeric(18,0)
Select @intEquipID = (Select EquipID From Inserted)
Select @MaintFlag = (Select MaintFlag From Inserted)
Select...
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
August 14, 2008 at 1:13 am
try this out
---------------------------------------
Declare @intEquipID int
Declare @strMaintDescription varchar(50)
Declare @intRecurr int
Declare @i int
Declare @intFrequency int
Declare @dteMaintStartDate datetime
Declare @MaintFlag numeric(18,0)
Select @intEquipID = (Select EquipID From Inserted)
Select @MaintFlag = (Select MaintFlag From Inserted)
Select...
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
August 14, 2008 at 1:12 am
thanks...........:):):):) .vry mich .myjob started finally after vigorous efforts of 3 working days...thnx once again:).
Earlier "Be made using logins current security context" was enabled
But i enabled 4th option where...
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
August 13, 2008 at 11:28 pm
procedure :
------------------------
CREATE Proc [dbo].[ap_mtn_Sync_Table_data]
@EndDate DATETIME,
@prefix VARCHAR(100) ...
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
August 13, 2008 at 6:48 am
thanks ......but it didnt work
the job contains following code:
---------------------------------------------------
EXECUTE AS LOGIN = 'domain\sqlman'
GO
DECLARE @EndDate DATETIME
SET @EndDate = GetDate()
EXEC dbo.ap_mtn_Sync_Table_data @EndDate, 'LU_'
------------------------
with above code it gives below error...
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
August 13, 2008 at 5:59 am
hi Markus Bohse,
Can u please send me note for MCDBA paper .i m desperate to give exam...but i m not getting notes..
Pleaseeeeeeeeeeeeeee..help mee
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
August 12, 2008 at 4:48 am
Already Enabled
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
August 12, 2008 at 3:28 am
thanks for your suggestion but it is already enabled.....any oher IDEA?
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
August 12, 2008 at 2:33 am
it was pleasure to give you solution...well where do you work ,,are you working as DBA ......
i am working as DBA ...in india
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
August 11, 2008 at 6:30 am
hi
I will elaborate more about the problem.
first server has sql agent login : DOMAIN\sqlman (sysadmin)
AND second server has its sql agent login : DOMAIN\sqlman (sysadmin)
More over both...
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
August 11, 2008 at 6:21 am
hi i execute your sp in my server first of all it gave syntax error and moreover it didnt throw any error either on Master or anu user database
---------corrected...
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
August 11, 2008 at 5:53 am
hey,
actually i have 2 servers.
i want to schedule a job on server A which will excute a query on linked server (server B)
i m using sql login :...
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
August 8, 2008 at 7:03 am
Actually no...can you tell me procedure to check it ?
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
August 8, 2008 at 12:48 am
hi
thanks for the reply.
actually i tried your suggestion but it couldn't work
i will elaborate more about the problem.
first server has sql agent login : DOMAIN\sqlman (sysadmin)
AND
second server...
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
August 8, 2008 at 12:38 am
Viewing 15 posts - 2,446 through 2,460 (of 2,462 total)