I need to alter a database using a batch file, for a simple example, drop a table. I´m using local SQL Express (SQL Server 2008 R2) with user sa
and its password.
How would the bat file be?
How can I specify in the script the password and that I use in SQL Express?