Viewing 15 posts - 16 through 30 (of 36 total)
November 14, 2017 at 10:21 am
March 31, 2017 at 7:02 am
March 29, 2017 at 12:19 pm
March 29, 2017 at 12:04 pm
March 28, 2017 at 4:43 pm
DesNorton (10/24/2016)
...
I should have been more clear. You pass NULL, NULL as your text filters, and pass in the start-date as a filter. This eliminates the necessity to...
October 24, 2016 at 1:44 pm
DesNorton (3/6/2016)
See this post ... http://www.mssqltips.com/sqlservertip/1476/reading-the-sql-server-log-files-using-tsql/%5B/quote%5D
While generally a good idea, that would defeat the point of this script. When...
October 24, 2016 at 1:03 pm
The title and much of this commentary is very misleading, in that this has nothing to do with small numbers, and is not limited to .5 <= x < 1....
September 9, 2016 at 1:04 pm
Rich Mechaber (1/28/2016)
January 28, 2016 at 2:05 pm
For anybody having trouble following the joins, just focus on the Authors in the individual joins.
First #A has 4 authors: ('Job', 'Job', 'Jim', NULL)
The subquery takes this...
June 15, 2015 at 12:29 pm
Good question, but I agree the explanation is a little fuzzy.
Just to reiterate:
Although it's never said, the question kindof implies that the transaction behaves differently in...
January 20, 2015 at 10:41 am
For those looking for more of an explanation:
While poorly framed, it appears the intent of the question is to determine which queries will perform a SEEK versus a...
November 21, 2014 at 9:36 am
raulggonzalez (10/29/2014)
[text()] is a misleading alias in this case... Note that is wrapped with [square brackets]
just run
SELECT
DepartmentName + ';' AS...
October 29, 2014 at 10:21 am
begulley (8/25/2014)
where FixSubject like '%[' + Char(1) + '-' + Char(11) + ']%'
Does this find...
August 25, 2014 at 1:56 pm
Thanks for the article! One clarification:
Also notice that “Ça va” is missing. If the column is case sensitive, should that not have been captured? Again this...
August 19, 2014 at 11:17 am
Viewing 15 posts - 16 through 30 (of 36 total)