Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > sql server dts > february 2007 > threads for february 8 - 14, 2007

Filter by week: 1 2 3 4

How can I do this
Posted by Geo at 2/14/2007 4:17:30 PM
Hi folks, I have two tables CurrentNews and HistoricNews when a news item is created it is inserted into CurrentNews it is assigned a storyID (ST071) which it maintains through its life cycle. The story then gets reviewed and the reviewed column is set to true it is also given a version number...more >>


Code to Change DB in Connection
Posted by SAC at 2/14/2007 9:48:10 AM
I have several DTS packages whose connection database is the test database. Is there some code I could write to go through all of them and change the database to the production db? If so, could you give me an idea of how to do it? Thanks. ...more >>

DTS
Posted by sam at 2/13/2007 9:38:31 PM
I using the DTS to transfer data from A server to B server , after that i make the schedule fot that DTS to run every 30 min. how i can check it whether DTS run successfully or failed?...more >>

SSIS package fail from Job
Posted by zino at 2/13/2007 1:13:01 PM
I created an SSIS package in sql 2005 the package copy tables from Access database to oracle. the Access database is in a shared folder on a remote server accessible to account "account1". I published the package on the SQL server with "Package Protection Level" set to "Rely on server storag...more >>

Reasons to Upgrade to SSIS
Posted by jody.baldwin NO[at]SPAM gmail.com at 2/13/2007 11:06:32 AM
Good Afternoon All, I'm compiling a list of reasons to justify the upgrade to SSIS from DTS. Below are the few reasons I've come up with during the limited time I've had to think about it. I would appreciate input from the group as well. 1) SSIS packages will migrate to future versions of...more >>

Modify and SSIS Package Stored in MSDB
Posted by cnjrules at 2/13/2007 10:21:01 AM
Hello, I created an SSIS package in SQL Server 2005 using theImport\Export wizard and stored the package in SQL Server. The package is scheduled and everything runs fine. Is there a way to go back and modify or at least view the package when it is stored this way. I've read some articles...more >>

Loop through Excel Files and Tables
Posted by bhorwatt at 2/13/2007 6:17:08 AM
I have set up a simple SSIS package to loop through several Excel spreadsheets located in a specific folder and followed the instructions in the MSDN publication 345182 - How to: Loop through Excel Files and Tables. The instructions lead to a corrupt package with the following error message ...more >>

Order of Tasks in DTS
Posted by hals_left at 2/13/2007 5:44:33 AM
Iv used the DTS wizard to copy data from one table to another on a different server suing a query Now I want to delete the data in table on the target server, I have added an Execute SQL Task but it runs after the copy. I need it to always ruun before the copy. How do I define the order? Than...more >>



Converting Multiple Rows to Single CSV Rows
Posted by EightBall at 2/13/2007 12:00:00 AM
Hi, Hoping someone could help me convert this data... ID Size 60203 M 60203 L 60203 XXL 30020 10 30020 8 ....into this... ID Size 60203 M,L,XXL 30020 10,8 Any help would be greatly appreciated. Thx, EightBall ...more >>

How to deploy a package to client PC ?
Posted by ABC at 2/12/2007 6:08:13 PM
As the security requirements, We have a ftp download package which must run on another PC from SQL Server, When I deploy a package to client, run it using "dtexec". The error is display "The task "XXX" cannot run on this edition of Integration Services. It requires a higher level edition." ...more >>

basic SSIS question... where are they?
Posted by yoni NO[at]SPAM nobhillsoft.com at 2/12/2007 12:27:10 PM
Hey, I am an old timer with DTS now coming into SSIS. in DTS, the packages were stored on the server. it was easy to browse and edit them. now, I create a SSIS project, what i end up with is a *.dtsx file, right? and so, the packages are... just to be scattered around on the hard disk? not 'ins...more >>

Performance Issues with SSIS
Posted by Kayda at 2/11/2007 10:24:42 PM
Hi: I've written new SSIS packages to do what DTS packages did and the performance I'd say is about 20 times slower. In this package, I have a loop that loops through different servers based on server entries in a SQL database. Each loop pumps 10 tables. The source query is set by a variable ...more >>

