I installed Visual Studio 2005 Standard Edition which contains SQL Server Express.
I downloaded and installed SQL Server Management Studio Express. It run !
I established a connection server BellFixe\SQLEXPRESS (BellFixe is the name of my computer). Ok.
The command " add " of the function " attach " of SSMSE allows to navigate on the disk and to attach diverse data bases but it refuses to open the directory D:\Documents and Settings\Alain (this path is the base of all my directories of data). This directory appears empty. I cannot thus attach the data bases which are under this directory !
I can open a data base only if it is elsewhere localised.
Why this limitation of access and how to resolve this problem? There is certainly a relation with the management of the users of the PC.
I am only user and administrator of my PC under XP. All my directories of data are under D:\Documents and Settings\Alain. The explorer Windows allows to navigate everywhere the disk.
Tanks.
hi,
the position you specfied is not a good one for such a kind of data as it is meant as "private" storage for the current (aka Alain) logged user... you should modify the path to something available to all users, even if SQLExpress always is run under the credential of the account you specified at install time or later, via the Surface Area Configuration or SQL Server Configuration Manager..
regards
|||But SSMSEE should be able to cross all the disk, in mode administrator. He is not right for such a limitaion there is not it ?
This is only an MSDN exercise "Coatch ASP.NET". But it is blocking for me.
Regards
|||hi,
AchLog wrote:
But SSMSEE should be able to cross all the disk, in mode administrator. He is not right for such a limitaion there is not it ?
is your SQL Server engine service running under Network Service or Local Service account?
please verify via SQL Server Configuration Manager..
regards
|||Thank You for your answer Andrea.
SQL Server is local on my machine of development.
I have not yet understood how to verify the connexion mode with SQL Server Configuration Manager. I am a little bit novice with SQL Server and his tools.
Can you tell me how to verify it?
Here method indicated by coach ASP.NET to attach a local data base with SSMSEE. On my computer it is the step 4 which does not function.
===========================================
A simple solution is to attach your data base to your waiter SQL Express. It is now very easy with the console of administration “SQL Server Management Studio Express train” of the final version of SQL Server Express:
1 - to launch the console of administration since the menu To start/All the programs/Microsoft SQL Server 2005/SQL Server Management Studio Express train CTP.
2 - connect to the waiter of name”. \ SQLExpress " via the Windows authentification.
3 - in the explorer of object, made a right click on the file “Databases” then the order “attach”.
4 - find on the disc your file .mdf and add it. Your data base is now attached to SQL Server. You must see it in the list of the data bases of the console.
============================================
Thank you
|||
AchLog wrote:
Thank You for your answer Andrea.
SQL Server is local on my machine of development.
I have not yet understood how to verify the connexion mode with SQL Server Configuration Manager. I am a little bit novice with SQL Server and his tools.
Can you tell me how to verify it?
execute the SQL Server Configuration Manager.. in the SQL Server services locate the SQL Server engine you are dealing with.. right click on it and access it's properties.. you can there see (and set) the account running the services... if you modify it you have to restart the service..
AchLog wrote:
Here method indicated by coach ASP.NET to attach a local data base with SSMSEE. On my computer it is the step 4 which does not function.
===========================================
A simple solution is to attach your data base to your waiter SQL Express. It is now very easy with the console of administration “SQL Server Management Studio Express train” of the final version of SQL Server Express:
1 - to launch the console of administration since the menu To start/All the programs/Microsoft SQL Server 2005/SQL Server Management Studio Express train CTP.
2 - connect to the waiter of name”. \ SQLExpress " via the Windows authentification.
3 - in the explorer of object, made a right click on the file “Databases” then the order “attach”.
4 - find on the disc your file .mdf and add it. Your data base is now attached to SQL Server. You must see it in the list of the data bases of the console.
============================================
Thank you
the "explanation" is correct... this is the "traditional" way to attach a database to a SQL Server instance via SSMS (and SSMSE), but not to "user instances" as the perform differently...
regards
|||Tank You Andrea,
The parameters are the following ones :
Name : bellfixe\sqlexpress
No comments:
Post a Comment