| Thread | Last Post | Replies |
|
| Sending Email from a job with ActiveX | 21 Feb 2005 15:56 GMT | 1 |
I am creating a Job using the SQLDMO interface, if the job fails I want it to email someone with an appropriate error message. On some servers this works fine and on others it doesn't, it all seems to depend on the mail profile settings. The wierd thing is that an activeX
|
| DTSTransformStat_SkipRow(SQL 2000 VBScript) Equivalent in SQL 2005 | 21 Feb 2005 15:09 GMT | 2 |
In DTS 2000 Vb script there is "DTSTransformStat_SkipRow" which will skip a row when we are processing. I need the equivalent of this in 2005 how to write in VB.NET Code If you can find some thing please let me know.
|
| Eliminating Dynamic SQL | 21 Feb 2005 14:29 GMT | 1 |
I am refactoring stored procedures that use dynamic sql. The reason the store procedures use dynamic sql is because the data that is need comes from another MS SQL database that resides on the same server instance. The name of this
|
| Ntext type | 21 Feb 2005 14:16 GMT | 2 |
How would I replace part of this data type ... When using it in select it just gives an error....but the lenght is only 16 in the table defintion - how can it be long then...= Need to select and replace a substring.
|
| Timeout on a task? | 21 Feb 2005 06:02 GMT | 1 |
I'm having an issue that looks suspiciously like a timeout on a task. We're using VB6 to use Automation to write a DTS package in memory, execute it, and remove it. This is a flat, fixed format, file as a source, with SQL Server 2000 as the destination. The file in question is
|
| Need help for the MSDE 2000 sp3 and win2003 Server | 21 Feb 2005 02:25 GMT | 2 |
I have been setup a Win2k3 Server and MSDE 2000 SP3, both of them can startup success. But I can not connect MSDE with other computer, the error message is connect fail ....something like that. I can connect MSDE in the Win2k3 Server when I type localhost to connect it. I can ...
|
| DTS package runs fine but Job fails | 19 Feb 2005 17:31 GMT | 1 |
I have a DTS package which runs fine from the Enterprise manager but the job fails. I am logged into the server as the sysadmin and the job owner is the sa account. I have also made sure that all have full rights to the SQL database. The DTS job has a bunch of SQL Tasks and
|
| Excel DTS | 19 Feb 2005 12:30 GMT | 1 |
I am trying to import some data from an excel spread sheet in to sql using a DTS and Excel 97 - 2000 data source (I have also tried importing with Excel 4.0 and 5.0 datasource). I am getting a problem were data is ignored if it does not match the type of the first row. An example ...
|
| DTS error when importing pipe delimited file | 18 Feb 2005 23:56 GMT | 1 |
I am trying to import a pipe delimited file in a DTS package. I am getting the error "Too many columns found in the current row; non-whotespace characters were found after The file I am trying to import is only 12 rows with 1 row of header information. I have noticed that this ...
|
| Problem with DTS Transformation | 18 Feb 2005 23:54 GMT | 1 |
I'm using the following transformation script to import data from Excel: One excel row has to be splitted into 5 records. The field ID is my primary key. How can I persuade SQL Server to automaticly set the primary key values ?
|
| I want to run a bunch of DTS packages | 18 Feb 2005 19:36 GMT | 5 |
I want 10 packages to run in sequence. I was told the Execute Package Task would do it but it looks like it can only call one other package. I want it to call all 10 in order. Am I missing something
|
| DTS to FTP site | 18 Feb 2005 06:28 GMT | 1 |
SS 2000 In my SQL Server DB, I need to create a DTS package that will push the content of a view to a text file on an FTP site. I have created the DTS that pushes the data to a file server but I don't know how to push the data
|
| use space as a delimiter? | 17 Feb 2005 23:36 GMT | 2 |
I want to use DTS to have a quote delimited, space separated text file for meeting the requiremenst for one of our vendors for data format. I've been doing quoted, vertical bar separated, running the DTS, opening the txt file output, and doing a Search->Replace All "|" with " "
|
| DTS Error - TEXTIMAGE_ON ? | 17 Feb 2005 19:57 GMT | 3 |
I'm getting an error when running a simple dts package created through the import/export wizard. It's only happening on 9 tables out of 50. The tables that error out do have the TEXTIMAGE_ON [PRIMARY] but when I take if off the target table I still get the error. The error is ...
|
| SQL 2005 - Validation Error - Access Autonumber Field | 17 Feb 2005 17:21 GMT | 3 |
I'm trying to load data into an Access table that has an autonumber field. The message "There is no column object mapped to the non-nullable column CityID in the database". Is there a way to turn off this validation?
|