Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 2005
»
T-SQL (SS2K5)
»
Can I Provide SP to 3rd Party without tell...
Can I Provide SP to 3rd Party without tell them DB name
Rate Topic
Display Mode
Topic Options
Author
Message
wertyui
wertyui
Posted Wednesday, January 30, 2013 9:24 PM
Grasshopper
Group: General Forum Members
Last Login: Friday, February 08, 2013 1:35 AM
Points: 18,
Visits: 76
I assigned to prepare SP API for vendor, but I concern about script and DB security.
I have to provide 2 SP, each SP is in each Database.
How can I give them only SP without Database Name.
Post #1413838
Adi Cohn-120898
Adi Cohn-120898
Posted Thursday, January 31, 2013 2:31 AM
SSCrazy
Group: General Forum Members
Last Login: Yesterday @ 9:50 AM
Points: 2,019,
Visits: 4,923
You can create a local procedure that activates the procedure in the second database, and let them use the local procedure, but if they'll look at the local's procedure code they will be able to see that you just activate a procedure in a different database. Another alternative is to create synonym for the procedure at the second database and activate the synonym, but they can always check the synonym's definition and see the real name and location of the procedure. Why do you want them not to know that it is a procedure in a different database?
Adi
--------------------------------------------------------------
To know how to ask questions and increase the chances of getting asnwers:
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
Post #1413923
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.