Hi
I have installed a single instance of SQLserver2005Express on a stand alone PC running WinXP Pro.
Do you always have to be logged in as a Windows [XP] administrator to work with SQL Server databases Because when I'm not it SQLserver Management Studio won't allow me to open any database.
Also, do all databases have to be in the default data folder location [in my case this is: C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data] Because if I try and navigate to other databases I have in other locations using Management Studio they are not visible.
Any help gratefully accepted...newtWales.

SQLserver2005Express post-install problem
cisco0407
Hi newtWales,
I'm moving this thread to the SQL Express forum where you might see some better answers.
-Jeffrey
saint nik
There are two factors at work here:
SQL Express has a new feature called User Instances to allow non-admin users to be able to use applications that sit on top of SQL Express. The full details of User Instances are spelled out in a white paper on the topic, but the upshot is that we can start a special instance of SQL Express on the fly and specify the currently logged in user as the service account. This gives the user the ability to attach databases even though they are not Administrators and to access files in their own user profile directory. This is the default type of connection used by VS 2005.
Hope this helps.
Regards,
Mike Wachal
SQL Express team