Forum Replies Created

Viewing 15 posts - 136 through 150 (of 253 total)

  • RE: SSIS in cluster setup

    A straight forward,precise to the point answer. Thanks Anthony.

    Now, i would install SSIS on all nodes and let the Agent run the SSIS packages through job.

    To manage the packages...

  • RE: SSIS in cluster setup

    I would be running SSIS packages through SQL jobs. In such case, what should i have to do? Dont i need to make the .ini/xml changes.

  • RE: SSIS in cluster setup

    Yes anthony, I indeed had a look at that. My conclusion is that there are 2 ways

    * configure SSIS as a cluster resource

    or

    * change SSIS config (.ini/xml) file and make...

  • RE: SSIS in cluster setup

    Am going here and there reading everything that i am confused now

    Are the below talking about the same method?

    * Configuring Integration Services as a clustered resource

    * installing SSIS...

  • RE: Get job list

    In the meantime anyone out there who can help with the qury

  • RE: Get job list

    Oh oh... then i would be waiting for the script with bated breath 🙁

  • RE: Get job list

    Query looks great. But, it missed out one detail. If the job is scheduled to run daily, then it gives the next run only and does not give the day...

  • RE: SSIS Package execution error with Proxy account (SQL Agent Job)

    does Proxy account exists on those servers?

  • RE: Login Access levels

    Anthony,

    Yes.. now its clear. Thank you.

  • RE: Login Access levels

    The query returns dbo and datareader roles only, all other are coming as NULLS

  • RE: Login Access levels

    Yes i tried that.

    SELECT MemPrin.name AS MemberName, RolPrin.name AS RoleName

    FROM sys.database_role_members a

    INNER JOIN sys.database_principals RolPrin ON RolPrin.principal_id = a.role_principal_id

    INNER JOIN sys.database_principals AS MemPrin ON MemPrin.principal_id = a.member_principal_id

    INNER JOIN sys.server_principals ...

  • RE: Can't run SSIS package from sqlagent jobs

    Save the package with password. Use EncryptAllwithPassword in package properties.

  • RE: Running a TSQL type job (not SSIS) through Proxy

    Yes jeff, I tried to use EXECUTE AS, but it was a bit confusing, since I dont know whether I should give Agent account or my account in EXECUTE AS.

  • RE: Running a TSQL type job (not SSIS) through Proxy

    I am trying to run a query in multiple server. In a SQL server A, I have created linked servers. When i run the query in QA, it runs,because my...

  • RE: Error - ODSOLE Extended Procedure

    Mike,

    We are using sp_OACreate, sp_OAGetErrorInfo, sp_OAMethod, sp_OAGetProperty, sp_OADestroy.

    Error occurs only for some of the records which satisfies a particular condition and not for all records. Even though, we get the...

Viewing 15 posts - 136 through 150 (of 253 total)