Viewing 15 posts - 37,636 through 37,650 (of 59,072 total)
Julie Breutzmann (7/15/2010)
I work in higher ed and our budget has been cut significantly. To make matters worse a significant portion of our budget is non-discretionary. 🙁
Damn... I'll never understand...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 15, 2010 at 2:05 pm
Eralper (7/15/2010)
Hello dheer,Please thy the following select query
selectname,
MAX(dob), MAX(maths), MAX(science), MAX(chemisty), MAX(physics),
MAX(maths) + MAX(science) + MAX(chemisty) + MAX(physics)
from lessons
group by name
I hope that helps you
The problem with that...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 15, 2010 at 1:59 pm
Paul White NZ (7/15/2010)
Gianluca Sartori (7/15/2010)
...but consider that this solution can lead to very extensive row locks if run inside transactions...
Yes that's one of the things to watch out for,...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 15, 2010 at 1:56 pm
TheSQLGuru (7/15/2010)
Also did we...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 15, 2010 at 1:51 pm
Thanks, Paul.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 15, 2010 at 1:49 pm
jon pill (7/15/2010)
But I can only run the query once
Msg 2714, Level 16, State 6, Line 1
There is already an object named '#TodayRecords' in the database.
I...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 15, 2010 at 1:38 pm
Tom.Thomson (7/15/2010)
Paul White NZ (7/14/2010)
Jeff Moden (7/14/2010)
What "philosophy" are you good folks referring to?
Presumably something around people who won't take the time to 'fix' a problem 'properly'.
As it happens, I...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 15, 2010 at 1:25 pm
Julie Breutzmann (7/14/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
July 15, 2010 at 12:30 am
Eugene Elutin (7/14/2010)
Julie Breutzmann (7/14/2010)
...What would be an efficient way to code this?
...
If you need high-performance heavy string manipulation functions write them as CLR functions in c#. T-SQL UDF will...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 15, 2010 at 12:04 am
Also, since you're new, please study the article at the first link in my signature line below. People will trip over each other to help you if you do...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 14, 2010 at 11:58 pm
Would anyone care to do a translation for the rest of us, please? Thanks.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 14, 2010 at 11:54 pm
dsabjp (7/14/2010)
1. A picture of the product and measurements that will be provided in a CSV...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 14, 2010 at 11:36 pm
I'm on vacation in RI to see my parents. It just so happened that my vacation coincided with the local PASS user group meeting. The meeting was fine...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 14, 2010 at 10:56 pm
Paul White NZ (7/14/2010)
Jeff Moden (7/14/2010)
What "philosophy" are you good folks referring to?
Presumably something around people who won't take the time to 'fix' a problem 'properly'.
As it happens, I think...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 14, 2010 at 10:49 pm
Paul White NZ (7/14/2010)
The code can be simplified:
-- Sequence table, holds next PK per table
CREATE TABLE...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 14, 2010 at 10:46 pm
Viewing 15 posts - 37,636 through 37,650 (of 59,072 total)