Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 windows scripting

Author  Topic 

nandac
Starting Member

27 Posts

Posted - 2008-12-10 : 11:32:38
if you guys want to script something in windows (something to interact with the ms sql server) which language do you use?

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2008-12-10 : 12:30:06
bat files and sqlcmd


___________________________________________________________________________
Causing trouble since 1980
Blog: http://weblogs.sqlteam.com/mladenp
Speed up SSMS development: www.ssmstoolspack.com <- version 1.1 out!
Go to Top of Page

nandac
Starting Member

27 Posts

Posted - 2008-12-10 : 13:10:52
with bat or sqlcmd, is it possible :

1. conditional checks ie if etc?

2. to check for the existance of a file and its size?

3. print messages in particular fonts/colours?
Go to Top of Page
   

- Advertisement -