Quantcast
Channel: SQL Server Integration Services forum
Viewing all 24688 articles
Browse latest View live

got to get it

$
0
0

get to get it to those who aint got it all what u do ween u kno u got to go out there and put it all on dat line just to get what u need or wat u want want yo kids need or want how u gone get it tell me wat gone do tell me how u gone get jobs take time drug quick money but dont nobody want that time but u got to get it and it worser for the women selling they selfs to get need no brain no no nothen look at me spelling lil words got damn shame but what yall gone do to get


Issue pulling informix BLOB datatype to SQL Server 2008r2

$
0
0

Hi All,

I am pulling data from informix data to sql server using ssis but having issues with data types likeBLOB. There is an equivalent data type in sql server for BLOB i.e varbinary. SSIS gives me an error with only these columns other than this everything elseis fine.

I have solved empty string issue with this help.

http://social.msdn.microsoft.com/Forums/en-US/sqlintegrationservices/thread/61241fc8-9451-4abd-915d-e704f10d7a57

Please let me know if you have any workaround to get these fields

Thanks

Pawan.

SSIS package saving time getting nonfatal Error message.

$
0
0

 

Hi all,

   I have one SSIS package while saving time getting the nonfatal error messages and package validation Error’s.

How to remove the validation Error's


vasu

Move all SQL server databases to one SQL server

$
0
0

Good Day Friends,

I need your help since i am not SQL guy but i think with your help i can manage my case...

We have 3 SQL servers 2008 R2 Std installed with their Application on 3 stand alone servers on WORKGROUP, A. each server has his own databases (arround two deferent instance per each) B. Each database has sql server authintecation with deferent user and password.

My plan is to have One SQL server (2008 R2 std) with 1. centralized 2. on Hyper V virtualization 3. Joined to domain... 4. I need ur recomendation for the type of authintication.

so i need to move the databases from 3 workgroup servers to my new VM domain joined sql server.

Any Ideas?!

Thx

Ahmad


Ahmad Taha

ADO NET Destination has failed to acquire the connection on production environment with transaction="required"

$
0
0

Hi all,

I've SSIS package which runs perfectly on development environment ( Windows 7 ) with transaction=required on package.but when i run this package on client environment ( which is run on"windows embedded posready 2009" ) it gives me error saying like this

ADO NET Destination has failed to acquire the connection {76098398-bf64-4b57-82a2-343e8e4fe562}. The connection may have been corrupted.
component "AdoDesBillDetail" (3780) failed the pre-execute phase and returned error code 0xC0208452.

Then i try with disabling transaction option ,then it's work fine, cannot understand what is the problem , if u guys face the same problem pls help me to resolve this.

** I've attached screenshot of MSDTC config on client environment,please see this as well. The development environment config also same.

Thanks & Regards,

Dimuthu


Dimuthu

How to add double quotes while exporting Data into CSV Format

$
0
0

Hello,

I want to export data with double quotes and "," Seperated into csv format. Can you please guide me what we have to use in text Qualifier textbox. Currently i am using SSIS 2005.

Setting the number of deployed SSIS package depending upon environments

$
0
0

Hi ,

I have created some 100 SSIS packages in my Development environment, but due to some last minute bussiness requirement changes i am supposed to deploy only 50 packages in UAT environment and around 20 packges in my PROD environment.I have created the manifest file and the configuration file in my development environment.

I just wanted to know the best method available to make this deployment happen.

Please suggest.

Thanks in advance

Himanshu


variables in ssis stored in where?

$
0
0

Hi,

variables in ssis stored in where?

Please help....

thanks and regards

samba


Data sync between MsSql and MySql

$
0
0

Hi Gurus,

We need to have a mechanism to sync data (replication) between Ms Sql DB and My sql DB. May I request to provide clarification for following questions in this regards:

1.      Can we use SSIS for this purpose?

2.      If yes, how the packages are triggered when any of the table is updated?

3.      Is there a way to create the service which can send the accept the request with parameters and give the response?

 

Thanks in advance.

 

Regards,

Venkatesh G

 

Need replace the " ENTER key" in a string by html while retriving from the table in oracle sql query

$
0
0

Hi guys,

I have a large text that can have some ENTER character inside of it which is stored in database. The problem is that when ever i'm retriving the that column from table ... the ENTER character must be replace with html "<br>" srting.

Thank You,
Arun

Sync MYSQL database tables in SQLSERVER

$
0
0

Hi Friends

I Have a Transaction processing data(Dailer) in MYSQl database..

now as per requirement i need to sync these database tables

in SQL SERVER on daily Basis ..

Kindly suggest me how can i achieve this.?

Regards

BI_group

how to export multiple excel files data to sql server data base at a time(not file by file),Please give solution?

$
0
0

hi

how to export multiple excel files data to sql server data base at a time(not file by file),Please give solution?

ex: I have 10 files ,at a time i have to export 10 files.

how to export 10 files to SQL DB at a time, with out foreach loop or for loop containers

thanks and regards

samba ch

Difference between derived column and dataconversion transformations

$
0
0

I have a doubt about transformations in SSIS...

Please help me...

We are having dataconversion transformation in ssis to convert data...We can also do that in derived column transformation by using type cast..

Then what is the purpose of designing data conversion transformation...

Thanks in advance

Creating Event based SSIS job

$
0
0
I have a source file which is changed every month (not a fixed day). I want to trigger the SSIS job as soon as the file is replaced with the new file. How can this be achieved?

ssis xml source load adding

$
0
0

I am using SSIS 2005, XML Source, Merge Join to load a XML to SqlServer(that may be my first mistake). In two of the fields where there is no input data the package is adding <cr><lf>. I checked the XML test file it doesn't have the <cr><lf>. Anyone else know how to fix this?

I am using the transformation REPLACE((REPLACE(address1,"\n","")),"\r","") to get rid of them where they presently exist. But it seems that over time all the fields could potentially need this transformation.


How to store multiple queries result in different variables in Execute SQL task

$
0
0

Hi All,

I have scenario like

I am running this query :

Select 1 as Flag1

Select 2 as Flag2

Select 3 as Flag3

I want to store these three outputs into three different variables. How to achieve that :

I can't do selection in one select that is just an example I have big queries in selection of flag.

Any suggestions

Thanks

Sumit

How to aggregate by day from TimeStamp info

$
0
0

So I am working on a project to help myself learn more / get experience with SSIS.  I have created a scenario where I am tracking a fictional bank's data.  I started with a basic schema that tracks account transactions.  This is working just fine, but my problem is I'd like to create a schema with a higher level of granularity (account snapshots by day).

Since there can be multiple transactions each day, I need to sum the changes in all transactions that took place on a given day.  Each transaction is created with a corresponding timestamp.  How in SSIS can I essentially say "SUM transactionAmmount FROM mytable GroupBy day" given timestamp information?

I did it, (essentially I converted it to a string and I pulled out the time data) but I have to believe there is a better way.  

After upgrade into SQL Server 2012, using Data Tools Edit Script does not work?

$
0
0

Hi,

After upgrading to SQL Server 2012, when I open SSIS packages with Microsoft Data Tools by clicking on Edit Script in Script Transformation Editor, it loads new microsoft Visual Studio (As admin) with a blank screen.  Any thoughts?

thanks

SSIS 2008 Control flow and data flow tasks are missing

$
0
0

Hi,

Whenever I start desiging new package or revisits the existing packages, I see my control flow and data flow tasks missing and I had to manually load them by right click and choose items etc. I am unable to find the root cause of this issue and any fixes if possible. Also I tried to visit other forums for the same but no help.

Thanks,


hsbal

import csv file problem

$
0
0

Hi All,

I am facing problem while loading csv file data into ssis.My csv file looks like as below

A

1,Mahesh,Wing Company,Corporation

A is a column name.I am splitting the recod by commas,So i am getting 4 columns.but acctually i should get 3 columns as WingCompany,Corporation is the companyname and store it in one column.

1    Mahesh        WingCompany     Corporation

I need to store in the table as below

1    Mahesh    WingCompanyCorporation

How to remove  comma from 3 rd column.

Thanks,

Ramu

Viewing all 24688 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>