Deploy button greyed out
Hi I copied a project from 2008 to 2017 , the package runs fine but i cannot deploy the project or package, the deploy button is greyed out. Please advice.
View Articlenot exits vs. lelf join
Hi,I think not exits same as left join, but why the results are different? -thanksQuery1- 1 record returned select* frommyorders a whereNOT EXISTS (select * from...
View ArticleSSIS variable
Hi,Can you please tell what did I have wrong from the syntax below? Thanks"select * from myorder where compID ="+ @[User::comp] +" and case when "+ @[User::comp] +" =450where CONVERT(char(10),...
View ArticleHow to connect to Azure DB that uses authentication type “Active Directory -...
Using Visual Studio 2017 (SSDT), I'm attempting to create a SSIS package that will send data to an Azure DB that uses the authentication method "Active Directory - Password". What type of a connection...
View ArticleThere was an error trying to establish an Open Database Connectivity (ODBC)...
HiI deployed a SSIS package in SSRS 2012.But sometimes the package failed with the error:PkgMigracionUnicadoWebConectividad:Error: There was an error trying to establish an Open Database Connectivity...
View ArticleHow can store the data from temp variable to Table dynamically
Hi Visakh,Below is My Query /*Declare Variable*/ DECLARE @Column [nvarchar](max); DECLARE @Query [nvarchar](max); /*Select Pivot Column*/ SELECT @Column= COALESCE(@Column+',','')+...
View ArticleLinked Server Server Account works in SSMS but fails in a SQL Server Agent Job
So the Linked Server is setup on SERVER1. We run a SQL Server Stored Procedure from SERVER1 using [SERVER2].[msdb].[sp_send_dbmail] and it works like a charm. WahLah...Email comes through Outlook. If...
View ArticleException calling ".ctor" with "3" argument(s):
Hi,I am deploying ISPAC through VSTS via power shell script Below is the powershell script that deploys ispacparam ( [string] $ispacpath, [string] $projectname, [string] $parameterName, [string]...
View ArticleAn error occurred while assigning a value to variable, Single Row result set...
Hi all,we have a server serving as a data warehouse, we extract flat files from different sources then we launch a load job in SQL Server Management Studio that loads every flat file in its...
View Articleerror when creating table fast load for ms access
hi,i created package in which data is loaded from sql server 2016 to ms access 2016 and it works ok for small amount of data.now i have to load 2+ million of records and this way is very very slow so i...
View ArticleExcel import - Error code: 0x80004005
We import data from an Excel (2010) file and it works on SSIS 2012 version.Recently we upgraded to SSIS 2016 versions and we are getting following error:SSIS Error Code DTS_E_OLEDBERROR. An OLE DB...
View Articlelooking for a solution that is really dynamic
Hi we run 2016 enterprise. We have an ssis apparatus that thru metadata can load consecutive waves of 9 simultaneous source to destination data loads. As soon as the longest running load of wave x is...
View ArticleSSIS Error : Unable to complete login process due to delay in opening server...
Hi Gurus,One of my packages which is called from a windows scheduled task is intermittently throwing the following error:Description: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred....
View ArticleHelp with SQL 2008 Maintenance Plan
Hoping this is the right forum...We've been running a one-database SQL Server since converting from Access in 2010. The database backup type is Full. A Maintenance Plan was created at the outset...
View ArticleHow to move valid records into main table and invalid records into another...
Hi All, I am using VS 2015 Data tools. I have a .csv file Empid,Ename,Sal 1,Rama,3400 r,Krishna,4500 2,Siva,ertt 3,Vishnu,3450Initially I will load all the records into a table(Import_Emp). After...
View ArticleCannot deploy SSIS packages to SQL Server 2017
I am getting an error when trying to deploy an SSIS package to a SQL Server 2017 machine. Environment: Windows Server 2012 R2.NET 4.7SQL Server 2017solution files localvisual studio 2017 w/SSDTssms...
View ArticleSSIS Transaction Required
I have built a Master package Master Package has 2 Execute SQL task and Sequence Container1 then Execute SQL then another Sequence Container2 and lastly 1 more execute SQL task.SQL task are to update a...
View Articlestore sql connection string as a parameter in SSIS
Hi,I am having a connection string specified within my script and now I want to store it as a dts variable so that i can change its value when i deploy to different servers.I tried to store the...
View ArticleMicrosoft SSIS - Load a flat file (.csv) with multiple commas (,) and no...
I have a situation in which our client has given a flat file (.csv) to be loaded into a SQL Server table using SSIS.This huge raw .csv file (with about 400,000 records) does not have a proper format -...
View ArticleDynamic connection strings in SSIS package
Hi, I am new to SSIS. I have requirement like below:credentials required for connection string are placed in tableConfigInfo on one server containing columns-server name, Database name, username and...
View Article