Query regarding User Specific Permissions for particular databse
Hello, I have a Production server in a shared environment which is hosting more than 300 DBs. Here, my requirement for One AAA database, where we have a user "xxxx" with DBOwner to that AAA database. I...
View ArticleFTP Task / File System Task error copying / FTPing all files.
I am trying to get a SSIS task working . SSIS Task has the following a) FTP tasks - Task to FTP all the directory contents to an FTP Server . This directory typically has all the image types ( bmp ,...
View ArticleSSIS expression question
I have a orderdate and ordertime in two separate columns of a text file, I want to load them from the text file into orderdatetime column of a table. for example in the text file, those two columns are...
View ArticleSplit record over multiple lines in text file
We want to export a table to a text file. For each row in the table we extract select fields and write them out across several lines in the text file. Example:Table row: First Name, Last Name,...
View ArticleRequired Coponents - SQL and VB
Hi, all. We are creating a new process whereby I'm taking and storing multiple raw data feeds, analyzing and manipulating, and eventually storing in a master table, whereupon I must push finalized data...
View ArticleUpgradation to SSIS 2012
Hi All,I have the experience upgrading from SSIS 2005 Packages to SSIS 2008. The most of the impacts was is in LOOKUP and Script Task.I have referred the below link (DustinRyan) for upgrading to...
View ArticleADO.NET Destination Error Output Not Working
HiI have a source script component pulling data from an odbc data source and pushing it to an ado.net destination. The ado.net destination is configured to redirect errors to a flat file, but fails to...
View ArticleConvert Time Format
Hi all, i am a absolute beginner and have a, maybe easy, question. I have a csv file with various columns including data about date and time. The format in the csv is: “14:04:48.473 CET Tue Mar 12...
View ArticleData Conversion error after redirect row on OLEDB Destination
Using SQL Server 2008 Integration Services. In the oledb destination I have set data access mode as Table or View and have set a redirect row to a exception table. The field that I need to insert is...
View ArticleSSIS 2012 Connection String w/ Variable
I am using SSIS 2012 in project deployment. I want to set a connection string with a variable as I have in previous versions. I can't seem to do this. Only the Project Parameters show up, not any...
View ArticleForeign Key Violation when loading in a Data Flow
I am loading into a database that records production information. I have 2 table that I am loading to: [production] (PK [production_id] )- what was produced [production_event] (FK...
View ArticleCompare two date columns and find which is greater in conditional split
Hi,I Have two date columns says A and B. both are in Unicode string format. One date columns comes from sql database and one comes from a flat file. now in the conditional split i am saying A>B then...
View ArticleSSIS vs. SSAS
Can someone please tell me the difference between these two pieces of software? I am looking for a *concise* definition of both packages, what they do, what they don't do, and how they work together....
View Articlehow to copy data to a falt file at UNC location with password protection?
Hi,I have hard time setting this up. The destination has its own credentials(acct/password), but it is not on the same AD domain as the sql server. I am not sure if the other end is a window box. It...
View ArticleHow to Execute a Query which is stored in Database using SSIS
Hi all,I am having a Scenario like this:I'm having a Separate table which has Queries in a column. For eg: Table->DetailColumn->QryData-> row1->select count(*) from employee...
View ArticleExporting from SSIS to Excel destination, If source has>65000
How to export >65000 records into an excel sheet from ssis using excel destination. My destination should be excel and it is 2003. i don't have 2007 excel.Renu
View Article"cannot be opened because its project type (.dbp) is not supported by this version of application".">Open SSIS 2008 ",sln" -> "cannot be opened because its project type (.dbp) is...
SSIS 2008 package runs fine daily but when we open ".sln" file on server we get this error dialog box:>>>> (C:\.....\..\.dpb' cannot be openeed because its project type (.dbp) is not...
View Articleconnection failed for SQL2000 to sql2008
hi ALLI have an connection issue in SQL server.I have one soruce that is SQL 2000 and i have one destination SQL2008.Now i need to get table from source to destination using SSIS.But when i create...
View ArticleEqualing datatype of Numeric in ssis
My DFT like as, Lookup à match rows take weight from SQL tableèNot matched -> add as derived column weight as (DT_NUMERIC,2,2)00.00 (need to set weight as 0)tried data conversion task inbetween...
View ArticleOLE DB Destination SQL Command Data Acess Mode Mapping Problem
Hi Everyone, I'm very very new to SSIS and need some help.I copy the code below into SQL cmmand text of the SSIS OLE DB Destination Editor with access mode of SQL command. The preview works. However,...
View Article