SQL Server Data Tools – Business Intelligence for Visual Studio 2012
When I try to install SSDTBI_VS2012_x86_ENU.exe fromhttp://www.microsoft.com/en-us/download/details.aspx?id=36843I get: An error was encountered - "Unspecified Error".Is there a log or anything else...
View ArticleNeed to convert a Case statement into an expression in SSIS
I had to take a vendors sp and it is a mess. So I am calling their sp from within my SQL package. I have to pass in a start date and end date. The day of the week dictates what the dates will be....
View ArticleSSIS toolbox
Created an integration service project in SQL server 2012 in visual studio 2012. "SSIS tool box" says "Loading...", but never get populated. Then I went to data flow, and click to add a new data flow...
View ArticleSSIS how to do Data Mapping at run time
Hi ,I am using Export from SQL to Excel using SSIS, and my source Query run time which get pass from C#, same destination as Excel which also get pass from C#.but i am using data Conversion for mapping...
View ArticleDB growing out of control during an ELT run
We are trying to run a warehouse ETL using SSIS. Everytime we try we keep running out of harddisk space. When we ask for more space usually in the amount of 30 gigs and rerun we quickly eat that space...
View ArticleRepoint SSIS config file using dtexec /SET
According to MSDN "You can use the /Connection or /Set option at run time to load package configurations from a location other than the location that you specified at design time." I want to use dtexec...
View ArticleBulkload insert task does not work with a proxy account
Hi,I have this package built in BIDS 2008 to do Bulk Insert Task from a .txt fileto a remote SQL2008R2 serverSSIS 2008 and BIDS 2008 installed on our centralised SSIS server with connection to the SQL...
View ArticleFuzz Lookup Maintain Stored Index not work when record update/insert
hi All,I faced the problem that I spend few days to find the solution but nothing.that is, I create a new index with maintenance features and then use the existing same index.After insert new record...
View Articlecopy linked server database and create database on same server
Hi ALLI have one linked server i need to copy it whole database in SQL on same server where linked server is created .Kindly help me .Thanks with regardsBI_Group
View Articlenetwork I/O
Question: Currently running some SSIS packages on a server. Named pipes is not turned on. It's a virtual machine.We have a significant network I/O on the server (2000ms/s). What could be the cause of...
View ArticleNot able to load Package while runnign using xp_cmdshell from SSMS but after...
Not able to load Package while runnign using xp_cmdshell from SSMS but after changing sql server database service account,it is working fine. Is there any dependancy on database service account to load...
View ArticleSSIS 2012 Project Deployment model project level connection managers
This question applies to running the package from visual studio and also running it from SSISDB.If I have a ftp connection manager and a oledb connection manager at project level I notice I was not...
View Articleincrement the id for each row inserter
Hi im developping a ssis package that import csv from a ftp server to a local folder then they are import to sql server table.thats work fine .but i want to add an increment id in the table . for...
View ArticleAdding a column to FlatFile Connection Source
I have found many examples of adding columns to a FlatFile ConnectionManager but none seem to work. I'm using the following://Adding a connection to the flatfile source DTS.ConnectionManager...
View ArticleSSIS Flat File Source fails if when file is located one computer but not another
I have package that is importing several flat files to the database.The package runs successfully when developing in BIDS.When I deploy the package to the server and attempt to run it I get the...
View Articlehow to update else part
Hi all,i have 2 column data like col1 1234 null null 231 null 1111 i want to update this column like when col1 is null then 1 else col1 =col1 data. i have written UPDATE table1 set col1= case when...
View ArticleSSSI - Script task to get collection of filenames in folder and insert into...
Hi all,I need a script task (VB) to get collection of filenames in folder and then insert that collection into DB table.BI experts help me ASAP...Thanks in Advance :)
View ArticleDateTime - Variable
RIGHT("0" + (DT_WSTR,2)DATEPART("HH",GETDATE()), 2) + ":" + RIGHT("0" + (DT_WSTR,2)DATEPART("MM",GETDATE()), 2) + ":" + RIGHT("0" + (DT_WSTR,2)DATEPART("SS",GETDATE()), 2) + ":" + RIGHT("0" +...
View ArticleSSIS Error :Option "
any workaround for this SSIS error: Option "<?xml" is not valid. The command line parameters are invalid. The step failed.Getting error when executing from SQL Agent job. Please Mark As Answer if...
View ArticleSSIS 2008 R2 Lookup Transformation having issues with SS2005 database
Hello.I have a package written with SSIS 2008 R2(9.0.30729.4413) that accesses a number databases. Most databases are 2008 (10.50.2500) and one is 2005 (9.0.4060).I have a ole db connection to the 2008...
View Article