SQL Server Database Coding Standards and Guidelines – Part 2
SQL SERVER – Database Coding Standards and Guidelines – Part 1
SQL Server Database Coding Standards and Guidelines – Part 1
SQL SERVER – Database Coding Standards and Guidelines – Introduction
I have received many many request to do another series since my series SQL Server Interview Questions and Answers Complete List Download. I have created small series of Coding Standards and Guidelines, as this is the second most request I have received from readers. This document can be extremely long but I have limited to very few pages as it is difficult to follow thousands of the rules. My experience says it is more productive developer and better code if coding standard has important fewer rules than lots of micro rules.
SQL SERVER – 2005 Explanation and Example – SELF JOIN
SQL SERVER – 2005 Constraint on VARCHAR(MAX) Field To Limit It Certain Length
SQL SERVER – Retrieve Information of SQL Server Agent Jobs
sp_help_job returns information about jobs that are used by SQL Server Agent service to perform automated activities in SQL Server. When executed sp_help_job procedure with no parameters to return the information for all of the jobs currently defined in the msdb database.