Oct 12, 2006 #1 cocopud Technical User Jan 8, 2002 139 US We have a SQL Server 2000 database that a user wants access to, they want a read only ODBC connection for a few tables. If they create an ODBC connection to out database, how do I give them access to only three tables and make them read only?
We have a SQL Server 2000 database that a user wants access to, they want a read only ODBC connection for a few tables. If they create an ODBC connection to out database, how do I give them access to only three tables and make them read only?
Oct 12, 2006 #2 mrdenny Programmer May 27, 2002 11,595 Grant them SELECT access to the objects they want to see only. Denny MCSA (2003) / MCDBA (SQL 2000) / MCTS (SQL 2005) / MCITP Database Administrator (SQL 2005) --Anything is possible. All it takes is a little research. (Me) http://www.mrdenny.com Upvote 0 Downvote
Grant them SELECT access to the objects they want to see only. Denny MCSA (2003) / MCDBA (SQL 2000) / MCTS (SQL 2005) / MCITP Database Administrator (SQL 2005) --Anything is possible. All it takes is a little research. (Me) http://www.mrdenny.com