PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Hébergement serveur > ms.sqlserver.setup > SSMSE and Windows VISTA
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
ms.sqlserver.setup Questions about SQL Server.

SSMSE and Windows VISTA

Réponse
 
LinkBack Outils de la discussion
Vieux 03/05/2008, 08h03   #1
Odla
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut SSMSE and Windows VISTA

! I can not create a new database with SQL SERVER MANAGEMENT STUDY
EXPRESS and Windows VISTA. ERROR: Permission denied CREATE DATABASE
(Micorosoft SQL Server Error: 262)
But how do I give me the permission?
Someone me knows?
Thank you very much everybody!
Aldo


  Réponse avec citation
Vieux 03/05/2008, 09h45   #2
Ekrem Önsoy
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: SSMSE and Windows VISTA

If you connect to your SQL Server instance using Windows Authentication mode
and Windows account that is a member of the "Local Administrators" Windows
Group, then you should be able to be performing this action.

Are you using a customized Login when connecting to your SQL Server insance?
If so, what permissions did you assign to this Login?

--
Ekrem Önsoy


"Odla" <boffialdo@libero.it> wrote in message
newseTSj.300830$%k.405531@twister2.libero.it...
> ! I can not create a new database with SQL SERVER MANAGEMENT STUDY
> EXPRESS and Windows VISTA. ERROR: Permission denied CREATE DATABASE
> (Micorosoft SQL Server Error: 262)
> But how do I give me the permission?
> Someone me knows?
> Thank you very much everybody!
> Aldo
>


  Réponse avec citation
Vieux 03/05/2008, 10h51   #3
Odla
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: SSMSE and Windows VISTA

Yes, I use Windows Authentication mode and Windows account.
How I can check if it is member of "Local Administrator"?
May be this is the problem!
Thank you very much for your !
Aldo



"Ekrem Önsoy" <ekrem@compecta.com> ha scritto nel messaggio
news:72F479FC-731C-4EB7-871A-6C93400D5C2B@microsoft.com...
> If you connect to your SQL Server instance using Windows Authentication
> mode and Windows account that is a member of the "Local Administrators"
> Windows Group, then you should be able to be performing this action.
>
> Are you using a customized Login when connecting to your SQL Server
> insance? If so, what permissions did you assign to this Login?
>
> --
> Ekrem Önsoy
>
>
> "Odla" <boffialdo@libero.it> wrote in message
> newseTSj.300830$%k.405531@twister2.libero.it...
>> ! I can not create a new database with SQL SERVER MANAGEMENT STUDY
>> EXPRESS and Windows VISTA. ERROR: Permission denied CREATE DATABASE
>> (Micorosoft SQL Server Error: 262)
>> But how do I give me the permission?
>> Someone me knows?
>> Thank you very much everybody!
>> Aldo
>>

>



  Réponse avec citation
Vieux 03/05/2008, 14h02   #4
Ekrem Önsoy
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: SSMSE and Windows VISTA

If you log in to your Windows as a normal user, then your Windows Account
would not be a member of the Local Administrators Windows Group. And when
connecting to your SQL Server instance, you'd only have rights as much as a
normal user.

If you managed to install SQL Server using the same Windows Account, then it
must be an Administrator account. You may have UAC (User Access Control
which is a new feature of Vista and it assumes you are a normal user even if
you'd be an administrator unless you demand for this right particularly)
active as you run under Windows Vista. So, when openning SSMS, you can try
right clicking on the SSMS icon and click "Run as Administrator". This may
be the fact that prevents you logging in as an Administrator.

To see Windows account in your system, you can right click on your
"Computer" icon on your desktop (or whereever it is) and click "Manage" on
the popup menu. Then go to "Local Users and Groups" and expand it, then go
to Users node. Alternatively, you can use Control Panel's "User Accounts"
component.

--
Ekrem Önsoy



"Odla" <boffialdo@libero.it> wrote in message
news:8IVSj.300882$%k.405579@twister2.libero.it...
> Yes, I use Windows Authentication mode and Windows account.
> How I can check if it is member of "Local Administrator"?
> May be this is the problem!
> Thank you very much for your !
> Aldo
>
>
>
> "Ekrem Önsoy" <ekrem@compecta.com> ha scritto nel messaggio
> news:72F479FC-731C-4EB7-871A-6C93400D5C2B@microsoft.com...
>> If you connect to your SQL Server instance using Windows Authentication
>> mode and Windows account that is a member of the "Local Administrators"
>> Windows Group, then you should be able to be performing this action.
>>
>> Are you using a customized Login when connecting to your SQL Server
>> insance? If so, what permissions did you assign to this Login?
>>
>> --
>> Ekrem Önsoy
>>
>>
>> "Odla" <boffialdo@libero.it> wrote in message
>> newseTSj.300830$%k.405531@twister2.libero.it...
>>> ! I can not create a new database with SQL SERVER MANAGEMENT STUDY
>>> EXPRESS and Windows VISTA. ERROR: Permission denied CREATE DATABASE
>>> (Micorosoft SQL Server Error: 262)
>>> But how do I give me the permission?
>>> Someone me knows?
>>> Thank you very much everybody!
>>> Aldo
>>>

>>

>
>


  Réponse avec citation
Vieux 04/05/2008, 11h56   #5
Odla
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: SSMSE and Windows VISTA

I am successful!
I made right clicking on the SSMS icon and click "Run as Administrator" and
everything works!
THANK YOU VERY MUCH !!!!

Aldo



"Ekrem Önsoy" <ekrem@compecta.com> ha scritto nel messaggio
news:7170E20B-7599-40B1-B1F1-35A7F5197AB6@microsoft.com...
> If you log in to your Windows as a normal user, then your Windows Account
> would not be a member of the Local Administrators Windows Group. And when
> connecting to your SQL Server instance, you'd only have rights as much as
> a normal user.
>
> If you managed to install SQL Server using the same Windows Account, then
> it must be an Administrator account. You may have UAC (User Access Control
> which is a new feature of Vista and it assumes you are a normal user even
> if you'd be an administrator unless you demand for this right
> particularly) active as you run under Windows Vista. So, when openning
> SSMS, you can try right clicking on the SSMS icon and click "Run as
> Administrator". This may be the fact that prevents you logging in as an
> Administrator.
>
> To see Windows account in your system, you can right click on your
> "Computer" icon on your desktop (or whereever it is) and click "Manage" on
> the popup menu. Then go to "Local Users and Groups" and expand it, then go
> to Users node. Alternatively, you can use Control Panel's "User Accounts"
> component.
>
> --
> Ekrem Önsoy
>
>
>
> "Odla" <boffialdo@libero.it> wrote in message
> news:8IVSj.300882$%k.405579@twister2.libero.it...
>> Yes, I use Windows Authentication mode and Windows account.
>> How I can check if it is member of "Local Administrator"?
>> May be this is the problem!
>> Thank you very much for your !
>> Aldo
>>
>>
>>
>> "Ekrem Önsoy" <ekrem@compecta.com> ha scritto nel messaggio
>> news:72F479FC-731C-4EB7-871A-6C93400D5C2B@microsoft.com...
>>> If you connect to your SQL Server instance using Windows Authentication
>>> mode and Windows account that is a member of the "Local Administrators"
>>> Windows Group, then you should be able to be performing this action.
>>>
>>> Are you using a customized Login when connecting to your SQL Server
>>> insance? If so, what permissions did you assign to this Login?
>>>
>>> --
>>> Ekrem Önsoy
>>>
>>>
>>> "Odla" <boffialdo@libero.it> wrote in message
>>> newseTSj.300830$%k.405531@twister2.libero.it...
>>>> ! I can not create a new database with SQL SERVER MANAGEMENT STUDY
>>>> EXPRESS and Windows VISTA. ERROR: Permission denied CREATE DATABASE
>>>> (Micorosoft SQL Server Error: 262)
>>>> But how do I give me the permission?
>>>> Someone me knows?
>>>> Thank you very much everybody!
>>>> Aldo
>>>>
>>>

>>
>>

>



  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 01h22.


Édité par : vBulletin® version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,16494 seconds with 13 queries