Viewing 15 posts - 121 through 135 (of 622 total)
Gary Varga (9/26/2016) ... he believed that the contractor wouldn't provide any form of hand over if he was leaving as he refused to document what he was doing when...
September 27, 2016 at 3:40 am
mike.jones 60369 (9/23/2016)
I have two tables A and B below and I wish...
September 23, 2016 at 4:21 am
neophilius (9/21/2016)
September 21, 2016 at 5:50 am
You don't need IIS for native only, but you do with SharePoint configured for SSRS as Shareportint requires it.
What error messages are you seeing?
logs can be found at
%ProgramFiles%\Microsoft SQL...
September 20, 2016 at 4:55 am
Not technically an answer, but this article from one of the regular posters here covers the thinking behind the question you're asking well
http://sqlinthewild.co.za/index.php/2016/09/13/what-is-a-sargable-predicate/
there are also other related articles to help...
September 16, 2016 at 9:21 am
You're actually quite close, you just need to put your query into a derived table and filter on the ranked column
SELECT
VisitID, InstanceID, ValueInfo
FROM
(
SELECT
VisitID, InstanceID, ValueInfo,
Row_Number() OVER(PARTITION BY VisitID ORDER...
September 16, 2016 at 8:02 am
GilaMonster (9/7/2016)
September 7, 2016 at 8:04 am
^^^ Exactly This!
If you have scores of servers and hundreds of systems, manually repointing them all in the event of a datacentre, or even host - loss, for a number...
September 7, 2016 at 4:21 am
SQLAssAS (9/6/2016)
All...
September 6, 2016 at 7:49 am
Hi, yes, see exactly what you're saying. Most of the time (although not always by any means) the box is actually pretty quiet - CPU low and our WhoIsActive...
August 30, 2016 at 9:00 am
Hi Gail,
both the same - here's an example, immediately before and after PLE being squashed
RunTimeCounter_Name ...
August 30, 2016 at 7:59 am
I don't know Gail - I'll add that to the PLE collection and get back.
thanks
August 26, 2016 at 8:43 am
Thanks for that. It was actually set to the correct locale, so instead I decided to stop being a f***wit and used the correct (datetime) datatype.
<sigh>
Thanks for your help
August 24, 2016 at 2:50 am
Very briefly:
Full -
allows you to restore to a point in time - say 4 seconds past 5 this afternoon when someone accidentally truncated the...
August 17, 2016 at 10:37 am
Viewing 15 posts - 121 through 135 (of 622 total)