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

how to find a sexual partner and escorts models in own area.

$
0
0
if you are looking a escorts for some fun and make your dream more beautiful then type on google http://mumbaihotcollection.com is the best escorts services website in mumbai.

Update destination table when not matching data with source.

$
0
0

I upload everyday data to SQL Server using lookup function. It compares source with destination and I want the following from the second and every following day.

I am able to upload new records and avoid duplicated by lookup but how can I update destination table when some records from destination do not match with source table?I just want to update a column and set "1" in the non matching records.

how is it that with config no build errors , without configs there are build errors

$
0
0

hi we run 2014 enterprise.  we are trying to explain something having (we think) to do with configs. 

I can post more details but might get there quicker by asking this way...

in vs2013 as we develop our pkgs ,  is it possibly true that validation is delayed on configs that start from an environ var that maps to a sql server?  and where does  vs 2013 think the environ var is even coming from in the items i'm showing below when there is no such environ var on our locals?  one peer thinks in vs 2013 specifically its from the dns alias showing in the config mgr's server name.  but if there is validation, that should generate an error. the config mgr showing in the 2nd image is named as the config target object in image 1.


Environments Synchronization

$
0
0

Does anyone knows of any Microsoft SQL server solutions to synchronize environment between production, dev and QA. I am more focused on the data side of things. I have been doing the synchronization manually and I was looking for a more automated solution. Maybe a solution where I could refresh and keep the environments in sync.


could not be upgraded to the newer version of the component

$
0
0

I am converting SSIS package from 2017 to 2019.

I got the below error when I build and run SSIS package using VS2019,  Originally the package was created using VS2017. There was no error before 

Error: The component metadata for "Resolve date field keys, clsid {33D831DE-5DCF-48F0-B431-4D327B9E785D}" could not be upgraded to the newer version of the component. The PerformUpgrade method failed.  

Any guess what should be done here?

Thank you in advance 

File system task is not working after migration

$
0
0

Hi All

I copied a package from BIDS (2008) to VS(SSDT). The package loads data from flat files into the tables and then there is a file system task that copies the files to the archive folder with the date time stamp when it is run. This process works fine in BIDS (2008) but doesnt work in SSDT. Is there a place i need to look at , because the file system task doesnt use any variables only the folder path.

Please advice.

Thanks

Need to access Oracle Data in SSIS package

$
0
0

Hi Team, 

I need to access data from remote Oracle Server in the network to my SSIS package. I am not able to get the connection established from the SSIS to Oracle on remote server. I have Visual Studio 2010 installed in my workstation. Can you please suggest me how to create connection with remote Oracle Server from local SSIS. 

TIA

Output Resultset in SSIS Execute SQL task

$
0
0

Hi everyone,

I have a ssis package that loops through a resultset in foreach loop container. Inside the container I have an Execute SQL task that runs a SQL stored proc and return a single row of data, however, it has 4 columns which I want to map to 4 variables, what is the best option to use. Can I use the SIngle Row resultset option and map the different columns to their respective variables in the Result Set or use an object variable?


me


Part of database backup file name is unknown

$
0
0

Hi

I receive  SQL Server database backup (.bak) file everyday to restore. Part of file name is always unknown. For example

Backup_2020_07_19_1000345.bak, Backup_2020_07_20_175436.bak, Backup_2020_07_21_111000.bak.

In File System Task I am trying to make a copy and rename most recent file to Backup.bak. Then a Execute SQL task will restore the database. Process finish successful for a targeted file.

Variable vSourceFile gives part of file name "Backup_2020_07_21_". However I am unable to assign a dynamic file name Backup_2020_07_21_*.bak to Source connection.

Where and how should I use this variable?


Data Connection on Converted Project

$
0
0

My Company has a old SSIS Package Solution (2005)  and we need transfer this on a new (SQL SERVER 2016 SP2).

How I can change the connection managers ;

The ssis package works like that : Get Data from two SQL Databases K1,K2 and Update a Cube (Analysis Services) I can change connection strings (Data Source = etc) on K1 and K2 (Package Explorer Connection Manages) but when change connection string on Cube control flow gives me red X on last step (Update Cube). Both Servers (2005 & 2016) have K1,K2 (Database Engine) and Cube (Analysis Services)

Also When I covert (Package deployment model) To Project Deployment Model I get this message: 

------------------------------
This project contains one or more data sources. The data sources will be removed when the project is converted to the project deployment model. After the project conversion, share a single connection across packages to a source of data by using a shared connection manager

------------------------------

How get back connections after convert and before deploy project on SQL Server ?

Thanks.





data flow cannot see project level connection manager

$
0
0

I have created some project level connection managers to be shared by the ssis packages in the same project.  When I create a data flow task and move the correct type of data source onto the flow and go into the data source and dropdown to select a connection manager I cannot see all of the connection managers for that type of data source even though they are in the connection manager folder for the project.

Can someone kindly tell me what I might be doing wrong?  Thanks tonnes for any help, Roscoe

dtsx file

$
0
0

hi guys, is there a link on how to understand the coding contents of dtsx files?

Or how to  check or test the dtsx files? 

Is there a software to visualize the contents of dtsx files?

 

thanks for any help and ideas.


