Viewing 15 posts - 49,231 through 49,245 (of 59,065 total)
GilaMonster (7/11/2008)
Jeff Moden (7/11/2008)
July 11, 2008 at 3:24 pm
Heh... they already have one! It's called the DATETIME datatype! What they really need is just a simpler way of formatting and they need to allow for the...
July 11, 2008 at 11:05 am
If you're talking about RBAR update/select pairs, that's just a bad programming practice... between the proprietary UPDATE SET @variable = columnname = expression and the OUTPUT clause available in 2005,...
July 11, 2008 at 10:34 am
That's all well and good... I guess people who are unaware could use the help of the Date and Time datatypes. What I'm waiting for is the people who...
July 11, 2008 at 10:30 am
Of course your CLR function is going to beat the T-SQL function... you used RBAR on steriods... you need to test against a correctly written T-SQL function for this to...
July 11, 2008 at 9:43 am
David Griffiths (7/11/2008)
BTW this happens even though the SELECT is the only statement in transaction.
Why on Earth would you put a single SELECT in an explicit transaction???
July 11, 2008 at 9:36 am
GSquared (7/11/2008)
July 11, 2008 at 9:32 am
GilaMonster (7/11/2008)
Movie schedules. Movie X shows every day this week at 17:00, 20:30 and 23:00
A store list with their...
July 11, 2008 at 9:31 am
There is a method for this in Books Online called "expanding hierarchies"... it has about the same amout of RBAR as a recursive subquery (recursive subqueries are not set based...
July 11, 2008 at 9:24 am
First, let me suggest a minor correction to your code... First, try this... (your original code with a twist on the data)...
[font="Courier New"]DECLARE @OutString NVARCHAR(MAX)
SELECT @OutString = ISNULL(@OutString, '') +...
July 11, 2008 at 8:46 am
GilaMonster (7/11/2008)
I can see times when only a date is needed, or only a time...
It's probably because I've not had enough coffee this morning, yet... :hehe: can you tell me...
July 11, 2008 at 6:48 am
Leo Mepham (7/10/2008)
July 11, 2008 at 6:38 am
Sorry... I just couldn't imagine why anyone would want a dynamic solution for this... now I see one (pass multiple different CSR parameter lists back to a GUI). Still,...
July 11, 2008 at 6:35 am
GSquared (7/10/2008)
July 10, 2008 at 8:32 pm
Viewing 15 posts - 49,231 through 49,245 (of 59,065 total)