admin管理员组

文章数量:1122832

I have read-only access to a Microsoft SQL Server 2022 instance - that is, one database within the instance that I have permissions to connect to with SSMS and run queries against - and I would like to routinely (once a day would suffice) copy a handful of tables (or really a subset of the data therein, using dates to limit the results) to a local SQL Server which I have full control over.

The local SQL Server would act as a data warehouse of sorts which I use for SSRS and Power BI.

Before I go down the path of using SSIS to import .csv files every day, is there an easier way? I don't believe linked servers are an option for me due to permissions.

本文标签: ssisReplicate tables from readonly SQL Server instance to local SQL ServerStack Overflow