Main Page | Report this Page
Computers Forum Index  »  Computer - Databases - Sybase  »  select * from master..sysprotects...
Page 1 of 1    

select * from master..sysprotects...

Author Message
Bkiddo...
Posted: Wed Nov 04, 2009 6:58 pm
Guest
Is different the information you get if you run:

select * from master..sysprotects

than the one you obtain from:

select * from sysprotects ?


I need to ask because I don't have data base to test them, thanks,
 
Bret_Halford...
Posted: Wed Nov 04, 2009 11:24 pm
Guest
On Nov 4, 11:58 am, Bkiddo <beatriz.du... at (no spam) gmail.com> wrote:
Quote:
Is different the information you get if you run:

select * from master..sysprotects

than the one you obtain from:

select * from sysprotects ?

I need to ask because I don't have data base to test them, thanks,


These would be the same if the user was currently in the master
database,
otherwise different. "select * from sysprotects" will get the results
from
the sysprotects table in the database the user is using.
 
 
Page 1 of 1    
All times are GMT
The time now is Fri Dec 04, 2009 10:07 pm