1
vote
MSSQL: Disable triggers for one INSERT
Can you check for SUSER_SNAME() and only run when in context of the administration frontend?
…
1
vote
Need Simple Select Query
I'm guessing you are after any rows that appear more than once with the same TR and TK?
If so, then 'HAVING' is probably what you are after
SELECT DISTINCT TR,TK
FROM TBLSR …
0
votes
How to Script Automatically, the securables assigned to a SQL account
As with anything SQL server when using SQL Server Management Studio if you aren't sure how to do a specific thing (i.e. looked in Books online but can't quite figure it out), using the 'Script Acti …
