| Thread | Last Post | Replies |
|
| Exporting SQL Server to Access | 29 Aug 2008 09:27 GMT | 1 |
Is there a tutorial on the easiest way to export an SQL Server database's tables into and Access database (all tables without having to do them one at a time) in a package that runs daily? Thanks.
|
| Some jobs don't have corresponding DTS. Possible? | 28 Aug 2008 07:55 GMT | 1 |
I'm doing some database maintenance by erasing DTSs and jobs that are needed anymore. I've noticed that there are jobs that don't have a corresponding DTS. Four jobs called TSQL_JOB_4 - TSQL_JOB_7 do not have corresponding DTS. This
|
| Converting Axapta database from Oracle to MSSQL2005 | 27 Aug 2008 12:04 GMT | 4 |
I want to move an Axapta database located on an Oracle databaseserver to a Microsoft SQL 2005 server. I would like to avoid writing an individual dataflow transformation for each table and field in the database.
|
| Forcing an error on a row in SSIS | 22 Aug 2008 19:06 GMT | 2 |
I'm importing a CSV file into a database. The file includes a couple of date columns. I've added a Data Conversion step in my Data Flow to convert those columns. Unfortunately, SSIS does something which I consider to be nothing short of horrible...
|
| SSIS - SQL Task - Parse Query Button | 22 Aug 2008 18:34 GMT | 1 |
I have an “Execute SQL Task” object in my SQL 2005 Integration Services Project. The relative properties are: ResultSet SingleRow
|
| SQL 2K job and DTS | 22 Aug 2008 15:12 GMT | 3 |
I have a sql server 2000 job that is just doing an execution of a DTS pkg. When you look at the syntax in the step of the job I see something like: DTSRun /~ZO4858C301ABE2 The problem is, my DTS packages are not named in any uniform way with the
|
| Syntax reference for sql commands in excel 2003 via DTS packages | 21 Aug 2008 13:59 GMT | 3 |
Is there (on internet) an official reference for the syntax to use trying to query data from an excel 2003 database in a DTS package ? here are the details: We use excel 2003 sp3, sql server 2000 sp4, mdac 2.8 sp1
|
| Package Configuration into SQL Server 2005? | 19 Aug 2008 13:41 GMT | 1 |
hi experts, i am trying to look for answer on deploying SSIS with all connections string configuration into a SQL Database. May i know wat & how is the interaction of SSIS n the Configuration Database?
|
| EXEC Stored Procedure does not work in SSIS task | 13 Aug 2008 17:39 GMT | 3 |
I have a SSIS package In my source "data flow" task I have a stored procedure (sp_GetTrafficData) which gets the data and populates the table in the destination task. The stored procedure sp_GetTrafficData executes another stored procedure the
|
| DataRowsToSkip | 13 Aug 2008 13:22 GMT | 2 |
Is there anyway to set the DataRowsToSkip property at runtime? I've tried using an expression but it just gets ignored. Any suggestions are much appreciated.
|
| unable to pass string from proc to SSIS variable - HELP!!! | 11 Aug 2008 21:47 GMT | 4 |
I am trying to pass a value from a stored proc output variable to a user variable in SSIS. When I define the variable as integer in both SSIS and the stored proc, every thing is fine, however, it gives me a data type mismatch error when I declare the variable as varchar in stored ...
|
| SSIS 2005 - ForEach Enumerator cannot enumerate | 11 Aug 2008 20:49 GMT | 3 |
I've created simple SSIS package based on: http://www.sqlservercentral.com/articles/Analysis+Services/63382/ It works great from Business Intelligence Studio, but doesn't work from SQL Agent Job
|
| How to find TSQL Code in SSIS Packages | 09 Aug 2008 01:46 GMT | 2 |
I've got > 300 very complicated SSIS packages which execute TSQL and stored procedures. SSIS Packages are executed by jobs and some are executed manually. At various times I have issues with executing spids and need to hunt down offending code. I can get to the TSQL command ...
|
| New Schedule DTSX Job Fails to execute | 07 Aug 2008 16:00 GMT | 1 |
I have been having a hell of a time with running a dtsx package on my SQL server 2005. I designed the package on a development machine and through Visual studio it runs fine. I then imported the package to my SQL server Integration services. if I right click on the package and
|
| SSIS, OLE DB Command usage when updating data on AS400/DB2 | 07 Aug 2008 10:24 GMT | 5 |
I have installed Microsoft OLE DB Provider for DB2. I have a problem with string parameters when updating records on AS400/DB2 when using OLE DB Command component in SSIS. I have some records stored in MSSQL server datatable, for each row in this
|