Viewing 15 posts - 331 through 345 (of 812 total)
Thanks for the Article.
I voted it with 5 stars.
But there's only a hole:
Your query doesn't consider the order on columns.
Example:
create index idx_MyTab on MyTab(col1,col2)
and
create index idx_MyTab_1 on MyTab(col1 DESC,col2)
So, in...
June 16, 2014 at 2:49 am
Thanks!
declare @t varchar(10) = 'FALSE'
,@b bit
SET @b-2 = CAST(@t as bit)
select @b-2
WHERE @b-2 = 'FALSE'
June 5, 2014 at 1:08 am
This feature will be removed in a future version of Microsoft SQL Server.
http://msdn.microsoft.com/en-us/library/ms174378%28v=sql.110%29.aspx
June 3, 2014 at 1:22 am
Raghavendra Mudugal (5/30/2014)
Agreed F6 and SHIFT+F6 - both works. But they are not the same.
F6 in SSMS is "move to the next pane"...
May 30, 2014 at 2:39 am
Also SHIFT+F6. These hot keys are windows standard.
May 30, 2014 at 12:57 am
TomThomson (5/8/2014)
naas2005 (5/8/2014)
May 8, 2014 at 7:17 am
stephen.long 56048 (5/5/2014)
http://msdn.microsoft.com/en-us/library/ms187752.aspx (Data Types (Transact-SQL))
The definition of bit, shown here, calls it "An integer data...
May 6, 2014 at 1:04 am
In SSMS 2008 r2, results could be copied only in grid mode or if the amount of the text is less than 2MB. If text is more than 2MB you...
April 18, 2014 at 2:18 am
When results come out in text, you can search for a string (ctrl+f), instead, in grid mode you can not search in the results.
April 18, 2014 at 1:00 am
Ford Fairlane (4/10/2014)
Interesting QotD - Learned something here.
Good!
April 11, 2014 at 12:58 am
kupy (4/7/2014)
Carlo Romagnano (4/7/2014)
happycat59 (4/7/2014)
April 7, 2014 at 2:55 am
happycat59 (4/7/2014)
April 7, 2014 at 1:19 am
free_mascot (4/2/2014)
Carlo Romagnano (4/2/2014)
In sqlserver 2008 r2 the update doesn't return any resultset and no error message.(2 row(s) affected)
(2 row(s) affected)
What I'm missing?
I have executed in SQL 2012 and got...
April 2, 2014 at 3:34 am
I do not like question too long. I have just few minute to answer.
A lot of useless words and none of the main one.
April 2, 2014 at 1:31 am
Viewing 15 posts - 331 through 345 (of 812 total)