Microsoft
Software
Hardware
Network
Question : Password Protect Table in SQL Server 2005 Express (Linked to Access)
I have a database with multiple tables. One table contains sensitive information. I would like to give only certain users access to that table, while denying other users access to that table.
I am using SQL Server Management Studio Express to manage the database. I am connecting to the SQL Server back end via an MS Access front end.
Thank you for your help!
Answer : Password Protect Table in SQL Server 2005 Express (Linked to Access)
Hello Orcadian,
USE MyDatabase;
DENY SELECT ON OBJECT::MyTable TO jmoss111;
GO
Regards,
Jim
Random Solutions
Cannot access files from Mapped Drive when user not logged in windows 2003 system
Action Script3 Syntax Error
how well does oracle work using nfs
Can't figure out how to MOVE time server to a new DC
Flash CS3 Timer routine
Loading rtf files into unknown application from WWW
USB ports stop working in Windows XP
How can I display non-ascii characters on the command prompt?
How do I restore my email account from a seemingly corrupt version of Outlook without losing my data?
How to configure send connector in Exchange 2007 to route back through Exchange 2003?