| Thread | Last Post | Replies |
|
| Encrypt/Decrypt table columns inside stored proc? | 15 Jul 2008 01:08 GMT | 1 |
I need to encrypt and decrypt certain columns in certain tables inside a stored proc. Can this be done and if so how? Thanks for any advice. This is SQL Server 2005.
|
| Error 80004206a, no error message | 14 Jul 2008 22:22 GMT | 1 |
I am trying to move data from a flat text file to an Oracle database, using a DTS (it's a long story). I am using a DTS because some of our servers are 2000 and some are 2005, so until everything is converted, DTS is preferable to SSIS.
|
| Trying to Connect SSIS to Oracle on x64 | 10 Jul 2008 20:05 GMT | 5 |
Oh great magi of Microsoft and Oracle, please help me! I'm trying to get SSIS to connect to Oracle on 64-bit, but I'm having trouble. It's running Windows Server 2003 R2 (x64), SQL Server 2005 SP2 (x64),
|
| How to solve the SSIS deployment issue :( | 10 Jul 2008 16:43 GMT | 14 |
Hi experts, I have no idea why development of SSIS is easy but is hard when comes to deployment with the wizard and copy the installation "deployment" folder on the destination server..
|
| SSIS or SQL Agent? | 10 Jul 2008 13:45 GMT | 2 |
We need to set up a monthly 'job' that reads and writes from our SQL Server 2005 database and creates FTP files. The logic is quite complex, its goes way beyond a simple transfer of data. Would it be better to use SSIS or SQL Server Agent to do this? What are the pros and cons? ...
|
| Temp table and rollback in SSIS Package | 09 Jul 2008 15:01 GMT | 2 |
I have an SSIS package that use a #temp table to store the list of ID to compute in different DataFlows and SQL Tasks. This package has 2 connection managers (OLE DB), Source and Destination. In order to create the #temp table, RetainSameConnection is set to true on
|
| Help Newbie - SSIS run in SQL server agent job | 07 Jul 2008 22:51 GMT | 3 |
I have a SSIS package that works fine when run inside Visual Studio. It runs fine when run using the DTEXEC command in a cmd window. It runs fine even when run in a powershell window using DTEXEC It will NOT run as a job in SQL Server agent. I get this mess shown below.
|
| import subset of text files in a directory | 07 Jul 2008 22:49 GMT | 4 |
I've just begun working with SQL Server (2000) recently and have some familiarity with setting up DTS packages. I also have a lot of experience with VBA, so ActiveX scripting should come easily to me. Basically, I have a folder, let's say "V:\MyFolder\", and I would like
|
| Why I can not run Script Component debug in SSIS | 07 Jul 2008 14:14 GMT | 1 |
I am not sure what I am missing as far as the configuration but I can not debug my SSIS package. I cna ste the breakpoints but the they are never hit. I also donot see "Edit Breakpoint" when I am in the data flow view. Can anybody tell me what I am missing?"
|
| dineed help for sql server 2000 | 07 Jul 2008 14:07 GMT | 3 |
i need to take csv files to sql server 2000 on daily basis..............can one help me how to do that....pls
|
| Error: [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid column name 'ClGeClie' | 07 Jul 2008 08:44 GMT | 3 |
I have 3 tables: Clientes Gerenciadoras ClientesGerenciadoras..
|
| DTSrun without default options | 03 Jul 2008 11:14 GMT | 1 |
anyone knows how to setup the dts run options to: Source: Server: remote auth Mode: SQL
|
| DTS - Extracting SQL data based on a Date | 02 Jul 2008 08:43 GMT | 1 |
SQL Server 2000 -- DTS Package Fails with error: Invalid procedure call or argument 'DATEDIFF'. This works in a view. Is there a better way to do this? What I am trying to do is transfer only yesterdays data (i.e., Now()
|
| NEWBIE - can't run SSIS package in SQL server agent scheduled job? | 01 Jul 2008 16:22 GMT | 2 |
I have a SSIS package that runs fine in Visual Studio. But if I put it in a scheduled job in SQL Server agent, it won't run. Both VS and SA use the same account to run. The error I get in the logs is an ODBC error.
|