Every second counts..make use of it. Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.


Package runs fine manually but errors out in SQL Agent with "Opening rowset for sheet$ failed"

$
0
0

Hi,

I have an SSIS package created in Visual studio 2019 which basically copies the data from an .xlsx file into a SQL table. This package runs fine when i run it manually on visual studio however when i automate it using SQL Agent on my 2012 version of SQL Server( i currently use ssms 2018) i receive this error "Opening rowset for sheet$ failed", i checked the following but no luck:

1) The sheet exists in the file and the package runs fine manually too

2) I moved the package and the file to a public drive to make sure my proxy account which runs SQL Agent has access to both of them 

However nothing has changed and i still receive the same error, Can someone please help me with this.

Thanks.

Issue recreating SSIS Catalog

$
0
0

I am working on a SQL Server 2012 (SP 4) instance.

Background:

About 5 years ago someone restored the SSISDB to the server.  Nothing has happened in the SSIS catalog since it was restored, no alterations to SSIS projects, no event messages.  Today we tried to deploy a project to this server and we get this message:  "Please create a master key in the database or open the master key in the session before performing this operation"  Error 15581.  I get the same error trying to validate package, download project.  Seems pretty obvious to me that whoever restored this database did not follow protocol to apply the password after restoring.

My problem:

I backed up the database and deleted the SSIS catalog.  Then I try to recreate it.  Every time I try, I get this exception:  Cannot drop master key because certificate 'MS_Cert_Exec_2' is encrypted by it.  Changed database context to 'SSISDB'.

I can't find MS_Cert_Exec_2 anywhere on the server.  If I could, I'm not sure how I would delete it.  I'm not sure if it is a good idea to delete this certificate; I don't know what it is doing.

This is a test server, but I still don't want to break it.  Any help anyone can provide would be appreciated.


Russel Loski, MCSE Data Platform/Business Intelligence Twitter: @sqlmovers; blog: www.sqlmovers.com

Problem with migration to new server

$
0
0

My Company has a old SSIS Package Solution (2005)  and we need transfer this on a new (SQL SERVER 2016 SP2).

I can open that project with Visual Studio 2017 I can make oneway-Upgrade and then I can convert that from package deployment model to Project Deployment Model (with than process I lost data source connections)  

After that i create a new catalog on Sql Integration Folder (Sql Data Engine). But when I try Import Packages that give me

ssis-deployment-error-6522  



How to open SSIS 2008 R2 package in SSIS 2012?

$
0
0
Hi,
I have Visual Studio 2015 & (SSIS 2012) installed in my system. There is a prod issue and I need to open and see a SSIS package which might be  created in SSIS 2008 R2. When I tried to open the package in VS 2015(SSIS 2012), Its not getting loaded. Getting 'Failed to save the file....with Error 0x80004003. Invalid Pointers ' error. Can someone help me as its little urgent. TIA!


How to get the execution time of the ssis package?

$
0
0
I have created a ssis package. I add a Data Flow Task in my package. In the data flow task, I have source ,transformations and destinations. 
When I execute the package, it runs very slowly. 
How can I test which component is slow? 

How to get the number of rows?

$
0
0
I am new to SSIS. I have a Data Flow Task in SSIS package. 
I want to get the number of rows. How to get it? 

system.runtime.interopservices.comexception (0x800a03ec) document not saved

$
0
0

HI,

While generating excel report through SSIS package it is through error message. Previously it was working fine on windows server 2008. Now I am facing the issue in Windows server 2012 R2 server. Error is throwing in script component where i am trying to remove one test row from excel file which is generated in same package using data flow component. 

Server :- Windows server 2012(64 bit)

SQL and SSIS:- SQL 2008

Below is error message for reference

System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Runtime.InteropServices.COMException (0x800A03EC): Document not saved.

Tries solution for creating Desktop folder at location but still it did not work C:\Windows\SysWOW64\config\systemprofile\Desktop

Please help me to resolve this 


ssis help

$
0
0

i have one doube in ssis
how to load double codes data from sql server to csv filesusing ssis pacakge .
source : emp table 

CREATE TABLE [dbo].[empcsvfile](
[eid] [varchar](50) NULL,
[empstring] [varchar](8000) NULL,
[details] [varchar](500) NULL

GO
INSERT [dbo].[empcsvfile] ([eid], [empstring], [details]) VALUES (N'1', N'''1'',''yt'',''1te'',''1d''', N'{"test":"ed","eDate":"1990-01-16","isflag":null,"Type":"te","Number":null,"std":null,"mark":null,"Code":"22","cty":"r","state":"tn","country":"IN","isPermanent":null,"Lines":{"Street2":"street2","Street1":"street2","Taluka":"street2","District":"street2"},"Proof":null},{"Type":"PHONE","Date":"2017-05-28","Verified":null,"Type":"BSNSS","Code":null,"Code":null,"Number":"954457565","ette')
GO

destination : Test.csv file
eid |empstring |details



 I tried like below but in csv files its create extra columns
emp table have 3 coumns when i tried to load data into csv that fileds its create more than 3 fileds.


can you please me how to load empcsvfiles(sql server )  3 fileds data load into destination csv exact 3 fields in csv



Viewing all 24688 articles
Browse latest View live


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