Re: SQL Server View needs permission on underlying tabel
From: Dan Guzman (danguzman_at_nospam-earthlink.net)
Date: 07/01/04
- Previous message: Hari: "Re: Copy the Logins"
- In reply to: lars: "Re: SQL Server View needs permission on underlying tabel"
- Next in thread: lars: "Re: SQL Server View needs permission on underlying tabel"
- Reply: lars: "Re: SQL Server View needs permission on underlying tabel"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 1 Jul 2004 08:20:05 -0500
> It looks like it SELECTS the VIEW and UPDATES the underlying table. Why?
This is the behavior described in MSKB 253673.
<Excerpt
href="http://support.microsoft.com/default.aspx?scid=kb;en-us;253673">
If you are using SQL Server 2000, create the view with the View_MetaData
clause of the Create View command. For this syntax and other information,
see the SQL Server 2000 documentation.
</Excerpt>
-- Hope this helps. Dan Guzman SQL Server MVP
- Previous message: Hari: "Re: Copy the Logins"
- In reply to: lars: "Re: SQL Server View needs permission on underlying tabel"
- Next in thread: lars: "Re: SQL Server View needs permission on underlying tabel"
- Reply: lars: "Re: SQL Server View needs permission on underlying tabel"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|