What is the OSQL sequence to install the Pubs sample database
Thanks
"Ying-Shen Yu[MSFT]" - 20 Feb 2004 08:34 GMT
Hi,
The sql script file can be found under
<SDK_PATH>\<Version>\Samples\Setup
For more configuration details, You may read the document at
<SDK_PATH>\<Version>\Samples\Setup\html\ConfigDetails.htm#SQL
Thanks!
Best regards,
Ying-Shen Yu [MSFT]
Microsoft community Support
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties and confers no rights.
This mail should not be replied directly, please remove the word "online"
before sending mail.
Carl Fenley - 20 Feb 2004 16:56 GMT
Try this from the directory containing the file 'instpubs.sql':
osql -E -S (local)\netsdk -i instpubs.sql
- carl
> What is the OSQL sequence to install the Pubs sample database?
>
> Thanks
gav - 21 Feb 2004 07:21 GMT
carl
Thanks your response worked perfectly