Must the sql server 2000 run on the server OS such as Windows NT, Windows 2000 Professional?
Printable View
Must the sql server 2000 run on the server OS such as Windows NT, Windows 2000 Professional?
It's running here on XP Pro .Quote:
Originally posted by chinhow
Must the sql server 2000 run on the server OS such as Windows NT, Windows 2000 Professional?
I used to install on XP Pro, but CLIENT couldn't access the SQL's DB. It shows the error message with "SQL server does not exist or Access Denied"Quote:
Originally posted by Pirate
It's running here on XP Pro .
Make sure your connection string was correct. Also if you are installing from the VS.NET CD then the SQL Server Instance name is something like VSdotnet. So if your computer name was BooHoo then the SQL Server name would be something like: BooHoo\VSdotnet
in setup.ini, i changed the code toQuote:
Originally posted by Edneeis
Make sure your connection string was correct. Also if you are installing from the VS.NET CD then the SQL Server Instance name is something like VSdotnet. So if your computer name was BooHoo then the SQL Server name would be something like: BooHoo\VSdotnet
[Options]
INSTANCENAME=NetSDK
SECURITYMODE=SQL