July 18, 2012 at 12:33 pm
All,
I have a remote MySQL database which has IP based security restrictions. If I create a stored procedure on a SQL Server 2000 instance and run it from a client will it run on the server or on the client?
I don't want to open up the IP restrictions to all our machines but I could open it up to allow the SQL server to have access.
Sorry for the basic question.
Thanks
Andrew
July 18, 2012 at 12:43 pm
all code, whether a TSQL statment or a procedure, is executed on the SQL server, and the results(if any) are returned to the client.
so if you have a linked server to your mySQL database, the calling machine is the SQL server.
does that help?
Lowell
July 18, 2012 at 1:00 pm
That really helps, thank you.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply