I have an app that I want to send to some other users. All users have MS SQL Server.
The app uses a custom Stored Procedure. I want the app to be able to check if the SP is present on the user's system. If it is not there, I'd like the app to be able to build it.
Is this possible? Any hints, tips, or other helpful ideas are welcome.
Thanks in advance.
The app uses a custom Stored Procedure. I want the app to be able to check if the SP is present on the user's system. If it is not there, I'd like the app to be able to build it.
Is this possible? Any hints, tips, or other helpful ideas are welcome.
Thanks in advance.