Viewing 15 posts - 16 through 30 (of 64 total)
when I right click properties on db2 I get Owner "Sa"
when I right click properties on db1 I get Owner "Sa"
is there somewhere else I should check?
-Francisco
July 3, 2003 at 9:15 am
quote:
Be aware, the user doesn't have to any rights to the tables or views in question. Simply being a user in...
July 2, 2003 at 5:06 pm
quote:
With that said, if the user doesn't exist, I'd recommend setting up a user/role structure similar to what you have in...
July 2, 2003 at 5:05 pm
I was hoping to avoid refering a view, but in any case wouldn't the view suffer the same problem since it's accessing objects from the other database?
... just tried it...
July 2, 2003 at 3:14 pm
My setup is Sql Server 2000 w/ SP2, and I see the checkbox for cross db ownership chaining but it's grayed out.
I've checked that the user exists in both db's,...
July 1, 2003 at 9:04 am
I like the "break all his fingers" option. but I suppose this may not fly with his boss, although my boss would probably do it for me
June 13, 2003 at 11:02 am
Thank you that is a big help...this is the script I am gonna go with...
DELETE #CL_FINAL
FROM #CL_FINAL AS CL1 INNER JOIN (SELECT * FROM #CL_FINAL WHERE CorrectResponseID = 1)...
June 12, 2003 at 9:55 am
maybe my post is confusing.. let me reword it... hmm,
you see the statement above (the one w/ the delete) is somehow not taking into consideration the where clause below it....
June 11, 2003 at 5:50 pm
I noticed that you are sending in the query as a dynamic SQL. It would be better to bite the bullet as you say, and go the SP route,...
May 30, 2003 at 11:44 am
would you be so kind as to post the number of channels / IO cards that you are using? We have a few Sql Server in the company some...
May 19, 2003 at 2:17 pm
No I haven't because I wanted to use "Blat" instead of sql_mail... I don't want to send it via Exchange.
Maybe I'm overlooking something, but I thought I could somehow save...
April 30, 2003 at 10:01 am
This was the solution reply to my post on another list, I want to thank anyone who was trying to figure out an answer for me... but also wanted to...
April 17, 2003 at 12:49 pm
thanks for the help.
So... it will be safe for me to revoke his table write access, w/o affecting his ability to write sprocs that write to the table.. (correct?)
-Francisco
April 16, 2003 at 5:42 pm
This is the results of the 2nd Query using the IN clause... looking at both I think the IN is faster, but I've always thought that the INNER JOIN could...
March 7, 2003 at 12:46 pm
Viewing 15 posts - 16 through 30 (of 64 total)