Is user instance just support Sql2005 Express

  • Thread starter Thread starter ad
  • Start date Start date
A

ad

It is amazing about the new AttachDBFilename, I am trying the posible of it.
but I end up with a problem.
I am using VS2005 to develop web application
My SqlServer is Sql2005 Standard. When I use the AttachDBFilename in my
connection, it is ok for general asp.net page. but when I use the connection
as typed dataset, it fail with message: "The user instance login flag is not
supported on this version of SqlServer.

Is user instance just support Sql2005 Express?
 
The User Instance feature is ONLY available on the Express SKUs.


--
William (Bill) Vaughn
President and Founder Beta V Corporation
Redmond, WA
(425) 556-9205
Microsoft MVP, Author, Mentor
Microsoft MVP
 
Back
Top