| Thread | Last Post | Replies |
|
| Importing string dates into a table's small date colums. | 13 Jun 2006 05:06 GMT | 1 |
Hi; I have been trying to import several date fields from a text file into a table where the receiving columns are defined as small date.
|
| DTS package locked by access database | 13 Jun 2006 03:45 GMT | 1 |
I have a DTS package that deletes data from a table and then re-populates the table with fresh data from our ERP system. The problem is this particular table is linked to an access database, and if a user has the table open in access the DTS package will not delete the data, it ...
|
| Adding logic to check for existence of soource tables | 12 Jun 2006 15:01 GMT | 2 |
I am runnng into a situtation with a vendor who does not load their database consistently. Sometimes a table is missing from their db. It is a lookup table so is not critical. What I want to do is check for the existence of the table in the source db, before I drop my local table ...
|
| DTS package anomaly in SQL Server 2000 | 12 Jun 2006 14:21 GMT | 2 |
I have a package that has the following steps: Transform data task : EXEC_usp_CreateDPDistancesHTM (stored proc) Connection properties : Create htm data file ( file created from stored proc output)
|
| How to Change The Source On Transferred DTS Packages | 09 Jun 2006 21:35 GMT | 1 |
Thanks in Advance, I recently had to move about 200 DTS packages from one server to another in a hurry. The Source to Destination task worked fine with at least one exception. Many of the tasks refer to the old server in the
|
| Dynamically Build Columns For Transfering Data | 09 Jun 2006 20:39 GMT | 6 |
I need to dynamically build the columns used in a Transform Data Task (or possibly a Data Driven Query Task). I understand how to read from the registry and/or text files to dynamically set items, but I am not sure where to start to build the source and destination columns in a ...
|
| SSIS Scheduling Failure - AcquireConnection Error | 09 Jun 2006 19:27 GMT | 6 |
In honor of the help that I have recently received in this group, I thought I would post the answer to a problem that had been plaguing me for a couple of weeks in the hopes that this posting will help someone else. Like many people, I am in the middle of upgrading from SQL Server ...
|
| SQL Server Configuration is not read | 09 Jun 2006 10:10 GMT | 2 |
When I execute my SSIS package from SQL Server Agent job or DTEXECUI the configurations stored in SQL server is not read. The connection to the SQL Configuration is specified in the command parameters. When running profiler I can see that the SSIS Configuration table is not ...
|
| DTS Packages fail when executed from Jobs | 09 Jun 2006 04:44 GMT | 12 |
I am having trouble executing a DTS package from a SQL Job. It works OK for a while but then starts failing with the following error message: Executed as user: domain\SQLSvcAccount. DTSRun: Cannot create COM Server to load and execute DTS Package. Error -2147221008 (800401F0): ...
|
| SSIS: join tables in different datasources (connection managers) | 08 Jun 2006 23:27 GMT | 5 |
I need to periodically import a (HUGE) table of data from an external data source into SQL Server, with the following scenarios: 1- Some of the records in the external data source may not exist in SQL.
|
| Invalid Pointer | 08 Jun 2006 20:00 GMT | 1 |
In my Dts Package Im trying to run a Data Transformaion using the following select statements: tblICItemMaster.ItemNumber, tblICItemMaster.ItemID, tblZStorItemLocation.Location, tblZStorItemLocation.Quantity, Getdate () as
|
| Why I can not see inside of DataPump | 08 Jun 2006 15:48 GMT | 2 |
I have SA permission on that SQL 2000 server. I can access that SQL server by using Enterprise Manager from my PC. If I open a DTS package saved in "local packages" on that server, I can open any DataPump connections. But when I open a DTS package saved as .dts file on that server ...
|
| can i use SSIS to update existing data in a SQL Server 2005 table? | 08 Jun 2006 13:52 GMT | 1 |
I've been reading on SSIS for a couple of days now, and haven't come across a mechanism on updating existing data! My data source is a delimited flat file which i'll have to validate and then plug into SQL server 2005.
|
| SQL Server Agent Job vs Stored Packages | 08 Jun 2006 06:14 GMT | 4 |
I got a package with a Script task(VB) that runs OK when executing under Stored Packages, File system but fails(stays "yellow") under SQL server Agent Jobs. I've secured the package with "EncryptAllWithPassword". I guess it might be a security issue in Sql server agent. Anyone ...
|
| Setting SSIS Log properties | 08 Jun 2006 01:27 GMT | 1 |
If you connect to SSIS with Object Explorer you can right click and select View Logs. This will load the SQL Server Integration Services/NT Events into a Log File Viewer. This log appear to go all the way back to the first time that SSIS was installed and started. This can make ...
|