Re: Triggers
From: Dan Guzman (danguzman@nospam-earthlink.net)
Date: 01/28/03
- Next message: SQL Server Development Team [MSFT]: "Re: sql patch for slammer"
- Previous message: SQL Server Development Team [MSFT]: "Re: FireDaemon Error/ Worm/SLAMMER"
- In reply to: g..g: "Re: Triggers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Dan Guzman" <danguzman@nospam-earthlink.net> Date: Mon, 27 Jan 2003 19:04:47 -0600
Check the owner reported in the sp_helpdb output to ensure the databases
are owned by the same login:
EXEC sp_helpdb 'MainOffice'
EXEC sp_helpdb 'RegionalOffice'
GO
If the reported owners are different, you'll need to execute
sp_changedbowner so that they are owned by a common login.
-- Hope this helps. Dan Guzman SQL Server MVP ----------------------- SQL FAQ links (courtesy Neil Pike): http://www.ntfaq.com/Articles/Index.cfm?DepartmentID=800 http://www.sqlserverfaq.com http://www.mssqlserver.com/faq ----------------------- "g..g" <grace_atrash@yahoo.com> wrote in message news:#eRLF7ixCHA.640@TK2MSFTNGP12... > Hi dan: > Thank You for the response. But I have sqlms7 with dbo as the owner of both > databases. > However, I still get the message access denied. Please HELP. > Thank YOu, > Grace
- Next message: SQL Server Development Team [MSFT]: "Re: sql patch for slammer"
- Previous message: SQL Server Development Team [MSFT]: "Re: FireDaemon Error/ Worm/SLAMMER"
- In reply to: g..g: "Re: Triggers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|