I use the WVS 2005 for a while, and now would like to mirgrate the MDF to SQL Server. after adding the SQL server connection in WVS in show this msg...
'SQL Server is disabled. Use sp_configure 'user instances enabled' .........'
How come....
SOLUTION:
Type this shitty code in the SQL EXE windows...
===================================
exec sp_configure 'user instances enabled', 1
Reconfigure
========================
Msg will show
'Configuration option 'user instances enabled' changed from 0 to 1. Run the RECONFIGURE statement to install.'