Colud anyone brief me the difference between lookup and fuzzy lookup... if u have sample package please reply me with that link....-:)
Fuzzy lookup
IISreset command
Hai,
I want to create a job in sql agent on de dbserver to run an iisreset on the webserver.
On the webserver I create a file with this code: @ echo off iisreset / restart :exit
When I create a job on the other server to this batfile on the webserver, the job runs but restart the iis on the db-server and not on the webserver.
How to change it that my job runs on the db-server and restart the iis on the webserver?
After processing each file then send notification with the following format
- After processing each file then send notification with the following format
Subject : {FileName} has been processed.
Body : {FileName} has been successfully processed and transfered {N} records. (Here {N} is number of records transferred from the particular file to table)
Note : Use configurations to get FROM, TO and CC list
how to build query for one oledb source based on the result (one column) of the another oledb source or another query
Hi ,
I have two oledb source in the DataFlow
Lets say
SourceA- which points to DB2 database with huge volume of data (Select Contractid,PolicyID from Policy )
SourceB - Which points to MS Sql Server data (SELECT Contractid from AdhocTable)
So what we are doing is we are joining the two oledb source to get rows from policy by joining with AdhocTable with Contractid
but this causes performance issue bcoz DB2 has large volume of data..
So what we plan of doing is
build a query for SourceA oledb source based on the result of Contractid from AhocTable
For example if the AdhocTable has following records
AdhocTable sample records
C1
C2
C3
C4
C5
I need to build the following query for the SourceA oledb source
Select Contractid,PolicyID from Policy where Contractid in (C1,C2,C3,C4,C5)
this will filter data in the DB2 itself which will improve the performance and it will avoid the buffering in the SSIS.
Help me how to do that......with some code
ilikemicrosoft
SSIS Flat file to sqlserver
I have to import data from a flat file to table .
but each time the number of columns will vary in the flat file ,means some times we have to add dynamic columns to the table and
dump the data.
can any one help in this issue.
thanks and regrds,
Biru
Multiple files with different formats
hi
I want to port data from different file format source to one db... Pls help me to achive this...
Folder Contains Different Files
Hiii
I have a Folder in that which contains different files Formats such as 2 '.txt' files and 2 Excel Files and one zip folder and zip folder contains 2text files, how to achieve this in SSIS 2005 ?
Thanks
Supreeth..
Error connecting to Oracle
Hi All,
I designed SSIS package for loading data from Oracle to Sql server 2008. In connection manager I created New connection there I mention Server name and Password.
When I click on Test connection, the below error message it prompts.
Can any one help me on this Issue.
Regards, Praveen
SSIS multiple files
Hiii
I have a Folder in that which contains different files Formats such as .txt files and Excel Files
how to move all types of files(.txt and .xls) data to oledb destination....
Thanks
Error calling Child Package
Hi,
I have a Master package and a few child packages deployed on the same server. I have run the packages successfully many times. But today when i redeployed the Packages, I am getting error while calling one the child package.
Error: Error 0xC0012050 while preparing to load the package. Package failed validation from the ExecutePackage task. The package cannot run.
While the other child packages are being called successfully, its quite strange the the process if failing for one child package. The settings for all the child packages are same in the Master Package.
I am calling the Master Packge through SQL Agent Job.
Any sugggestions please
Regards Yuktah
For Loop expression using logical OR (||) - odd results
Hi,
I've got the following expression as my EvalExpression in my for loop:
@globalError>@desiredError || @nosEpochs<@maxEpochs
When testing the above I've set the conditions so the first condition (@globalError>@desiredError) is met before the second condition (@nosEpochs<@maxEpochs) however instead of the loop ending when either of the conditions is met it only ends when both conditions are met - which means the || is acting like an &&. So I swapped the operators around and used the following expression:
@globalError>@desiredError && @nosEpochs<@maxEpochs
and oddly the for loop ends when the first condition is met even though the second condition has not met - which is an || right?
I'm obviously missing something here - can someone point out my glaring mistake? using 2008 R2.
Datetime with source file in ssis
Hi
i want to create a package in ssis,in that package i want to use excel file as source.in that file name like test_08_03_2012(like today's date)so i want to use that file for load ..this file name change tomorrow like test_08_04_2012 how to take this as source file dynamically
script component connection maanager
I am using a script component as a data source.<o:p></o:p>
I have set up the Connection Manager and used the following script:<o:p></o:p>
conn = new MySqlConnection( Connections.Connection.ConnectionString.ToString());
command = conn.CreateCommand();
command.CommandText = "SELECT ID FROM asiarooms.bestdeals_categories";
conn.Open();
reader = command.ExecuteReader();<o:p></o:p>
When I run the package an error occurs.<o:p></o:p>
"Access denied for user 'xxxx' (using password: NO)...."<o:p></o:p>
I know that the connection manager credentials are correct since it is being used successfully in other places.<o:p></o:p>
Can anybody help?<o:p></o:p>
Mr Shaw
How to Overwrite an Excel sheet using SSIS or How to Delete data Before Inserting into Excel Sheet
Hi all,
i facing a problem with Excel Sheet, when i running SSIS package at that time it appending the data to already existing data .but i want to overwrite the data or delete the data and reinsert the data into excel sheet.
and i tried Drop table Excelsheet; and agian using another execute sql task creating Excelsheet but it not working :( .
so please share your answer here .
thank u all :)
SSIS package Not running on SQL Server Agent
Hi guys,
Ok so basically heres the issue, I have a local instance of SQL server on my box i have created a SSIS package which gets data from a MySqlDB and from a SQL DB and then pumps that into a flat file and then emails the flat file, I am trying to execute it
via sql server agent i am pointing to the dtsx on my desktop file system and have tried running it connected as sa and as windows credentials i get this error each time...
Executed as user: Domain\PCName$. Microsoft (R) SQL Server Execute Package Utility Version 10.50.1600.1 for 64-bit Copyright (C) Microsoft Corporation 2010. All rights reserved. Started: 01:46:31 PM Error: 2012-08-03
13:46:31.84 Code: 0xC0011007 Source: {5224565C-ECAC-4AE6-9261-504470DD69F8} Description: Unable to load the package as XML because of package does not have a valid XML format. A
specific XML parser error will be posted. End Error Error: 2012-08-03 13:46:31.84 Code: 0xC0011002 Source: {5224565C-ECAC-4AE6-9261-504470DD69F8} Description: Failed
to open package file "C:\Users\UserName\Desktop\Package.dtsx" due to error 0x80070005 "Access is denied.". This happens when loading a package and the file cannot be opened or loaded correctly into the XML document. This can be the result of either providing
an incorrect file name was specified when calling LoadPackage or the XML file was specified and has an incorrect format. End Error Could not load package "C:\Users\UserName\Desktop\Package.dtsx" because of error 0xC0011002. Description: Failed
to open package file "C:\Users\UserName\Desktop\Package.dtsx" due to error 0x80070005 "Access is denied.". This happens when loading a package and the file cannot be opened or loaded correctly into the XML document. This can be the result of either providing
an incorrect file name was specified when calling LoadPackage or the XML file was specified and has an incorrect format. Source: {5224565C-ECAC-4AE6-9261-504470DD69F8} Started: 01:46:31 PM Finished: 01:46:31 PM Elapsed:
0.016 seconds. The package could not be found. The step failed.
Any help please :(
SQL Job Failing
Source Databases Cannot Be Found
To whom it may concern,
When attempting to use SSIS Import and Export Wizard, no end user databases are being presented in the drop-down list, only the system databases are available for selection.
To ensure authenication is not an issue, I logged into SSMS and connected to the appropriate databases to be imported successfully.
At this point, I have no idea why only the system databases are made available instead of the end user databases.
Please help!
Thank you in advance for your assistance and support.
Unable to create simple table in SSIS Excel destination
Hi All
i tried to create simple table .CREATE TABLE `Excel Destination` (
`OMS_ORDER_ID` Integer ) , but i am facing the issue . what is the reason for that .
The table cannot be created. (Microsoft Visual Studio)
===================================
Unexpected error from external database driver (1309). (Microsoft Office Access Database Engine)
Surendra Thota
How to do a Merge on Diffrent Column which does not have a common columns
HI ,
I have a conditional Split which identifies Null Columns , now i want to write those error columns into a error tale
I want to merge all the conditional splits into one and then write to the error table
the problem is that these columns are all different how to merge them?
SSIS Integration Services evaluation period has expired
Hello I'm getting this message in my backup maintenance plan "Integration Services evaluation period has expired" but my question is, where i can buy this license? and how much will cost me?
thax for your time