Viewing 15 posts - 46 through 60 (of 81 total)
I came up with this active-x script that prompts for a package and then lists all the connection details. You should be able to get a list of packages from...
December 13, 2004 at 5:06 am
Where I've had this before I've selected the SQL Query option and then Build Query. This gives you a list box that can be re-sized and you can do the...
November 5, 2004 at 5:54 am
If you use the Import/Export wizard you can create a package that will generate the export of all the data into the Oracle database. You can do this by hand...
July 30, 2004 at 1:59 am
The connections are OK if you run from within EM. The problem also occurs when you run from a stored procedure in QA, does this get affected by the SQL...
July 30, 2004 at 1:55 am
Unfortunately this solution must be automatic so QA is not an answer, fortunately there are only a couple of fields that need quotes so I've managed to include them as...
July 28, 2004 at 8:33 am
I'm fairly certain that we went straight to SP3a on all servers.
July 27, 2004 at 7:43 am
Thanks for this. The output is great but I need column headings to be on the first line and a couple of fields hold commas so I think I will...
July 27, 2004 at 2:40 am
I think the SQLAdmin only has access to the SQLAdmin mailbox and my personal one only has access to my personal mail box. It seems strange that i can't run...
May 6, 2004 at 10:09 am
If possible I've found that it speeds things up if you can split queries like this this down, perhaps using intermediate table to hold the summary figures and then linking...
April 26, 2004 at 2:20 am
Sorry, I meant that not having headings can cause a problem as the transform task then doesn't know what to call each item being transferred. I suppose you might get...
April 20, 2004 at 7:40 am
I'm not familiar with the code here but does each column have a heading? I've known this to cause problems. Also (I think you say that you do this), does...
April 20, 2004 at 2:40 am
I come across two common problems that may be relevant.
1. When you run a package using EM from a client then the connection used is taken from the client (i.e....
April 15, 2004 at 2:50 am
I've been watching this one for a while and I'm still wondering if a DTS package actually runs within a SQL server at all. Surely as DTS can be redistributed...
April 14, 2004 at 2:31 am
Is it possible that it's trying to use the variable before it's been set? It's worth checking the workflow thoroughly. I go into disconnected edit for double checking as it's...
March 30, 2004 at 1:47 am
How about:
Write the value in the global variable to a table in SQL Server (one table, one row, one column)
Transfer this into a matching table in Oracle (delete anything in...
March 4, 2004 at 2:43 am
Viewing 15 posts - 46 through 60 (of 81 total)