| Thread | Last Post | Replies |
|
| apparent dunce needs basic DTS global variable help--correctly posted | 31 Dec 2007 17:33 GMT | 2 |
Ignore the earlier post from a few minutes ago, I accidentally posted it before I finished typing the question. I am having a hard time understanding how one can set a package's global variable value from outside the package. I've set up a very
|
| can i create dynamic execute SQL task ? | 31 Dec 2007 13:32 GMT | 5 |
i have a existing DTS package, however the execute SQL task keep changing, instead, i will create one table to store those execute SP name and using query to run for it. do you think the idea is possible?
|
| Importing from Oracle 10g extremely slow | 29 Dec 2007 03:20 GMT | 1 |
I have a SQL query against 190,000 row table in oracle which has 6 columns that I need. Importing this into a SQL Server table is taking 17 minutes. I am using the OLE DB Source for Oracle. When using a DataReader source the process finishes in 12 minutes.
|
| apparent dunce needs basic DTS global variable help | 28 Dec 2007 23:55 GMT | 1 |
I am having a hard time understanding how one can set a package's global variable value from outside the package. I've set up a very simple package that calls a stored procedure that copies data from one table to another, filtering rows by a specific date. I set a global
|
| Stored proc hangs when DTS package is triggered | 28 Dec 2007 18:03 GMT | 1 |
I have a stored procedure (SQL Server 2000, SP4) that inserts data into two database tables. It is then set to run a DTS package using xp..cmdshell. The DTS package exports the database tables to .txt files and then uploads those to a DB2 database.
|
| Excel File Import | 27 Dec 2007 15:51 GMT | 2 |
I'm importing data from within an Excel sheet to a sql table. It gives me an error too many whitespaces after a certian number of records of import. I only use 5 fields within the sheet. If I edit the sheet and delete everything to the right of my last used field then re-import ...
|
| transfer data from sql table to access | 26 Dec 2007 13:38 GMT | 1 |
i have to create a dts package that run once in a week by scheduling the package using job. this dts package should move the records that falls within that week to a access table. i havent created a dts package before. pls assist me in creating a dts package to accomplish this ...
|
| Insert data to table with index | 25 Dec 2007 06:20 GMT | 6 |
I'm inserting great amount of data into a table with several index and it works very slowly. Is there any best practice on handling large table with index? Should I disable the index first? Thanks.
|
| Syntax help | 21 Dec 2007 18:10 GMT | 4 |
I have a field within a table defined varchar(25). The records look like this: 1111_12132007.pdf 127_12142007.pdf
|
| Trying to get a SSIS Import wizard package to actually schedule and work. | 21 Dec 2007 13:58 GMT | 5 |
Sorry in advance for the frustrated tone....... -Created an straight up Wizard Import of data from one system / database to another. -Figured out the scheduling a SSIS pkg thing.
|
| sometimes empty table after DTS | 20 Dec 2007 17:25 GMT | 4 |
I have a couple of table in my DTS package that sometimes are empty after DTS despite Job is successful. When I run it again it can work. Is there any way to put some verification code in DTS I could check if a table is empty and I could run that particular step/task again?
|
| SQL2005 --> Excel 2007 via SSIS (and sproc) and "Convert to Number" | 20 Dec 2007 15:38 GMT | 2 |
Fellow developers.... I have an SSIS package that uses a stored procedure to move data from SQL 2005 to an Excel 2007 package via a stored procedure. The data is arriving in the Excel file but... the numbers are being stored on the sheet as text. I have seen this issue
|
| Script Task executed twice! | 20 Dec 2007 08:31 GMT | 1 |
I have written script inside main() of a script task. The code is written inside the Package's OnPreExecute event. How come the script is executed twice. Since it is defined inside the package, it should execute only once; right?
|
| Execute a SSIS Package stored in SQL Server using Stored Procedure | 19 Dec 2007 05:10 GMT | 3 |
I have some SSIS Packages that gets data from different databases and loads it onto my SQL Server Database. Now my SQL Server is in another machine and my web pages are in different machines. So I cannot go about executing a file system ssis packages.
|
| How to stop execution of a DTSx package? | 19 Dec 2007 03:30 GMT | 1 |
How can I stop execution of a DTSx (2005) package programatically? I created a script Task with the following code. However, there is no luck. Thanks. Public Sub Main()
|