Viewing 15 posts - 38,761 through 38,775 (of 39,466 total)
December 4, 2001 at 2:26 pm
I don't see any way around either recreating or altering the application.
Steve Jones
December 4, 2001 at 2:24 pm
I logged in as my user and it worked. Check the altuid column as well. I have a 1 here for my aliased user.
Steve Jones
December 4, 2001 at 2:18 pm
I'd say DTS, script a Transform Data Task for each table.
BCP might work, but not sure how hard this is to setup the export from Oracle.
Steve Jones
December 4, 2001 at 1:51 pm
what about isalias?
Which UID does the user have?
Does this user have a role? a sid?I added a domain user and ran sp_addalias and it seemed to work. Will log off...
December 4, 2001 at 1:49 pm
It looks like you have two conflicting proceses. Can you explain what tasks are in the package and in what order they work?
Steve Jones
December 4, 2001 at 1:39 pm
DMO Sucks!!!!!!!!!!!!1
Actually, I do agree with Andy somewhat. The best tool is the one to use. I do use EM in certain places that I can never remember the syntax....
December 4, 2001 at 1:37 pm
December 4, 2001 at 1:34 pm
December 4, 2001 at 1:30 pm
Thanks for the post and this is more clear.
It looks like you will want to build dyamic sql, where your stored procedure looks something like:
Set the variables:
@Key
@Variable
@Value
@DataType of Variable
@TargeTable
select @cmd...
December 4, 2001 at 11:55 am
December 4, 2001 at 11:50 am
do you have a key that includes data about where the data was entered? If you have the same key for both sources, you will have problems. You should have...
December 4, 2001 at 11:04 am
If you want to use DTS, I'd use andy's suggestion of FSO.
Either way, I'd get it out of the trigger and use some other process to move data often.
Steve Jones
December 4, 2001 at 11:02 am
np on the long post, but it doesn't make sense.
This is one table that gets a bunch of information, but what does the table look like? What columns?
Then something calls...
December 4, 2001 at 11:01 am
December 4, 2001 at 11:01 am
Viewing 15 posts - 38,761 through 38,775 (of 39,466 total)