﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2005 / T-SQL (SS2K5)  / Can I Provide SP to 3rd Party without tell them DB name / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Thu, 23 May 2013 21:50:24 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Can I Provide SP to 3rd Party without tell them DB name</title><link>http://www.sqlservercentral.com/Forums/Topic1413838-338-1.aspx</link><description>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</description><pubDate>Thu, 31 Jan 2013 02:31:06 GMT</pubDate><dc:creator>Adi Cohn-120898</dc:creator></item><item><title>Can I Provide SP to 3rd Party without tell them DB name</title><link>http://www.sqlservercentral.com/Forums/Topic1413838-338-1.aspx</link><description>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.</description><pubDate>Wed, 30 Jan 2013 21:24:19 GMT</pubDate><dc:creator>wertyui</dc:creator></item></channel></rss>