Viewing 15 posts - 241 through 255 (of 3,957 total)
Jeff Moden (11/15/2012)
March 19, 2015 at 12:09 am
Brandie Tarvin (3/18/2015)
GilaMonster (3/18/2015)
Jack Corbett (3/18/2015)
Steve Jones - SSC Editor (3/18/2015)
For your discussion: https://medium.com/@sailorhg/coding-like-a-girl-595b90791cce
That was an interesting read. I can't disagree with any of it, but I...
March 18, 2015 at 6:18 pm
chinn (3/18/2015)
Hello Dwain,I would need machines that doesn't have all these three groups also.
This is an Ad-hoc query that runs rarely once in quarter or so..
Thanks In Advance!
In order to...
March 18, 2015 at 5:51 pm
Robert-378556 (3/18/2015)
However, the example is...
March 18, 2015 at 5:40 pm
N_Muller (3/17/2015)
March 17, 2015 at 5:55 pm
alen teplitsky (3/17/2015)
March 17, 2015 at 5:52 pm
brett 41274 (3/17/2015)
• Normally if you execute a standalone (“atomic”) INSERT, UPDATE, DELETE or MERGE statement you don’t really need to...
March 17, 2015 at 5:49 pm
PHYData DBA (3/17/2015)
March 17, 2015 at 5:45 pm
CELKO (11/14/2014)
March 16, 2015 at 10:05 pm
Is it possible that we are overlooking the possibility here that there's a FOREIGN KEY constraint relationship between table A and B.BCol1?
March 16, 2015 at 9:57 pm
Do you really want those fractional amounts to not add back to the totals?
That can be fixed you know.
March 16, 2015 at 6:16 pm
There are various ways to do this. The concept is similar to Creating a Date Range from Multiple Rows Based on a Single Date [/url] except you want to...
March 16, 2015 at 6:08 pm
Use CONSTRAINTs to prevent overlaps and gaps in the first place:
Self-maintaining, Contiguous Effective Dates in Temporal Tables[/url]
March 16, 2015 at 5:48 pm
This is more what I had in mind.
SELECT CancellationDate=SUBSTRING(s, CHARINDEX('Cancellation Date', s)+20, 12)
FROM
(
SELECT s=b.TextOfActivityDescription.value('@value[1]', 'VARCHAR(8000)')
FROM DC_Bil_ActivityLog a
CROSS APPLY...
March 16, 2015 at 5:40 pm
maruthasalam (3/13/2015)
Msg 512, Level 16, State 1, Line 6
Subquery returned more than 1 value. This is not permitted when the subquery follows...
March 15, 2015 at 5:35 pm
Viewing 15 posts - 241 through 255 (of 3,957 total)