Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 966 Bytes

README.md

File metadata and controls

46 lines (38 loc) · 966 Bytes

temporarytablemssql

Microsoft SQL Server project which utilizes a stored procedure in conjunction with a temporary table

Table of Contents

Version

  • 0.0.1

Important Note

  • This project was written with SQL Server 2012 methods

Dependent MSSQL Function

Prerequisite Data Types

  • bigint
  • int
  • nvarchar
  • datetime2

Prerequisite Functions

  • nullif
  • ltrim
  • rtrim
  • getdate
  • max
  • replicate
  • convert
  • row_number
  • over
  • format
  • dateadd
  • cast

Prerequisite Conditions

  • left join

Usage

  • dbo.extractInsertUpdateTemporaryTable @optionMode = 'extractEntries'