Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Administration
 Local Database Server

Author  Topic 

jim_jim
Constraint Violating Yak Guru

306 Posts

Posted - 2010-08-10 : 10:55:39
Hi
How do I create a local database server.
I previousl had the local database but not now after reinstalltion of the SQL server 2008

I am able to connect to differant Sql servers to which i have access to using my windows authentication and when Iam trying to connect to my local machine sql server Iam getting an error which says my userid is not authenticated

Please help

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-08-10 : 13:44:58
have you added login corresponding to your userid in local server? have you tried accessing it using sa?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

jim_jim
Constraint Violating Yak Guru

306 Posts

Posted - 2010-08-11 : 10:48:42
Nope
I did not add myuserid in local server - How do i do that?
how do i use sa account

Thanks
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-08-11 : 10:52:23
http://msdn.microsoft.com/en-us/library/aa337562.aspx

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

jim_jim
Constraint Violating Yak Guru

306 Posts

Posted - 2010-08-11 : 11:03:22
Hi Visakh
Iam unable to connect to my local database itself,So not usre how can i create a new login

I freshly installed sqlserver 2008 and when trying to connect to the database engine that is on my local machine with my windows authentication it wont let me do that
Microsoft Sql server error 18456
Go to Top of Page
   

- Advertisement -