Viewing 2 posts - 16 through 17 (of 17 total)
It is true that a sysadmin loin has the permission to read all database objects. But many applications use views to control the data access.
For example, user logins are...
March 25, 2010 at 10:44 am
#1139809
Does this work?
select * from table where functionDate > convert(date,GETDATE()+1)
March 5, 2010 at 12:55 pm
#1129413