Viewing 15 posts - 38,746 through 38,760 (of 39,456 total)
December 4, 2001 at 3:43 pm
You are strictly paying for the name, not the product. Often is the same product, but the vendor is standing by it. For corporate IT who buy single source, this...
December 4, 2001 at 2:57 pm
I did it with a table, just a simple create table Newtest( Myid int)
and then checked information_schema.tables as well as EM. Both show the owner as dbo.
Steve Jones
December 4, 2001 at 2:45 pm
December 4, 2001 at 2:30 pm
December 4, 2001 at 2:29 pm
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
Viewing 15 posts - 38,746 through 38,760 (of 39,456 total)