Defensive Database Programming - Robust T-SQL Code?

In application development, there is the concept of security programming. How to implement protective programming methods and write reliable code using Transact-SQL?

+3
source share
5 answers

Generally

+5

, :

  • TRY/CATCH, SQL Server
  • RAISERROR, -
  • ()
+2
IF EXISTS()

- , T-SQL, . , SQL-, , .

+1
+1

, , !

0

Source: https://habr.com/ru/post/1766079/


All Articles