more than one code page specified error
I got error as following when getting data from a .txt file to a sql table using OLE DB connection. The following error seems to be telling me the same thing, or may not ! When I set the oledb...
View ArticleFile watcher task help
I am using this file watcher task: http://www.sqlis.com/sqlis/post/File-Watcher-Task.aspx When my user places a file in a directory it fires off and sends the file via FTP. Works fine, but my...
View ArticleReg. Excel Creation using Interop dll
I have a SSIS package, containing a SSIS Script Task to Create Excel using Microsoft Excel Interop DLL. It works fine when executed manually in a particular server. I have automated the same with...
View ArticleHow to check for only specific number of defined columns
Hi, I have a situation where i need to check for a specific number of columns coming in for example i have .csv file where there are 10 columns delimited by , if i get more than 10 columns i need to...
View ArticleCannot read variable value from another connection type
Hi, In my ssis package control flow, in connection1 got the recordset and stored in object variable. Executing foreach loop container by using this object variable. Inside the Foreach loop container...
View ArticleScript task - Assign List to an Object Variable
Hi all, Wonder if anyone can help. I am trying to load an Object Variable with the results of an array. But when I show the object variable via a message box I get this: System.String[] In the code I...
View Articleconvert yymmdd to ccyymmdd using ssis
Hi All, My source date is in yymmdd format.I need it in ccyymmdd format using ssis derived column Please send me the expression ASAP. Thanks RHsql
View ArticleHow to generate T-SQL commands, store them, then later step through and execute?
Hello, Question: In SSIS 2008, how is it possible to store a recordset of T-SQL commands and then execute them later in the package? Background: I'm using a Transfer Database Task to copy a database...
View ArticleExcel : Sheet locked by the Windows
Hello Everyone I am trying to access a excel sheet from the SSIS script task. I have written following code Public Sub Main() Dim appexcel As Object Dim newbook As Object Dim Sheet As Object Dim...
View ArticleQuestion on Retain null values from source as null values in data flow
We are writing a SSIS package to export a table to flat file and following is the table structure: Create table dd(dd int not null, dd1 nvarchar(100) not null, dd2 nvarchar(100) not null, dd3 int)...
View ArticleExecute Process task: Unexpected exit code
In Executing "E:\EmailDelivery.exe" "EP12A 4" at "", The process exit code was "-532459699" while the expected was "0".
View ArticleThe VSTA designer failed to load:...
[I'm reposting here as requested in the SQL Server Setup & Upgrade forum.] I've just reinstalled the OS and apps on my PC. When I open a script task and click "edit script..." I get this message:...
View Articletrim zipcode
Hello! I am having trouble for some reason with this. Please help... I have a column in a table called zipcodes where the data is like '50849-0000' and is nvarchar I need to modify all the zipcode data...
View Articleeffect of CSV column order and SSIS package
I have created a SSIS package to import the data from CSV files. The columns of CSV file are mapped with SQL table columns. But when if I changed the Column order of CSV file it imports wrong data. My...
View ArticleAdding another step in Analysis Service Processing turns all processing to Full
Using Visual Studio 2008, targeting SQL Server 2008 R2. 1. Within SSIS package add Analysis Service Processing task 2. Add processing step to this task (within Processing Settings section) and make it...
View ArticleSSIS does not show a table that exists in the source database
I have an existing SSIS package that runs in my production environment but does not run in my test environment. I have restored the relevant database in the test environment from the production...
View ArticleExecute SQL Task - Error on Parameter Passing
Hi, On execution of Execute SQL Taskwithout parameter does not have error.. when i set the parameter User:ItemId - and pass the sql statement SELECT [COLUMN] FROM [DBO].[TABLE] WHERE COLUMN_ID = ? ,...
View ArticleProblems with the query, "ResultSet" property not set correctly
I am trying to catch the erros during package execution and i have followed the method as in the given link, http://www.sqlservercentral.com/articles/SQL+Server/66387/ Here i am not getting any problem...
View ArticleGetting "SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED" when set as...
Hi All, I've very simple ssis package which has sequence container in the Control Flow Then Inside the sequence container i'm using "DataFlow Task".Within the DataFlow Task ( Data Flow) i've 2 data...
View ArticleHow can I embed commas with double quotes when exporting .csv file?
Hi, having a bit problem when I am trying to export data from .xlsx file to .csv file.The root cause is because some fields contains comma in the data, and i want to export that kind of cells with...
View Article