Run time Configurations and Dynamic Connection String in Enterprise Library
http://blogs.msdn.com/tomholl/archive/2005/09/14/466298.aspx
Saturday, March 25, 2006
Tuesday, March 21, 2006
Batch Execute .sql files in a directory
FOR %i IN (*.sql) DO OSQL -n -U sa -P sapassword -d databasename -i %i
or Use
COPY *.SQL AllSQL.sql
OSQL -n -E -i AllSQL.sql
or Use
COPY *.SQL AllSQL.sql
OSQL -n -E -i AllSQL.sql
Subscribe to:
Posts (Atom)