Difference between revisions of "Microsoft SQL Server"
From TekiWiki
| (One intermediate revision by the same user not shown) | |||
| 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:
An example of a recursive query to find direct and indirect reports of an employee in a PeopleSoft database:
The following script creates a set of useful temporary functions: