Viewing 15 posts - 1 through 15 (of 18 total)
Thanks for the time take to respond. I am really not looking for particular conventions but rather to solidify a list of points that should be address as an organization...
December 7, 2012 at 9:43 am
arthurolcot (9/10/2012)
ok, without seeing more of the actual xml it is hard for me to comment on that.
Fair enough.
However, have you seen this thread:
http://www.sqlservercentral.com/Forums/Topic1311855-21-1.aspx#bm1312389
I did review that thread before posting...
September 10, 2012 at 9:15 am
arthurolcot (9/7/2012)
I would use an XQuery for expression in your scenario.
I love the solution for the simple example. Sadly the XML I've actually got is, i think, far to...
September 10, 2012 at 8:52 am
That works.
I created a new user and used sp_msforeachtable to deny on all table and then granted update to the couple tables that need it.
Thanks.
I did try making the...
July 6, 2012 at 11:27 am
Smarties (7/4/2012)
July 4, 2012 at 8:38 pm
Smarties (7/4/2012)
July 4, 2012 at 6:19 pm
SQL Kiwi (11/13/2011)
On the face of it, this behaviour seems like an unsafe optimizer rewrite (i.e. a bug) because optimizer transformations should not affect the semantic. If you'd...
November 13, 2011 at 1:58 pm
SQL Kiwi (11/13/2011)
Karl Kieninger (11/12/2011)
November 13, 2011 at 12:17 pm
Bugs are usually super edge cases with a lot a special requirement to hit the bug. I don't have time to waste 5 hours on thin air for you...
November 13, 2011 at 8:55 am
Ninja's_RGR'us (11/12/2011)
This might be a bug, I'll have to spend some time on it tomorrow.What's that code supposed to do anyways? The query looks weird to me.
I do appreciate...
November 12, 2011 at 10:23 pm
Ninja's_RGR'us (11/12/2011)
Can you post the view definition?
Again the real code, not the sanitized version in the OP.
CREATE VIEW TestHistoryRankedByTestAndStatus_Rank1 AS
SELECT h.idTest
,h.idTestStatus...
November 12, 2011 at 7:10 pm
Attaching. No longer using the *, but just including StatusRank or not.
November 12, 2011 at 1:16 pm
Please post the actual execution plan for both versions.
I changed the names and shortened a bit to post. The execution plans reflect my actual data. Would it have been better...
November 12, 2011 at 9:27 am
Dev (11/12/2011)
SELECT a.idTest
,a.*
FROM vwMostRecentInstanceOfEachStatusPerTest a
INNER JOIN...
November 12, 2011 at 7:19 am
MS just told me, basically, that the only 2008 R2 edition that will run on SBS2008 is Express.
August 2, 2010 at 10:21 am
Viewing 15 posts - 1 through 15 (of 18 total)