About Gary Burge
I am an experieced web programmer, techno-activist, romantic idealist, who never quite left the sixties, even though I became quite successful in the Internet space.
My business philosphy is different now than when I toiled in the bigco world. About a decade ago I experienced a life-altering epiphany: I was sacrificing my personal life and health to feed a corporate monster.
More...
-
Gauconbambi
“Generating user instances in SQL Server is disabled”
Today I compiled a Microsoft ASP.Net code sample downloaded from a programming website. This error message was displayed:
Being a Microsoft SQLServer novice, I wasn’t sure of the solution.
I executed the command “sp_configure ‘user instances enabled’” but nothing changed. Still got the error message.
After 30 minutes of Goggle trolling in development forums, I found the answer.
Here is how to fix the “user instances disabled” error:
“sp_configure ‘user instances enabled’, 1″
“reconfigure”