質問

Is there any way to run the SQL queries on SQL Server 2000 using command prompt. I just done a google search and understood that there is a command called SQLCMD, but this is only applicable to SQL Server 2005 +.

役に立ちましたか?

解決

For SQL Server 2000, the tool was called osql.

See the official TechNet docs on how to use it

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top