Profile
Achievement
edwinet's Recent Snippets
- All /
« Prev 1 Next »
This SQL statesment help you to understand which trigger is going to execute first and which one is going to execute last.
0
918
posted 11 years ago by edwinet
The sysprotects system table reports all of the permissions granted or denied in a given database. We'll need to join it with sysusers and sysobjects to get all the information we need. Here's an example query that only pulls information on objects (...
0
1006
posted 11 years ago by edwinet
My Add Column Varchar.sql
This template adds a new varchar column to the table.
0
712
posted 13 years ago by edwinet