|
|
-
Paresh Prajapati liked 1 Years ago through Pages | 1 Point
PERCENTILE_CONT() : Computed by linear interpolation between values after ordering them. Like in example for the four values of group, it will be calculated as per following formula,...
|
-
Paresh Prajapati Posted 1 Years ago through Pages | 10 Points
LEAD() and LAG() are interesting functions introduced in SQL Server 2011 CTP3, which will be used to get previous and subsequent rows values,
LEAD() : Used to access data from a subsequent row in the same result set without the use of a self-join.
LAG(...
|
-
Paresh Prajapati liked 1 Years ago through Pages | 1 Point
LEAD() and LAG() are interesting functions introduced in SQL Server 2011 CTP3, which will be used to get previous and subsequent rows values,
LEAD() : Used to access data from a subsequent row in the same result set without the use of a self-join.
L...
|
-
Paresh Prajapati Posted 1 Years ago through Pages | 10 Points
I am going to demonstrate something new about analytical functions comming in SQL Server Denali CTP3 version. So let look on those functions and elaborate in details. Following are the summary of those new functions, ...
|
-
Paresh Prajapati liked 1 Years ago through Pages | 1 Point
I am going to demonstrate something new about analytical functions comming in SQL Server Denali CTP3 version. So let look on those functions and elaborate in details. Following are the summary of those new functions, ...
|
-
Paresh Prajapati Posted 1 Years ago through Pages | 10 Points
While you performing fetch operation using remote objects with linked server when it having XML column, it raise above such error "Xml data type is not supported in distributed queries"...
|
-
Paresh Prajapati liked 1 Years ago through Pages | 1 Point
While you performing fetch operation using remote objects with linked server when it having XML column, it raise above such error "Xml data type is not supported in distributed queries"...
|
-
Paresh Prajapati Posted 1 Years ago through Pages | 10 Points
Sometime we need to create Default values for columns after creating a tables, so as per need I am sharing a script to add Default to existing column on table....
|
-
Paresh Prajapati liked 1 Years ago through Pages | 1 Point
Sometime we need to create Default values for columns after creating a tables, so as per need I am sharing a script to add Default to existing column on table....
|
-
Paresh Prajapati Posted 1 Years ago through Pages | 10 Points
We are mostly creating primary key on column while creating tables, But sometime we also need to have it after creating table or on existing table as per need, So i am sharing the script to add primary key on table....
|