1
vote
How to catch a SQL server hacker?
SQL Server 2005 added DDL and DML triggers so you can track who's modifying data as well as the data structure.
…
0
votes
Rename a column or append a column? that is the question…
Here's a good presentation on refactoring databases by Scott Ambler, the guy that literally wrote …
1
vote
Would 2 tier be a valid choice for this scenario
A 2-tier solution may be easier to develop but it will be harder to maintain if the application is of any size and/or complexity.
If this application is going to be important to the busines …
