Viewing 15 posts - 856 through 870 (of 879 total)
There was no offence intended I just got frustrated with following a line of conversation to have it interrupted with something as equally interesting and then losing the thread of...
October 17, 2015 at 1:31 pm
I like the use of CTE but could you not get the same result by simply using:
select min(hierarchyid) hierarchyid, hierarchyval from #test
group by hierarchyval
Just seems a tad easier?
October 16, 2015 at 10:46 pm
Why not create the detailed report as a sub report? That way when an entry is "clicked" it will open the sub report without scrolling, surely far more practical?
October 16, 2015 at 2:21 pm
I had a number of reports that many could not access or see (lack of forward planning on groups - make sure you plan well ahead - due to sensitive...
October 16, 2015 at 2:09 pm
Ok, I think I now have the general idea, I got the possible answers WRONG :blush:
What it should have read, as far as I can tell from comments is;
Up...
October 15, 2015 at 11:03 pm
OK OK, I think I got it, it was my first question and it was badly worded, many apologies for that.
I made the mistake of changing the SQL statement to...
October 15, 2015 at 5:32 am
Actually looking for something else but stumbled across the link by accident, thought it was a great lecture on Indexes and query plans, no where near as dry as the...
October 14, 2015 at 7:02 am
Thank you great question which proved that I wasn't listening at some point 😉
October 13, 2015 at 11:34 pm
Nice question indeed, never stored txt files but had a good inkling.
What I don't understand is why it is not possible to define all file extensions that you want recognised...
October 13, 2015 at 12:15 pm
I have been a member of SSC for a great number of years although admittedly only active in recent months and was frankly appalled at the amount of spam that...
October 12, 2015 at 11:24 pm
Would have to agree with HappyCat59 with regard to directly trying to do this, however you may wish to check out the following:
http://sqlsrvintegrationsrv.codeplex.com/releases/view/17652.
Which links from:
https://msdn.microsoft.com/en-us/library/hh368261.aspx
Hope...
October 11, 2015 at 11:51 pm
Fell right into the trap and learnt something in the process - after considering the correct response!!! Many thanks for this one 😉
October 8, 2015 at 12:13 am
sipas (10/7/2015)
Therefore the given answer to the question would...
October 7, 2015 at 10:07 am
Viewing 15 posts - 856 through 870 (of 879 total)