Posts
http://www.sharepointu.com/forums/p/2373/6811.aspx
原來分左default 裝o個個係Internal and no size limit, but 衹能用sqlcmd 去connect la...... 攪左我幾day 原來係咁.......逼我學SQL command...... 唉.....睇黎要起多個WSS指住個express 黎睇schema lar.....
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.'