Viewing 15 posts - 1,291 through 1,305 (of 3,348 total)
Thanks, all, for the kind words!
And while I realize that this may be perceived as a trick question, that was not my intention - I submitted this question to point...
August 27, 2015 at 2:30 pm
Grant Fritchey (8/26/2015)
Ed Wagner (8/26/2015)
Hugo Kornelis (8/26/2015)
GilaMonster (8/26/2015)
Gazareth (8/26/2015)
But probably the most common: DELCARE left left left backspace left C 😛
In that case, mine would be SEELCT left left backspace...
August 26, 2015 at 8:45 am
GilaMonster (8/26/2015)
Gazareth (8/26/2015)
But probably the most common: DELCARE left left left backspace left C 😛In that case, mine would be SEELCT left left backspace left L :hehe:
Interesting. My "favorite" typo...
August 26, 2015 at 7:54 am
Here are the ones I think I use the most:
1:
BEGIN TRAN;
go
go
ROLLBACK TRAN;
go
(after that, I type something in between the two "go" lines. But I always start with this and then...
August 22, 2015 at 3:57 am
Good question. I don't think many people are aware of this alternative method to change schedules. (And it can be handy to know it exists in edge cases where you...
August 20, 2015 at 1:12 am
I am happy to see questions about columnstore indexes, because I really love this feature. (I love everything that makes SQL Server go faster, actually).
But I am not happy to...
August 19, 2015 at 3:53 am
I almost got this wrong, because upon first reading of the question I thought this was about an execution plan operator.
Luckily, I remembered that the operator that the description would...
August 19, 2015 at 3:21 am
Sean Lange (8/12/2015)
wedneyyuri (8/12/2015)
So, what's the correct way to do the conversion?
DECLARE @real REAL= 43.39061;
SELECT @real
SELECT CONVERT(FLOAT, @real)
SELECT CAST(@REAL AS...
August 13, 2015 at 4:44 am
Mighty (8/11/2015)
Toreador (8/11/2015)
"however, you have to append in increments with each increment less than or equal to 4000"Not true.
+1
Not sure where that assumption is coming from. Seems incorrect to me...
August 13, 2015 at 4:37 am
julienchappel 38298 (7/22/2015)
July 23, 2015 at 12:58 am
Carlo Romagnano (7/17/2015)
Hugo Kornelis (7/16/2015)
Koen Verbeeck (7/15/2015)
Meh, who cares about mirroringPerhaps, everyone who does not have the budget for Enterprise Edition?
If you are running an edition of SQL Server...
July 17, 2015 at 2:29 pm
Koen Verbeeck (7/16/2015)
Richard Warr (7/16/2015)
Koen Verbeeck (7/16/2015)
Hmmm, people have actually selected "drop the database". :w00t:That would certainly achieve the stated goal.
Plus some other ones.......
If the goal is to leave the...
July 16, 2015 at 3:48 am
Koen Verbeeck (7/15/2015)
Meh, who cares about mirroring
Perhaps, everyone who does not have the budget for Enterprise Edition?
July 16, 2015 at 3:30 am
Rusxs (7/15/2015)
The original question was using each number just once, so 1/3 + 2/3 = 1, though correct, is not applicable here as it won't happen.
1/3 + 4/6
July 15, 2015 at 12:55 pm
Viewing 15 posts - 1,291 through 1,305 (of 3,348 total)