Want to be the Microsoft TechNet SQL Server Guru for February 2017?
February 2017 Guru, it’s time to share great skills as a TechNet Wiki article and WIN medal(s). Medals? Yes, you can share multiple articles in the same or different categories! Now, navigate to...
View Articleimporting tsv 200 columns, 500,000 rows
Hi experts, I get the error. Warning 0x80049304: Data Flow Task 1: Warning: Could not open global shared memory to communicate with performance DLL - Copying to [dbo].[Oct_06] (Stopped)MessagesError...
View ArticleCannot execute ssis package from dtexec
I get this error when I try to run the SSIS package from command lineError:Could not load package "\Package1" because of error 0xC001000A.Description: The specified package could not be loaded from the...
View ArticleSSIS Odata Source Connection Error
Hi,I'm trying to connect to an Odata source that uses Basic Authentication, when I setup the Odata Connection I get the error "The remote server returned an error: (401) Unauthorized. (System)" which...
View ArticleDTS Script Runtime Error in SSIS
I am running a package in SSIS in VS 2013 BIDS. There is a script that is part of a Trigger API task in the SSIS project. When the task is run the following error is shown:at...
View ArticleSSIS Package not running under proxy
I have a SSIS package that reads from a remote directory on another server that is on the same domain. When I run the package under my domain user, it runs fine, however when I try to start the SQL...
View ArticleDFT - The buffer manager detected that the system was low on virtual memory
Hi All,I am running a package which has 5 DFT's running in parallel. OLEDB source has a SQL command and it is loading data to SQL.I see that the data load gets stuck or becomes slow for some DFT. Below...
View ArticleHow to fill columns for translated values
Hi,I have the following problem:I am designing a Dimensional Model, that must be used in multiple languages.So for instance I have a Subscriber dimension with, amongst others, the following...
View ArticleHow to convert 2 digit Year value to 4 digit with correct century in sql..
Actually I am getting value as '18-sep-47'...I want to load into my table as 'Sep 18 1947'..But when i was converting the value to datetime..Its getting updated as 'Sep 18 2047'...Any Suggestions..TIA
View ArticleHow to deploy Whole project once to the new environment?
Hi there,I have some packages in SSDT and I need to deploy to the new testing server. I want to create a single config file for the entire project. What is the best way to do? What are the things need...
View ArticleSSIS C sharp script to navigate to a webpage
Hi,I am working on a requirement to create a task in SSIS ( which can login to website,navigate to another page which will trigger a file download .Any suggestions etc?I am not a C sharp developer so...
View ArticleNeed to Drop Database ? ... by Passing database name in variable dynamically
Hi,Am using Execute SQL task to drop a database dynamically, but ended with error... Pls help on this,error is: [Execute SQL Task] Error: Executing the query "DROP DATABASE ?" failed with the following...
View ArticleC# error in in script task
I lost my touch in SSIS. I use an execute task with a simple query select count(column) from table. Result single row, I set up the variable:this is my scrip in C#: public void Main() { // TODO: Add...
View ArticleSSIS Script Task using Interop Excel error : Scripts contained in the package...
Hi,I'm using Visual Studio 15 with SQL Server Data Tools.I want to extract values from an excel file with a Script Task using Excel Interop.In order to do so, I added a reference to...
View ArticleBIML - replace default behavior of ConstraintMode="Linear"
If you use ConstraintMode="Linear" within the Package tag in BIML, the default precedence constraint between tasks is OnSuccess (green arrow).Is there a way to overwrite this default behaviour to...
View ArticleTheoretical question on Script Task
Hi guys, in which case you use the Task Script in SSIS. If you want do transformation with the data we have all the Build in tools. Could you please give me an hint about?Thanks
View ArticlePackage Failed to Import Into MSDB: CPackage::LoadFromXML fails
I have a new SQL Server/SSIS setup. SQL Server is 2012 and Visual Studio is 2013. I want to import two packages to run in a SQL Server Agent job. When I try to import the packages into MSDB I get this...
View ArticleSSIS access to Azure Key Vault
I have an Azure SQL database with a table that has one field encrypted using Always Encrypted. The column master key is store in Azure Key Vault. Now I would like my on-premise SSIS application to be...
View ArticleHow copy folder contents to another directory?
A daily import process generates a single folderc:\Import\MyFolder<datetimestamp> whose contents I want to copy to c:\Import. I can't decide what task (or script) is the right approach...
View ArticleException from HRESULT: 0xC0010009
iam getting this error in my code... at ScriptComponent_d2a32b4d2931454785a3124a48cad556.ScriptMain.CreateNewOutputRows() at...
View Article