SSIS - Transfer SQL Objects Task
Hi,I am trying to use the 'Transfer SQL Server Objects'' task to transfer all tables from SQL Server 2000 to SQL Server 2005. I know there are many ways to do this, but I want to specifically get it...
View ArticleFORCE HINT FOR PARALLEL EXECUTION
My Source connection is ODBC -DB2 .Have a table with 100M records. Checking for ways to increase the speed.Found this blog...
View ArticleHow to set up SSMS Studio and SQL Express to have local SQL Database read by...
Hi SQL Server ForumPlease excuse my first question, as I am new to setting up SQL ServerNext I have been reading to understand SQL Server more.I have successfully installed launched SQL Server...
View ArticleSSIS
hello!I need to store some log information in sql server table after each iteration of foreach loop. I have tired doing it using event handlers. I have used OnPreExecute and OnPostExecute event...
View ArticleMerge join is giving less records
Hi all,I am doing a merge join from two different data sources and migrating data to a different table, I am using inner join here.When i am querying in SQL server for the same data i am getting 7...
View ArticleSINGLE CONNECTION WITH MULTIPLE DATABASE IN SSIS PACKAGE
i need your help in ssis. I have one server having 40 database. i have to use all the database in one connection means one oledb connection, i can change the database name on the runtime Is there any...
View ArticleSQL 2016 SP2 causes error Could not load file or assembly...
Starting from the update to SQL Server 2016 SP2, an SSIS package that uses the Analysis Services Processing Task has started failing:Could not load file or assembly...
View ArticlePackage vs SQL Select
Hi All,I am loading data into a sql server table using the sql command. when i run the sql command in SSMS it takes 25 minutes. I created a sql server agent job pointing to the package with the exact...
View ArticleRun package from SQL Server - EncryptSensitiveWithPassword
Hello,I've created a package (not project) targeting SQL Server 2014 and have deployed it to a SQL Server instance of that version. The package contains a password in a Connection Manager so I have set...
View ArticleUSD to CAD Exchange Rate for Current Date
Hi Everyone,I want to create an ssis package that pull the exchange rate for the current date from here https://www.bankofcanada.ca/valet/docs Can someone help me with a C# code to achieve this using...
View Article"Cannot acquire a managed connection from the run-time connection manager"...
Running SSDT 2017 and trying to pull odata V2 from https://data.medicare.gov/OData.svc/ usingTried:Running as 32-bitReinstalling the driverUsing unsecured connection (http). This worked 6 months ago...
View ArticleSSIS ODBC connection Error HY000
Hi, I have configured an ODBC connection to an IBMi system to create an extract and push data to Salesforce. However, when I 'test connection' an HY000 error is thrown. I have never encountered this...
View ArticleFor Each loop Container--Varaiable with Data type 'Object'
Hi all,I am Using Execute SQL Task to Get Full Result Data from my DB as Select Distinct Employee_Id from Employee Table and marking it to Variable Dis_Count and type is object.When i run the same from...
View ArticleSSIS Get the highest ID number and assign ID to the next records
HelloI'm developing a data warehouse for a vet treatment database.I need to assign an ID column when a Pet has stayed in Hospital.In SSIS I need to get the max ID from the ID column, which I know how...
View ArticleIdentify the dependant tables in SSIS packages
Hi,How to identify the dependent tables, columns, stored procedures, views , functions , parameters in SSIS packages ? Are there tools or queries available to fetch the information.I have SSIS packages...
View ArticleInstalled SSIS on standalone Server With own SSIS database
Dear People,For those who can help. I installen SSIS on a seperate Server 2012 version. Place the packages in the Catalog with SSIS project deployment from Visual Studio.The package reads some files...
View ArticleError in correcting to Oracle data connector
Hi,I am facing an issue in creating a SSIS package for extracting the data from oracle source to load into a SQL table.But it is giving an error to me given below:
View ArticleSSIS package failed - A buffer failed while allocating 99940 bytes
We are facing SSIS package failure due to buffer allocation error, when run data flow task for more 100 million rows.Error Message: Component : A buffer failed while allocating 99940 bytes. Component :...
View ArticleHow can pass StartDate and EndDate of last month from SSIS to SQL
Hi All,I have one ETL and i need to pass last months start date and End Date to Store procedure.I will have a SQL job which will run on 1st week of every month, and on the basis of that, It should take...
View ArticleError: To run a ssis package outside of sql server data tools you must...
Hi,If I run SSIS Execute sql task through DTEXEC package then its executing fine but if I run script task in package through DTEXEC - getting error as Error: To run a ssis package outside of sql server...
View Article