Excel empty values with null while import Excel to SQL in SSIS
Hi ,While importing excel(100 columns) to SQL server table:Empty cell data parsed as NULL in SQL, but I need Same like empty->empty .., NULL-->NULLI dont want use with ISNULL(exp) in Derived...
View ArticleFailed to decrypt protected XML node "DTS:Password" with error 0x8009000B
Hi,I have developed several SSIS packages with the last Beta of VS2005 / SQL Server CTP. After the public release I tried to uninstall the CTP-Versions to install the msdn finals but this time I got...
View ArticleExecute SSIS Package via SQL Agent on Remote Server
I'm trying to execute an SSIS package via a SQL Agent that is actually on another server. From what I can see, everything should be set up just fine and the job should run.The job was created on SERVER...
View ArticleWant to be the Microsoft TechNet SSIS Guru for September?
All you have to do is add an article to TechNet Wiki from your own specialist field. Something that fits into one of the categories listed on the submissions page. Copy in your own blog posts, a forum...
View Articleshow only the current month and year in ssis / exibir apenas o mês e ano...
Hello guys. Through the WHERE clause can do to a condition of bringing the current month and year eg month (dtchamado) = month (getdate ()). Integration in the service how can I make this same...
View ArticleProblem with Connection Manager. Can't change connection string / Server name
p.MsoNormal, li.MsoNormal, div.MsoNormal {margin-top:0cm;margin-right:0cm;margin-bottom:10.0pt;margin-left:0cm;line-height:115%;font-size:11.0pt;font-family:'Calibri','sans-serif';} .MsoChpDefault...
View ArticleDateTime conversion Error
I am getting the following error while executing a SSIS package. "[OLE DB Destination [760]] Error: There was an error with input column "RecordEffectiveDate" (828) on input "OLE DB Destination Input"...
View ArticleC# Script to create a dynamic folder
Hi All,Could you please help me to get a C# script to check and create a folder if not exists.The folder should be combination of name like- 'Files_<date>'.The date should be in numeric format...
View ArticleParamterized bulk copy - Disabling indexes for performance causes timeout...
My requirement is to sling a rowset from one place in SQL server into a table in another place in the most performant way. I want this to be parameterizable - I want to provide just a connection...
View ArticleTime out error in XML task in SSIS
Hi ,I have a SSIS Package that has an XML task . This XML task uses a Source XML file to load the data into the SQl server destination table. The Package is throwing the error like [XML Task] Error: An...
View ArticleSSIS package -dynamically setting values in all env using XMLConfig files...
Hi, I have developed an SSIS package which extracts and creates 5 flat files and finally using Process Extraction task zip the folder. On my Dev environment everything is working fine but when I am...
View Article[HELP] - Unable to connect to OLEDB/SQL Server '12 AW DW
Hi,I'm using SQL Srv '12. Have ADW'12 and ADWDW'12 DBs installed.I created a new SSIS project. Two project level OLEDB con mngers (One for each OLEDB DB).Dragged and dropped a new DFT.Inside the DFT,...
View ArticleExecute SQL Task - Return Single Result: Value does not fall within the...
I am using SSIS 2008 SP1 and trying to do a select count(*) query in an ODBC connection and assign the output to a variable. I have another execute SQL task that uses an OLEDB connection to do the...
View ArticleHow can I use expression/ variable for the SiteUrl field of the SharePoint...
I have been using the SharePoint List Source and Destination in SSIS 2008 for a while and I usually set the SiteUrl in the Advanced Editor as a predefined hyperlink of the site. However, I heard that...
View ArticleData Profiling Task -SSIS
need to do data profiling on 3source tables .Can I use the data profiling task for it.I am mapping the xml output to excel file using dataflow task. Thanks
View ArticleFailed to retrieve long data for column "DataFile"
Hi ,I am facing below error while executing SSIS Package using SQL Agent JobDescription: Failed to retrieve long data for column "DataFile". Code: 0xC020901C The column status returned was:...
View ArticleHow can I enable SQL Server 2014 SSIS project development in Visual Studio 2015?
I have SQL Server 2014 installed along with SSDT and SSDT-BI in conjunction with Visual Studio 2013. I recently installed Visual Studio 2015 (but kept VS2013 installed) and understand that there is no...
View ArticleHow will be the derived column expression for ReferenceID and BankDate??
MY input is : select 0 as JournalTranSkey, 0 as JournalID, ClientID, LeaseID, StoreID, ApprovalID, 12 as EntryTypeID, 14 as EventID, 55 as AcctID, 'Credit' as DebitCredit, CONVERT(DATE,GETDATE()) as...
View Articlewait for previous jobstep to finish?
Hallo, i have a question about jobsteps in a sql-agent job in v 2014 sp1I have created a sql-agent job with 4 jobsteps.Every jobstep starts a t-sql command . P1 and P4 a os command, P2 and P3 a command...
View ArticleNot enough storage is available to complete this operation in ssis
Hi,In my data flow had LOOKUP.so it failed due toNot enough storage is available to complete this operationHow to handle thisThanks
View Article