Executable SQL Script

  • I want to create a EXE or BIN file that will run a SQL Script by a user.

    Basicly the script will contain SQL Statement(s) to change the date of a set records. I want the user to be able to double click on this executable file and it will execute the statement(s) on a specificm database.

    I dont want the user have access to the database, but I dont have the access to ad this to the User Interface system linked to the database.

    Any ideas?

    [font="Courier New"]-----------------------------------------------------------------------------------------------------------------------
    😀 Arguing with Programmers are like wrestling a pig in mud, soon you realize the pig is enjoying it. 😀
    -----------------------------------------------------------------------------------------------------------------------[/font]

  • To do that properly, so that the user doesn't get access, you need to open up a programming language, VB, C#, whatever, and create an executable.

    Otherwise, a simple solution would be to create a batch file and call sqlcmd.exe passing it the script.

    "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
    - Theodore Roosevelt

    Author of:
    SQL Server Execution Plans
    SQL Server Query Performance Tuning

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply