SQL 2012 Project Deployment Model best practices question
SQL 2012 dtexec automation operations logging DTSER_SUCCESS Hi, just a question about 'retraining" ourselves in the SQL 2012 Project deployment model. We have a number of developers, who would in the...
View ArticleHow to neutralize default setting that directed to Dts config file
Hi All ,I currently have a SSIS project , that uses SSIS package configuration directed to some dtsConfig file (C:\MyLocation ), default setting,If i copy .dtsx file to test server, and execute it's...
View ArticleSQL 2012 Integration Services Catalog and DTEXEC
Hi, We are deploying projects to the SQL 2012 Integration Services Catalog and then turning the execution of those jobs over to an operations team who use a scheduling and automation tool to execute...
View ArticlePackage takes forever to load- keeps validating
I'm using SSIS 2012 on a windows sever 2008 R2 OS. I have an SSIS package that contains some 14 views for 14 separate extracts that will run one after the other. I created the views on the database...
View ArticleNot Execute specific T-SQL code
Goal: If the file do not exist the code for openrowset and @XML.nodes shall not be executed. Problem: What and how should the syntax code be if the file do not exist by using T-SQL code?
View ArticleDQS Cleansing Component Mismatching fields
Howdy,I have been working on a SSIS/DQS project that has worked with many fields as far as the basic cleansing that DQS can do. However, As I have added more fields, the DQS Cleansing Component seems...
View ArticlePackages run faster on BIDS and slower on Agent Job
Hi, When running my packages through in BIDS, take shorter. And when I run it through Agent on the SQL Server where data actually resides, it take around 70% longer time. If I disable the task script...
View ArticleMaint Plan - Failed to acquire connection "Local server connection"
I created a single step plan that does integrity checks. It fails with the error below. I created a new connection using our clusters virtual sql name. Executed as user: MYDOMAIN\agentaccount. ...n...
View ArticleProducts to laod Exchange email into SQL database
Is there an easy way to load email messages (exchange 2010) into a SQL Server 2012 database? I simply want to load the email text, so that I can analyze it and then update a few existing tables.
View ArticleRDP Connection Issues
Setting up RDP UserNew User created on Server. (just local user). System/Remote Settings 'Allow connections from computers running any version..."New User Added to Remote Desktop; and is now a Member...
View ArticleFailure saving package
Hello All, I have a package in the SQL 2000 environment that works fine. I have migrated this DTS Package to a SSIS Package using the Visual Studio 2005.After that, i made some changes in this package...
View ArticleConditional Split using row counts
I would like to count the number of rows from a file I fetched and store it into a variable 'InitialRowCount' and then match that record count with another record count variable just before loading...
View ArticleFlat file – misalignment of column values on export to CSV
I am exporting data from database tables to CVS files. I have noticed that some rows are getting their values misaligned from the original columns and this skews up my data a big time as for example, a...
View Articlepass a value returned from variable to parameter ssis 2012
DECLARE@var1sql_variant=@DatabaseNameEXEC[SSISDB].[catalog].[set_execution_parameter_value]@execution_id,@object_type=30,@parameter_name=N'DatabaseID',@parameter_value=@var1hi all, is it possible to...
View ArticleHow to import csv file with encoding UCS-2 Little Endian in SSIS 2012?
I've a file with encoding UCS-2 Little Endian and i need to import this file to SQL Server 2012 Database with SSIS 2012. You know if exists a encoding to use to this import?
View ArticleSSIS job performance issues
Hi,I have an SSIS job that runs a view and the data output from that view is populated into a table on a different database on the same server.Until about two weeks ago this was taking less than 45...
View ArticleHow to pass parameters from Excel to an SSIS package?
How to pass parameters from Excel to an SSIS package? The package needs 3 parameters before it can be executed. After the execution of the package, results will be populated in multiple Excel...
View ArticleCompare two tables on different server without using Linked Servers
I have an SSIS package that needs to compare a table to another table on another server. Then only delete data from the first table if it exists in the second table. I know this is possible with...
View ArticleError in running package with config file
I have a 2012 package and it is referring to a config file which has the DB connectionstring. This config file was created through the "Package Configuration Organizer". When I execute the package...
View ArticleExcel file load in ssis table
Hello Everybody,I have excel file with around 300 fields in it. I do want to load it in the database table using any easiest wayI am using Office 2010 and SQL SERVER 2008 R2.Please suggest me.Thanks
View Article