Sign In
|
Contact Us
|
Careers
|
عربي
Home
About Us
Products & Services
Training
Clients & Partners
SURE Library
CEO's Speech
SURE's team
Our mission
Our vision
Our philosophy
Our Standards
Products
Services
Sure.Skelta
SURE.PMS
Sure.Learning Gateway
SURE.E-MAJ
SURE.PMO
SURE.i-Cube
SURE.Token
Consultation
IT Infrastructure
Support and Operation
Information security
Technical Solutions
Our Clients
Our Partners
Our Projects
SURE Knowledge
Downloadable Files
SURE
>
SURE Library
>
SURE Knowledge
SURE Knowledge
Common Table Expressions (CTEs)
CTE introduced in Microsoft SQL Server 2005 that offer a more readable form of the derived table that can be declared once and referenced multiple times in a query and we can used
Logon Triggers
You can use this approach if you want to audit any logon by user to Sql Server instance but note that the Logon triggers are fired after authentication succeeds but before the user session is
SELECT … INTO statement
SELECT INTO statement allows you to create a new temporary or permanent table populated with the results of the defined SELECT statement
Square brackets and Caret with Like Clause in SQL Server
Most of us know about % and _ but what about the remaining wildcard characters so let us see them in details. Square Brackets [] are used to replace any one char within a set or range of characters
Data Compression in SQL Server 2008
Data Compression in SQL Server has been made available in SQL Server 2005 with Service Pack 2 where a new storage format for storing decimal and numeric data was introduced
Page 2 From 2
Previous Page
1
2