All Tags »
good practices »
tips and tricks »
SQL Server 2008... »
T-SQL »
database design (RSS)
Sorry, but there are no more tags available to filter with.
-
A few days ago my team mate asked me to check out why one of the logins doesn’t have right to execute to a few stored procedures. Allegedly it had the right before. After a few minutes of digging in the source control it turned out that these procedures were scripted with explicit EXECUTE rights to them. However, some later updates to the code did ...