Viewing 15 posts - 136 through 150 (of 253 total)
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...
November 2, 2012 at 7:24 am
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.
November 2, 2012 at 4:34 am
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...
November 2, 2012 at 4:26 am
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...
November 2, 2012 at 3:08 am
In the meantime anyone out there who can help with the qury
October 30, 2012 at 6:05 am
Oh oh... then i would be waiting for the script with bated breath 🙁
October 30, 2012 at 4:58 am
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...
October 30, 2012 at 4:35 am
does Proxy account exists on those servers?
October 15, 2012 at 6:40 am
The query returns dbo and datareader roles only, all other are coming as NULLS
October 3, 2012 at 3:51 am
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 ...
October 3, 2012 at 3:09 am
Save the package with password. Use EncryptAllwithPassword in package properties.
October 3, 2012 at 1:20 am
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.
August 26, 2012 at 3:42 pm
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...
August 26, 2012 at 2:54 pm
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...
June 1, 2012 at 8:11 pm
Viewing 15 posts - 136 through 150 (of 253 total)