| Thread | Last Post | Replies |
|
| Migration from 2005 to 2000 and confused | 30 Apr 2006 23:52 GMT | 13 |
Hey. I've successfully migrated all the packages from server\instance1 to server1\instance1. I read in one of the articles I've to change MsDTSSrvr.ini.xml file to see the migrated packages in SSMS. I did it and now i see the packages.
|
| Unspecified Error in DTS | 30 Apr 2006 19:03 GMT | 2 |
sql2k sp4 Howdy all. All of a sudden, my DTS Package is totally unusable. If I try to run it or design it, I get "unspecified error". I have verified that there is no corruption in both MSDB and Master. Ideas?
|
| Copy DTS Packages | 30 Apr 2006 13:14 GMT | 1 |
I am new to SQL. Is there way to copy DTS Packages from one instance of SQL Server to another? Thanks,,,, Cliff
|
| Duplicate Key Skip? | 29 Apr 2006 16:20 GMT | 2 |
I am trying to use DTS to copy from an Excel file to a table (SQL 2000). The table has a primary key (say ID). As might be expected, when a duplicate key is detected, it terminates the copy. With Access one could use First/INTO/Group and have the copy just skip the duplicate. I ...
|
| Transforming Text Data to a Smalldatetime Data Type | 29 Apr 2006 14:35 GMT | 1 |
I'm trying to move some data from a tab delimited text file into a SQL Server 2000 database table using DTS and have run into a problem converting text data into smalldatetime. The format for the dates in the text file is CCYYMMDD, all text fields are double quoted.
|
| Run DTS Utility on client machine - Process AS cubes: dtstasks.ex | 29 Apr 2006 00:43 GMT | 4 |
I want to set up DTSRun to be executed by some particular users so that they can update specific cubes on demand (e.g. when they have just added some journals and want to see the effect on account balances in their cube). I have got DTS running (using encrypted command line ...
|
| error at DTSStep_DTSDataPumpTask_... | 28 Apr 2006 23:02 GMT | 4 |
i need really your help with the next error. haven't idea what is the problem. ---- DTSRun OnError: DTSStep_DTSExecutePackageTask_1, Error = -2147467259
|
| Data extraction throughput/performance | 28 Apr 2006 21:09 GMT | 10 |
I'm new to integration services. I want to create a centralized reporting system for our customers. Some customers have up to 1,000 sites and some are expected to grow past 2000 sites. The sites are running POS applications and I want to extract the POS
|
| UNC Paths and Hidden Connections | 28 Apr 2006 19:24 GMT | 1 |
2 questions. First, lets say I have a network share mapped to a drive letter on my machine. Now I set an Excel or Text file connection to a file on this mapped network drive and save the package. If someone opens it on another machine with differently mapped drives, will the DTS ...
|
| How to break the output file to smaller files - xp_cmdshell | 28 Apr 2006 17:23 GMT | 1 |
I am using bcp and xp_cmdshell to produce output text file in sql server 2000. The size of the output file is so big. Is there any way to break the file into small files (for example 500 records per each file) ? Is there any option using the xp_cmdshell?
|
| Copy column transformations | 28 Apr 2006 17:20 GMT | 1 |
I have a data pump task in one package that uses a copy column transformation. I would also like to add this same transformation to another package. Is there any easy way to copy the transformation and place it in another package or am I stuck doing the mappings all over again? ...
|
| DTS Running in EM but failing as a Scheduled Task. | 28 Apr 2006 17:18 GMT | 1 |
Hi All, I have local Package DTS which logged in as the user runs Dandy. But when Scheduled gives me this error: MESSAGES: The job failed. Unable to determine if the owner (XXXX\YYYY) of
|
| SSIS datetime conversion Error | 28 Apr 2006 00:28 GMT | 5 |
I have a package which load a flat file to a SQL server table and runs fine in SQL 2000. There is a column in the flatfile "orderdate" which has the data like '20060423', I load this column data to the 'Orderdate' column of the sql
|
| SSIS Package | 27 Apr 2006 20:44 GMT | 4 |
SQL 2005 SSIS This should be simple, but its not. I have a simple package that selects data from one server and inserts it into another. It works interactively but I cannot get it to run scheduled. I have tried
|
| In this normal?.... | 27 Apr 2006 20:13 GMT | 18 |
For a DTS package; Copy SQL Server Objects Task Source, pick a database on server1 Destination, pick tempdb on server1 Copy (with these selections):
|