Viewing 15 posts - 1,786 through 1,800 (of 6,486 total)
Lowell (8/13/2009)
you also want to use the DATEDIFF function to return minutes():
ie:
SELECT...
August 13, 2009 at 10:40 am
GilaMonster (8/13/2009)
dal hit (8/13/2009)
What knowledge / key points the interviewer is looking in the candidate in relation to above skills ?
In my experience, statements like that mean they want someone...
August 13, 2009 at 9:39 am
looks like it should be:
Value;"\"C:\MyFileName.csv\""
August 13, 2009 at 9:34 am
You could use it for answering things like:
- give me the top 5 invoices for each client order by descending invoice amount
- every 10th invoice...
August 13, 2009 at 9:24 am
Are there any open transactions? Something holding some rows "open"? This should be trying to put some find of table lock down on the table, so something preventing...
August 12, 2009 at 3:20 pm
RBarryYoung (8/12/2009)
August 12, 2009 at 2:45 pm
I'd have to agree: unless you plan on radically changing the nature of the community, it would be difficult to introduce a panel of reviewers. I think the extra...
August 11, 2009 at 2:39 pm
Did I miss the part which explains what doesn't work? Sorry if I'm being dense- I just don't get a good understanding of what is not happening. Syntax...
August 11, 2009 at 1:23 pm
Lynn Pettis (8/10/2009)
August 10, 2009 at 1:35 pm
doh... there I go picking up the wrong part of the quote. I was actually commenting on the "be afraid of the index scan" part of the conversation.
(I agree...
August 10, 2009 at 11:51 am
I'm just curious - you're calling that a "weighted average", but your calculation isn't anywhere near what is mathematically called a weighted average (or a running average, or really any...
August 10, 2009 at 11:46 am
That's a very different scenario than what Paul is talking about. You're looking at returning an indexed table variable, and he's talking about indexing a computed column (built from...
August 10, 2009 at 11:13 am
GSquared (8/7/2009)
I agree with you on that. I just stated that Convert and Cast don't have performance advantages one vs the other.
I know you know. I just hadn't...
August 7, 2009 at 12:24 pm
UB (8/7/2009)
I agree with the INSTEAD OF TRIGGERS, that's what I am gonna write my triggers in. Not all, but only some TRIGGER that do more than just auditing.
From what...
August 7, 2009 at 12:01 pm
GSquared (8/7/2009)
saivko (8/7/2009)
Thanks! Works beautiful.Any advantages/disadvantages of using 'convert' vs. 'cast' ?
Maybe convert is slower but safer?
No performance advantage.
Why not store the value as a number, and do the casting...
August 7, 2009 at 11:56 am
Viewing 15 posts - 1,786 through 1,800 (of 6,486 total)