Site Sponsored By: SQLDSC - SQL Server Desired State Configuration
Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
If I want to create the following SQL Statement and I want to only select Users in a certain role. How would I do it?Select * from Project where ????? = "Manager"