Kanagavel A
Member
- Member since
- Dec 16, 2013
- Last active
- Jan 9, 2014
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
Can anyone explain how this racursive CTE works?
with factorial(n,fact)as ( select 2,cast(2 asfloat) union all select n+1,(n+1)*fact from factorial where n<50 ) select n,fact from factorial
-
#Threads
2a7cadbf-53ea-47d9-a5ab-9275dff20a4f
No resolution will last more than a week...Because if we wanted to do that or starting something new we could have done...
-
#Threads
SQL SERVER Execution !!!
Could anyone tel me how can we execute a query step by step in sql server 2012 ?? ( Like we do...
-
#Threads
Difference Between sql server 2005,2008,2012
What are all the meticulous difference between sql server 2005,2008,2012 ??
-
#Threads
4c7569c7-d658-4de8-a5c7-1a29200976df
As you said UPPER() , LOWER() and PROPER() functions can be used...But we need to enter thses informations in another cell (connecting...
-
#Threads
Change case in excel only in randomly selected cells
Would it possible to select some cells in the excel randomly(not in the same column or same row) and Do case change(upper...