Re: Cached Credentials & Database Diagrams



For attached 2000 databases you need to change the compatability mode to 90
in order for diagrams to work

EXEC sp_dbcmptlevel 'database name', '90'

For the other issue you could try changing the owner of the database to sa
and see if that helps. Within your database run

exec sp_changedbowner 'sa'

or

alter authorization on database::[databasename] to [sa]

--
HTH,
Jasper Smith (SQL Server MVP)
http://www.sqldbatips.com


"John F" <JohnF@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:CC587FF8-AB0A-4464-A8AD-79F336B89B0F@xxxxxxxxxxxxxxxx
> My Environment:
> Laptop, Windows XP Prof., Member of a Domain.
> SQL Server 2000 and SQL Server 2005 Express.
>
> SQL Server Logon = Windows
> Database dbo = my account (DOMAIN\USER).
>
> Problem:
> Am unable to to access/use datbase diagrams in SQL Server 2005 - tells me
> that dbo is an invalid account in the following circumstances:
>
> New database created in 2005: When not connected to network (i.e. logged
> on
> to windows using cached credentials and no domain controller accessible).
>
> Attached SQL 2000 database: ALWAYS - i.e. get the error whether connected
> to
> network or not, and am completley unable to expand/access diagrams.
>
> This makes VS2005 web express completely unusable for me.
>
> Problem is compounded by failure of all sql 2005 help files to display
> pages
> (only the contents tree is visible).
>
> Help!!
>


.



Relevant Pages

  • Re: SQL7 ODBC trusted connection
    ... To use SQL Server, a user's Windows account needs to be granted access ... the login needs to be granted access to the user databases ... Database role membership can be specified there too. ... EXEC sp_addrole 'MyRole' ...
    (microsoft.public.sqlserver.security)
  • Re: MS Access DAO -> ADO.NET Migration
    ... William Vaughn ... Microsoft MVP ... Hitchhiker's Guide to Visual Studio and SQL Server ... My migration app works building a SSCE database file with imported data ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Cluster will not fail over.
    ... > As far as the TCP/IP issue goes, you had to rebuild the cluster and were ... > able to restore the master database. ... > a cluster installation you'll have to revisit. ... >> This worked bringing up the sql server in minimal mode. ...
    (microsoft.public.sqlserver.clustering)
  • Re: Word 2003/Access2000/SQLSVR
    ... SQL server being where the data is held and this is accessed through a MS ... entire database and that may be say a record for Berkshire. ... "Peter Jamieson" wrote: ... replaced with the first record on the table in use. ...
    (microsoft.public.word.mailmerge.fields)
  • Re: MS Access DAO -> ADO.NET Migration
    ... full SQL Server and I see the logic you explained in a multi user ... allow two users to access the same database file Read/Write at any given ... The book was a pleasure to read after the gibberish that Microsoft 'puts ... Hitchhiker's Guide to Visual Studio and SQL Server ...
    (microsoft.public.dotnet.framework.adonet)