Tips and scripts relating to database administration. Mainly SQL Server but some MySQL and every now and again something different. Posts are brief and to the point.It's as much a place to make notes for my own use as anything else.
Friday, 31 August 2007
Run a script for all servers
for /f %i in (servers.txt) do SQLCMD -S%i -i C:\myscript.sql
No comments:
Post a Comment