Difference between revisions of "Microsoft SQL Server"

From TekiWiki
Jump to: navigation, search
m (1 revision imported)
 
Line 3: Line 3:
 
Originally based on the Sybase database server, but Microsoft have developed it almost beyond recognition.
 
Originally based on the Sybase database server, but Microsoft have developed it almost beyond recognition.
  
 +
==Articles about SQL Server==
 
A compact neat way to add a sequence number to a table:
 
A compact neat way to add a sequence number to a table:
  

Latest revision as of 17:25, 19 September 2016

Microsoft SQL Server is Microsoft's Relational Database Server.

Originally based on the Sybase database server, but Microsoft have developed it almost beyond recognition.

Articles about SQL Server

A compact neat way to add a sequence number to a table:

Number Rows in a Table

An example of a recursive query to find direct and indirect reports of an employee in a PeopleSoft database:

Direct Reports

The following script creates a set of useful temporary functions:

Useful Functions