| Thread | Last Post | Replies |
|
| Versioning and Deployment | 02 Feb 2005 16:03 GMT | 2 |
I have my dts package as a structured storage file. I plan to save it to my server for scheduling. Is there any way that I can remove the previous versions from the file to make it smaller before I save it on the server? Thanx
|
| Cannot See DTS Package Created | 02 Feb 2005 14:11 GMT | 1 |
I'm SQL Server developer dbo priviledges to a database. I have created 10 DTS packages but cannot see them in the SQL Server 2000 Enterprise Manager. I deleted and add the SQL Server registration. The old SQL Server had authentication with SQL Server and Windows. The new ...
|
| HTTP request from DTS | 02 Feb 2005 13:22 GMT | 2 |
I want to make an HTTP request from a DTS task just to produce a log in an IIS log file. This I'm sure to have IIS log file processed by my DTS jobs. How can I make such a task ?
|
| Alter and DTS | 02 Feb 2005 12:24 GMT | 4 |
Does anyone have a clue how to pass a global variable in an Alter Statement. The following works ALTER TABLE [Outlets Query_Crosstab3] ADD [10/1/2005] int
|
| Data Driven Tasks | 02 Feb 2005 00:25 GMT | 1 |
I'm sure there is obvious way of doing this, but I haven't used DTS in a long, long time. What I'm trying to do is to import log files from some web servers that are clustered. I've had no problem with importing the text file, but I
|
| Add a header to a Text File ("Destination") | 02 Feb 2005 00:22 GMT | 1 |
I'm exporting a SQL table to a text file and want to add a little bit of header information. Is the best option ActiveX Script using FSO? Any thoughts. Thanks,
|
| DTS datapump task | 02 Feb 2005 00:16 GMT | 1 |
I had a working DTS datapump task. I added columns to the source table. When I open the datapump task to map the new source columns, the changes are not reflected in the available source columns. The changes to the table have
|
| DTSPackageLog | 02 Feb 2005 00:13 GMT | 1 |
How to set up DTSPackageLog? I spesify the error log file in package properties however it is still not working. Any idea why? DTSPackageLog.WriteStringToLog "File """ & sFilename & _
|
| DataPump - Dynamic Connection Issue | 01 Feb 2005 22:42 GMT | 3 |
I have a package in which I have several Data Pump tasks to copy data from a tables in a Pervasive Database to an SQL Database. I use a dynamic propertice task to change the destination connection (server name and database name). Dynamicall changing the connection works fine for
|
| Dynamic date selection | 01 Feb 2005 20:38 GMT | 1 |
I have a DTS package, part of which does this:_ select * from database.tablename where ididat = 20050130 What I would like to do is replace the fixed date with a dynamic date, so I don't have to edit it. I've tried combinations of DateAdd and GetDate() etc,
|
| Create ADO Recordset in DTS VBScript | 01 Feb 2005 19:26 GMT | 4 |
In an ActiveX VBScript I need to be able to create a recordset in code. Normally, I would use the ExecuteSQLTask, load it into a Global Variable and set rs = DTSGlobalVariables
|
| Hyperion Essbase | 01 Feb 2005 15:33 GMT | 1 |
Can DTS load data into Hyperion's Essbase? I know I can output a text file and then call a .bat file that uses an Essbase load command, but I was wondering if DTS supported a direct connection.
|
| import data from text file every 30 minutes | 01 Feb 2005 13:30 GMT | 5 |
I work for an environmental agency. I need to import data from a text file every 30 minutes. This text file contains weather info which is collected every minutes by an instrument in the Gulf. So every minutes a line of data is added to the text file. Then every 30 minutes, I ...
|
| How to link table from another DB | 01 Feb 2005 11:58 GMT | 5 |
I have a DB on SQL Server and I need to create a table that is a link to a table inside another MsAccess DB. How can I do this? I'd reply the same behaviour like I do in MsAccess when I run the command "Link table".
|
| Set global with count of rows transformed | 01 Feb 2005 01:48 GMT | 2 |
Apparently DTS already keeps count of the rows it processes. I'll just bet there's some way of putting in a post-source or pump-complete handler that accesses that number, rather than keep my own count by incrementing a global on each row.
|