| Thread | Last Post | Replies |
|
| SSIS Transfer Objects task - "Cannot apply value null to property Login" blues... | 16 Nov 2005 11:16 GMT | 3 |
Hi, everybody. I am trying to transfer a database from one server to another using SSIS Transfer Object task. The package runs, but crashes with a quizzical error:
|
| How can I make a DTS get data from an XML web services | 16 Nov 2005 08:26 GMT | 2 |
I want to know if there is a way I can make a DTS package log to an xml web service and query a functions for data that i can insert into a table ? thanks
|
| if not exists (database...) create database myDB | 16 Nov 2005 05:01 GMT | 3 |
As the subjects says i wish to find out if a spesific database exist in my sql server. I wish to write following statement. if not exists (select * from information_schema.databasename where
|
| Sql 2005: SSIS - How to convert "N/Y" CHAR(1) to byte type column | 15 Nov 2005 22:42 GMT | 5 |
Disclaimer ... I'm new to SSIS I'm working on a project import flat files into Sql tables. My 1st two flat file to Sql 2005 table SSIS packages are working great. Wahoo !! Anyway, the next flat file has three CHAR(1) columns coded as either "Y, N
|
| Repost - Sql Server 2005 - SSIS - nbr of input cols < nbr stored proc parameters (MSDN Universal Subscriber) | 15 Nov 2005 21:44 GMT | 9 |
I'm trying to set up a SSIS package that will use columns from a flat file and insert them into an existing table using an 'insert stored proc' for the target table. I keep getting an error that says I have to provide inputs for all the stored proc parameters but the flat file only ...
|
| Dynamically set up DTS Transformations? | 15 Nov 2005 20:54 GMT | 13 |
I have a DTS that transform data between two databases on the same SQL Server, as shows below: table A ====> table B (database_1) (database_2)
|
| DTS and TRANSACTION | 15 Nov 2005 20:36 GMT | 1 |
By default, are the sql statements in DTS in TRANSACTION?
|
| Help with Excel data pump | 15 Nov 2005 20:33 GMT | 1 |
I am having problems importing text values from an Excel file. Numeric fields are loading fine, however. Below is what my spreadsheet looks like APP_AGE 1 1
|
| changing DSN connections dynamically | 15 Nov 2005 20:33 GMT | 3 |
Is it possible to change the connections of a DSN dynamically via DTS? I need to pump data to approx 100 different destination servers and am hoping that it is possible to do this by simply changing the Server name/IP of a DSN.
|
| How do I retrieve a package which I saved during the import in SQL 2005 | 15 Nov 2005 20:32 GMT | 1 |
How do I retrieve a package which I saved during the import (using import wizard) in SQL Management Studio as SQL Server package???
|
| Global Package Variables in an Execute SQL Step as part of IF | 15 Nov 2005 20:19 GMT | 2 |
What I want is a way for an Execute SQL Step to get access to a package global variable so that I can do decisions based on it and I cannot figure out how. What I have is a global variable called "LogDebug". I need this to be used in an Execute SQL Task in the following manner:
|
| Running DTS Package as Job | 15 Nov 2005 17:23 GMT | 2 |
I can run my dts package directly. However, when I schedule the package as job, I get the following error message: Executed as user: WIN\cis50SQL. ... OnStart: DTSStep_DTSExecuteSQLTask_1 DTSRun OnFinish: DTSStep_DTSExecuteSQLTask_1 DTSRun OnStart:
|
| Export from SQL-query using temporary tables. | 15 Nov 2005 08:21 GMT | 4 |
Not 100% sure this is right group but here goes. A lot of my exports from databases tend to end up in excel spreadsheets. Which means I use the import function from Excel (Microsoft Query) and the export to excel from Enterprise Manager, a lot.
|
| Execute DTS Package from .Net - Problems setting global variables | 15 Nov 2005 01:13 GMT | 3 |
I'm running DTSs from a Windows Service developed with VS2003 (.Net 1.1.). I need to update some Global Variables values (in the same way I do with parameter /A of DTSRun.exe). Those Variables are String Variables. Those variables are used from a
|
| Creating a DTS update package | 14 Nov 2005 21:15 GMT | 4 |
I'm trying to create DTS package that would update database_2 with data from database_1. I've added both connections. I've added a Transform Data Task.
|