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
 Database Design and Application Architecture
 Missing public Server Role Sql 2005 on win2008

Author  Topic 

avp98
Starting Member

3 Posts

Posted - 2010-03-16 : 16:05:22
i compare one user in two databases (same DB in both server) one in sql 2005 on Win2003 english and the other on sql 2005 on Win2008 spanish
but i dont see in the database on win2008 the PUBLIC SERVER ROLE

in w2k3 i have this server role
bulkadmin, dbcreator, diskadmin, processadmin, public, securityadmin, serveradmin, setupadmin, sysadmin
total = 9 server role

in w2k8 i have this
bulkadmin, dbcreator, diskadmin, processadmin,securityadmin, serveradmin, setupadmin, sysadmin
total = 8 server rolo missin public server role

i think tha this i make one error when i want to connect a webapplication to database

Someone have similar problem or how i can fix this?

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-03-16 : 17:45:33
Perhaps it's a bug. What does SELECT @@VERSION show on each?

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page

avp98
Starting Member

3 Posts

Posted - 2010-03-17 : 11:42:52
show me this

on windows server 2008 with sql 2005
SELECT @@VERSION
Microsoft SQL Server 2005 - 9.00.1399.06 (Intel X86) Oct 14 2005 00:33:37 Copyright (c) 1988-2005 Microsoft Corporation Developer Edition on Windows NT 6.0 (Build 6001: Service Pack 1)

on windows server 2003 with sql 2005
SELECT @@VERSION
Microsoft SQL Server 2005 - 9.00.4035.00 (Intel X86) Nov 24 2008 13:01:59 Copyright (c) 1988-2005 Microsoft Corporation Developer Edition on Windows NT 5.2 (Build 3790: Service Pack 2)
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-03-17 : 16:16:17
You definitely need to upgrade the Win2k8 server. At a minimum, you need to install service pack 3. You should then proceed with the latest cumulative update package, post sp3, on both servers.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page

Jagdev
Starting Member

1 Post

Posted - 2013-05-21 : 08:22:59
did u got public role back?

Charanjit Jagdev
Go to Top of Page
   

- Advertisement -