Run sql script from console and not from query analyzer in SQL server

Posted by Spyros on Stack Overflow See other posts from Stack Overflow or by Spyros
Published on 2010-06-02T09:10:43Z Indexed on 2010/06/02 9:13 UTC
Read the original article Hit count: 215

Filed under:

Hello , i have written an sql script for updating a database that runs in SQL server 2005 and I want to make that changes to the production DB server but I dont want to run the query from the query analyzer , is there a way to run the sql script from console?

© Stack Overflow or respective owner

Related posts about sql-server-2005