I want to limit the user to only one schema and select only the privilege in this schema in SQL Server 2008.
Combination of DENY and GRANT. For instance:
DENY SELECT ON schema::[dbo] TO [user_name] DENY SELECT ON schema::[other_schema] TO [user_name] GRANT SELECT ON schema::[safe_schema] TO [user_name]
Source: https://habr.com/ru/post/896493/More articles:Vibration pattern for incorrect input (Android) - androidC #: How to use SHOpenFolderAndSelectItems - c #Define a list of source files (*. [Ch]) for complex builds using scons - build-processImplementing Python in C - importing modules - cPython C API not loading module - candroid image set as contact icon / wallpaper - androidEclipse does not show graphic layout for Android XML files - androidnew Android layout editor is missing everywhere - androidClose an element when clicked anywhere on the page - javascriptDjango redirects to root from view - redirectAll Articles