About 260,000 results
Open links in new tab
  1. SQL comment header examples - Stack Overflow

    In addition to this header, your code should be well commented and outlined from top to bottom. Add comment blocks to major functional sections like: /*********************************** ** Process all new Inventory records ** Verify quantities and mark as ** available to ship.

  2. Sample Script Header - SQLServerCentral

    Jun 27, 2002 · Sample script header to use to describe a stored procedure. This is a piece of the one I use but needs modification for each environment.

  3. Adding SQL Comments to Code - MSSQLTips.com - SQL Server …

    Jul 18, 2022 · SQL Comment Examples. Here are some examples of good commenting practices. Code Header. Any T-SQL code object should include a header that explains a few things about the object: An explanation of the purpose of the object; A description of any parameters; A description of any output (parameters or query output) A version history that includes

  4. How to Document Stored Procedures and Functions in Database

    Jul 28, 2017 · Let's start with a header of procedure or function we are documenting. Standard Header. There is not really something like a standard header, there are a few templates but they really boil down to basically the same. Let's have a look at SQL Server Management Studio standard header:

  5. T-Sql Code Header Comments | sql server functions

    Oct 13, 2014 · In this post I want to talk about the headers that are included in most stored procedures and because I often see requirements for writing T-Sql code that include something along the lines of "all procedures MUST be well commented and adorned with a template that lists each change", sample procedures include templates such as:…

  6. How to add header comments when altering stored procedures in SQL

    Aug 21, 2015 · I have a stored procedure where there are no header comments. I want to add them, but whenever I try, it is not included. In SQL Server Management Studio I : 1.Right-click my stored procedure and...

  7. sql - Understanding Header and Detail tables - Stack Overflow

    Nov 14, 2013 · Header and Detail table concept is used to perform normalization in SQL. Normalization is the process of reducing data redundancy. We can not remove data redundancy. But we can reduce data redundancy. Data redundancy is duplicating the items. There are some issues with data redundancy as follows.

  8. Rules of SQL formatting – SQL code commenting - Solution center

    In this article, tips on T-SQL code commenting and improving productivity will be given, while using the ApexSQL Refactor’s Comments feature. ApexSQL Refactor is a SQL Server and Visual Studio SQL formatting add-in with nearly 200 formatting options. The main purpose of comments is to document our code and write descriptions of what code is doing.

  9. Defining the Header Information for the Script | SQL Server …

    This header information makes the scripts more maintainable by providing us (or other administrators/developers) with all the referenced parameters, their meanings in the context of the script, a sample value for the parameter, and a section to write notes and version information.

  10. SQL Server Example Scripts - Paul S. Randal

    Here’s a little script I knocked up this afternoon to. New script: is that database REALLY in the FULL recovery mode? One of the perennial problems facing both experienced and involuntary DBAs is how to tell whether a database is really in the Full recovery model.

  11. Some results have been removed
Refresh