24.3.2 install Northwind instance error
on cmd
cd "F:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Samples\Setup" //this no error
osql -E -S (local)\sqlexpress -i instnwnd.sql // error
it said can not open the incoming file - instnwnd.sql, no such file or catalog.
but in my computer F:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Samples\Setup exists an InstNwnd.sql
how to solve the problem?
|