geeksprogrammings
Be The Geek
Showing posts with label
sql
.
Show all posts
Showing posts with label
sql
.
Show all posts
Thursday, 17 November 2016
what are CTE? When and Why To Use CTE in SQL ?
›
What are CTE in SQL ? CTE are Common Table Expressions first introduced in Sql Server 2005. It is basically a result set or result holde...
Table Valued Functions in Sql
›
What are Table Valued Functions in Sql ? There are two types of “User Defined” fucntions in sql server scalar function ( that retur...
Tuesday, 1 November 2016
What are Instead of Triggers
›
Instead of triggers are used to reverse the default action of the query same as the word ‘insted of’ denotes. For example if we are going ...
Saturday, 21 May 2016
Convert Date Format To dd/mm/yy in Sql Server
›
If you Mssql Server is Using Some Other Date Format For Insert Date in Date Column Then Possibly Default Date format is set to US Date For...
Thursday, 20 August 2015
Difference Between Stored Procedure and Functions Sql
›
Stored Procedure and Functions 1. Function Must Return Value For Stored Procedure it's Not Must to return value it's ...
Difference Between Views And StoredProcedure Sql
›
Stored Procedure Vs Views 1. Stored Procedure are collection of pre-executed sql Statements that accepts parameters as input and depen...
1 comment:
›
Home
View web version