|
|
-
Yogesh Kamble Learned 12 Months ago through Just Learned
All of us like Keyboard Shortcuts and use it frequently but memorizing them might be painful and we get to remember them after we use it over a period of time. I just found a very easy way to learn and remember the Keyboard Shortcuts in SQL Server Ma...
|
-
Yogesh Kamble Liked 12 Months ago through Just Learned
All of us like Keyboard Shortcuts and use it frequently but memorizing them might be painful and we get to remember them after we use it over a period of time. I just found a very easy way to learn and remember the Keyboard Shortcuts in SQL Server Ma...
|
-
Yogesh Kamble Learned 12 Months ago through Just Learned
All of us like Keyboard Shortcuts and use it frequently but memorizing them might be painful and we get to remember them after we use it over a period of time. I just found a very easy way to learn and remember the Keyboard Shortcuts in SQL Server Ma...
|
-
Yogesh Kamble Liked 12 Months ago through Just Learned
All of us like Keyboard Shortcuts and use it frequently but memorizing them might be painful and we get to remember them after we use it over a period of time. I just found a very easy way to learn and remember the Keyboard Shortcuts in SQL Server Ma...
|
-
Yogesh Kamble learned 1 Years ago through Blogs
You can use Ordinal position in the ORDER BY Clause for sorting the resultset. The ordinal position refers the column position in the SELECT statement. Consider the following select statement
select * from
(
select 17 as a,2 as b
union all
select...
|
-
Yogesh Kamble Liked 1 Years ago through Blogs
You can use Ordinal position in the ORDER BY Clause for sorting the resultset. The ordinal position refers the column position in the SELECT statement. Consider the following select statement
select * from
(
select 17 as a,2 as b
union all
select...
|
-
Yogesh Kamble Liked 1 Years ago through Pages
We wish to use these pages for publishing various documents, announcements, FAQ etc related to beyondrelational.com...
|
-
commonly asked C# interview questions and answers...
|
-
Yogesh Kamble Posted 1 Years ago through Just Learned
In SQL server 2008 and above, select an opening bracket and press CTRL + SHIFT + ] and the SSMS Query window will highlight all the code between the selected opening bracket and the ending bracket. ...
|
-
Yogesh Kamble Learned 1 Years ago through Just Learned
I have been working on creating my demo scripts for "Tech-ED India 2012" and while trying different options, realized that the FORMAT function can be (mis)used to embed external strings into the format specification.
PRINT FORMAT( GETDATE(), ...
|