Hi guys... this command prompt statement that is supposed to install a database with all its tables, stored procedures & triggers from a script file PBS.sql on the instance PBSTUDIO1\SQLEXPRESS (PBSTUDIO1 is the computer name)...
C:\DATA>osql -E -S PBSTUDIO1/SQLExpress -i PBS.sql
yields this error!
[DBNETLIB]SQL Server does not exist or access denied.
[DBNETLIB]ConnectionOpen (Connect()).
What could be the problem?