| Thread | Last Post | Replies |
|
| Is this possible | 01 Aug 2005 00:12 GMT | 1 |
I have never done a DTS package. I need to be able to look for a tab delimiler file at a specific time, say 2 am, parse threw it and replace records in the database. Is this possible, if so, is there any examples how to do this
|
| Printing in DTS Activex script | 29 Jul 2005 16:01 GMT | 6 |
I have a package that runs every day and prints out a series of reports. The reports are generated into text files and printed by feeding the file name to a Word application object and then using the PrintOut method to print the file. I also select the printer. On occasion, say once ...
|
| DTS parameter with Integer data type | 29 Jul 2005 07:19 GMT | 1 |
Is there a way to pass a users input through a DTS parameter that has a integer data type without puting a constant in the value column. Ex A string parameter accepts a ? for an input. However a @id (Integer(small) will only take a number in the value rather than accept
|
| SQL2000 DTS help | 29 Jul 2005 03:24 GMT | 2 |
SQL Server 2000 DTS Questions 1. In a DTS package, I am using an ODBC connection as a destination for a transformation task. The destination table name uses the format
|
| Tranfering tables from one database to another | 28 Jul 2005 20:03 GMT | 1 |
Please forgive the very basic question. I have two SQL Server 2000 databases. The source database contains data I need to port, and the destination database is a mere shell of tables ready to accept the data. Once
|
| Export To Excel Using DTS - Please Help | 28 Jul 2005 18:53 GMT | 5 |
I have a table in Excel with about 4000 records which I need exported to an Excel Spreadsheet. This has to be triggered via an ASP.NET app via the web. I have been trying to use DTS but some wierd things happen. 1) All the numeric columns in the table are recorded as strings in ...
|
| Generic DTS Package for emailing excel | 28 Jul 2005 18:51 GMT | 1 |
Hello, I have a need for a web application to request a stored procedure to be run and then the results emailed to the user in Excel. My web applicaiton is in ASP.C#.NET. But I want to use parameters to supply the
|
| Parsing a text file | 28 Jul 2005 16:42 GMT | 2 |
I have setup DSNs before to text files with some success. I am having problems with a file I have to parse to pump into SQL Server via DTS. It appears to be fixed length (what does the 'length' refer to normally-the text plus the spaces to get to the first character in the
|
| where is my DTS package? | 28 Jul 2005 15:37 GMT | 1 |
i can't find out where does the sql server save my DTS packages. i have seen that there is something in the msdb DATABASE about DTS but i couldn't find my DTS package over there. any ideas?
|
| shrink dts step log | 28 Jul 2005 08:22 GMT | 2 |
Hey eb My dts step log is growing to much. I want to add a step to this dts which will shrink it by deleting records from table msdb.sysdtssteplog
|
| Sleep() in JScript under DTS. | 28 Jul 2005 05:22 GMT | 2 |
Is there any way to pause execution (Sleep) in java script under DTS? WScript.Sleep() doesn't work. As I understand sure workaround is to build my own activex with one method Sleep(), but may be there is some simpler method.
|
| Recover DTS | 28 Jul 2005 04:35 GMT | 2 |
my sql instance stopped working! I was able to save all the mdf and ldf files, but have no idea where the dts are. Please any help will do!!!
|
| Multiplying Grouped Columns | 27 Jul 2005 23:21 GMT | 2 |
I have a query, which selects three columns from an inner join. The last two columns are SUM and the first one is GROUP BY. Now, I would like to add another column that will be the multiplication of the second and third columns. I have tried many ways but I am not very sure if ...
|
| Recover DTS | 27 Jul 2005 22:26 GMT | 1 |
How can I recover a DTS without recover a old msdb database over current msdb ?
|
| Alerts - MSDTC Service | 27 Jul 2005 20:04 GMT | 1 |
Can you guide me how to set up alert for MSDTC service, My goal is to get notification when MSDTC is failed. thanks kalyan
|