Excel and SSIS
Posted by MIB at 2/10/2007 10:32:01 AM
Hi, I have to construct on Excel a worksheet, where users can write data on table. When they finish, they have to press a button. This button is calling a SSIS package on the server. What is the best way to proceed if i have many users? Thanks...more >>

Creating Header and Trailer Record in a Fixed-Width Text File
Posted by Steven Wong at 2/10/2007 6:35:00 AM
How do you use DTS packages to create Header and Footer Records and incorporate onto a Fixed-Width Text File? So, in the Text file it will be in the order of Header record, Detail data records, and Footer/Trailer Record. Please help!...more >>

Pre execution validation in SSIS
Posted by Kayda at 2/9/2007 10:16:10 PM
Hi: I need to turn off validation and I've seen some threads saying this is not possible but my situation has a twist. A customer needs the package to connect to different modem dialup connections to connect to different servers (they use dialup for security reasons). We have written two VB...more >>

Removing DTS package using VBScript
Posted by sapsy at 2/9/2007 4:24:15 PM
Hi, Is there a way to remove an existing DTS package using VBScript. Thanks Saps ...more >>

SQL Server dts
Posted by Gauri at 2/9/2007 1:25:57 PM
Hi, I posted a message yesterday but do not see it on the newgroup yet so posting it again though with modification. My issue was I wanted to export selective rows from a SQL table and I was exporting it to a text file. Till here it's fine. The issue is when I want to import this txt file ba...more >>

Active X script transformation properties box
Posted by Mallika at 2/9/2007 11:29:01 AM
DTS Active X script transformation properties box has ActiveX script text box on the right where you can change Active X script. SQL enterprise mgr is not showing this box anymore. It looks like that Active x script box is hidden somewhere but there is not maximize/minimize window. There is ...more >>

Importing selective rows from Access database
Posted by Ruchi at 2/8/2007 7:05:01 PM
HI, I have a table in my SQL Server which has multiple rows. I was able to do a selective Import to Import only few rows to Access database. This is used by another program and the values in multiple columns are modified so I want these modified rows to be imported in SQL server back from the Ac...more >>

for each file loop question on reading variables
Posted by news.microsoft.com at 2/8/2007 3:40:50 PM
Hi, i have use a script to read the filenames from a for each file loop, so that i can perform certain tasks depending on the filename. does anyone know a good example that i can use? Simon ...more >>

Using DTS and blobs
Posted by MunchingBill at 2/8/2007 1:35:00 PM
The document referenced here http://www.microsoft.com/technet/solutionaccelerators/cits/interopmigration/unix/oracleunixtosql/or2sql08.mspx seems to imply that DTS can handle the transfer of CLOB fields from Oracle tables to text fields in a Sqlserver table. That is what I am trying to do, usi...more >>

DTS Migration to SSIS, and how to schedule SSIS Packages from SQL Management Studio
Posted by WANNABE at 2/8/2007 8:36:18 AM
I have been reading all morning looking for some answers as to how to open a migrated DTS package in BI Dev, Once I have migrated the Package from 2000 to 2005 and saved it in the MSDB Node. I can not find anything about opening from the SSIS MSDB node. CAN THIS BE DONE OR DO I NEED TO MIGRATE ...more >>

using vb6 programs inside ssis packages
Posted by Rea at 2/8/2007 2:41:00 AM
Hey all Is it possible to use vb6 programs, inside ssis programs/packages? These programs are now being executed from within activeX scripts in dts packages of sqlserver 2K. I want to continue on using them after upgrading to sql server 2005. Thanks alot Rea...more >>

running a SSIS package from a scheduled job sql server 2005
Posted by londono.jc NO[at]SPAM googlemail.com at 2/8/2007 2:15:22 AM
It happens that if I run a SSIS package that copies data from one DB to another one it works OK but if I include that package in a scheduled job and run it manually it keeps saying "status: executing" and it never stops and it doesn't copy the data. Any help would be appreciated. Thanks Juan ...more >>


DevelopmentNow Blog