| Thread | Last Post | Replies |
|
| DTS packages in SQL Server 2005 | 22 Jul 2008 15:58 GMT | 3 |
I understand that DTSRUN is not supported in pure 64 bit. Is it supported under X64 (ie just runs as a 32 bit app) ? thanks Peter
|
| Lost data importing from Excel | 22 Jul 2008 14:56 GMT | 2 |
I'm trying to import a small spreadsheet from Excel into a pre-created SQL Server table. One column is defined as char(2), and the data values are actually 2 digits. When the leading digit is non-zero, the data transfers OK, but if the code is, say, '06', I get a null in SQL
|
| OLE DB Connection in SSIS Package does not remember password | 22 Jul 2008 01:08 GMT | 12 |
I have a simple SSIS Package where I'm trying to move data from one SQL Server instance to another. When debugging the package in the SQL Server Business Intelligence Development Studio, I keep getting the following error:
|
| Nomalization Tasks | 21 Jul 2008 14:08 GMT | 2 |
I'm sure i have a fairly simple question but i'm pretty new to SQL2K5 SSIS. I'm looking to see the best approach to normalizing some SQL tables I have. I want to extract the distinct types and then link the new type id back to my account table.
|
| SSIS Package execution errors | 21 Jul 2008 13:45 GMT | 5 |
I am trying to execute an SSIS Package and the SSIS package threw the following errors: 1.) Executed as user: MyDomain\Administrator. ...00.3042.00 for 32-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started:
|
| AcquireConnection method call to the connection manager "myServer" | 21 Jul 2008 04:13 GMT | 2 |
I have an SSIS package which has for each loop, inside the loop 3 parallel tasks should execute which are linked to another task. Whenever I run the package, I get the following error in the Execution results "The AcquireConnection method call to the connection manager
|
| help on email the exported results through DTS (SQL2K5) | 18 Jul 2008 16:38 GMT | 2 |
I'm wondering if this can be done. DTS will export query results into a flat file, is it possible to continue to email this flat file? Thanks a lot,
|
| DTS / DTSRun - Permissions - [SQL2K] | 17 Jul 2008 11:29 GMT | 1 |
I know how to use DTSRun.exe. I also can redistribute only the files for DTS (as indicated in redist.txt) for a normal client, which does *not* have the full SQL Server Client installed, and then the normal user can execute DTS-packages. This works.
|
| SQL Server Agent - Error 1326 | 17 Jul 2008 11:12 GMT | 1 |
Without having to recreate this processing in SSIS, I have an existing Access program which I can run by commandline. The batch file runs an AccessDB executing a specific macro.
|
| parameterize query in SSIS package - SQL 2005 | 16 Jul 2008 19:17 GMT | 1 |
I have created a query to run in a .dtsx package. I would like to parameterize it so that a user can input a value via the Execute Utility dialog when the .dtsx package is double-clicked. Any info would be appreciated!
|
| DTS package calling a stored proc failing | 16 Jul 2008 17:56 GMT | 2 |
We are running SQL server 2000 with DTS. We have a stored procedure which worked fine for quite a while. We had to change it recently and since then it fails when being run from a package. it works when run from embaracdero ro sql server enterprise manager, but when run from the ...
|
| Sending Email using ActiveX Script task | 16 Jul 2008 10:10 GMT | 2 |
In my SQL Server 2000 DTS package i need to send e-mails to the list of recipient. I am using xp_smtp_sendmail stored procedure. When i send email to unavailable recipient i need to bounce back the e-mail to the sender. But when i use the stored procedure the mail was not bounce
|
| Error running DTS as Job... | 16 Jul 2008 09:55 GMT | 1 |
Hey folks... I have 7 DTS packages that connect to my remote SQL Server and transfers data to my local server (back it up). I've made a job that runs these 7 packages every morning andby fridays
|
| How to view SSIS Packages in Mgmt Studio | 16 Jul 2008 09:37 GMT | 1 |
Is it possible to view all of the SSIS packages in SQL 2005 like we use to be able to view the DTS packages in SQL 2000? I cannot find anywhere in SQL Mgmt Studio that displays the SSIS packages. Thanks
|
| Does restarting SSIS affect general db access in any way? | 15 Jul 2008 18:16 GMT | 2 |
We have a production SQL 2005 cluster running SSIS, and we need to restart SSIS. Is it safe to restart the SSIS service without affecting general database operations and connectivity?
|