Viewing 15 posts - 106 through 120 (of 301 total)
thank you
April 13, 2016 at 11:22 am
thank you
April 13, 2016 at 11:21 am
SQL service is running under Local System Account.
April 11, 2016 at 10:44 am
Is there any advantages of CT over CDC in this scenario for incremental data load to warehouse.
Can the incremental load using SSIS be run if the db is restored on...
April 7, 2016 at 8:22 am
Thanks Phil.
April 1, 2016 at 2:51 pm
Thanks
April 1, 2016 at 12:32 pm
Thanks Lowell. Can you please provide the code for 'CLR_ExportQueryToCSV'.
April 1, 2016 at 10:22 am
Solution:
ALTER the following views in SSIS catalog.
Catalog.event_messages
Catalog.executions
Catalog.validations
--Comment it to give access to reports
--WHERE opmsg.[operation_id] in (SELECT [id] FROM [internal].[current_user_readable_operations])
-- OR (IS_MEMBER('ssis_admin') = 1)
-- OR (IS_SRVROLEMEMBER('sysadmin') = 1)
After updating views,...
March 31, 2016 at 7:04 am
Thanks Grant. Do you have a documentation to accomplish this with out ssis.
March 25, 2016 at 1:19 pm
Was trying to avoid linked servers(sql) and extra server level permissions(Windows).
Basically running an SSIS package from an instance will need to have access on sql server instance level, not...
March 25, 2016 at 9:56 am
Please help me to fix this procedure. This gives me error
Msg 229, Level 14, State 5, Procedure sp_StartAgentJobAndWait, Line 5
The EXECUTE permission was denied on the object 'sp_StartAgentJobAndWait', database...
March 23, 2016 at 10:43 pm
Hi Phil, Do you have a script for this?
March 23, 2016 at 8:29 pm
Viewing 15 posts - 106 through 120 (of 301 total)