Profiler

Technical Article

RE: Aggregate functions - First, Last, Max, Min etc

  • Reply

quote: In Access, the First and Last functions allow you to retrieve the first or last value (field) within a Group... That is percisely what MIN and MAX do. Example: SELECT OrderGroup, MIN(ReceivedOn) AS EarliestReceived, MAX(ReceivedOn) AS LatestReceived FROM OrderTable GROUP BY OrderGroup

You rated this post out of 5. Change rating

2003-05-29

Technical Article

RE: Variable where clause

  • Reply

Thank you! That was excactly what I wanted to know 🙂 But then I have another issue of discussion. I thought they could be related but maybe not. Our company upgraded both our software from SS 7.0 to SS 2000 and our hardware to a new cluster configuration. We have alot of similar aggregation SPs' […]

You rated this post out of 5. Change rating

2003-05-27

Technical Article

RE: Row updated?

  • Reply

Hi John, quote: problem of 'updates'. I want to somehow know when a row has been updated. I've been reading about triggers, timestamp (rowversion), programmactically set a flag, etc and at this point I would appreciate some guidance. I'm not sure in which direction the guidance should go. If you want to know how to […]

2003-05-26

Technical Article

RE: Need a good Internet Mail Server

  • Reply

Another thought just hit me. If you're just looking for SMTP (not sure why you need POP), you can install SMTP from IIS and have it with the smart host pointed at the Exchange Server you guys are using to handle Internet mail. Of course, you still have to do with the securing issue. K. […]

2003-05-15

Technical Article

RE: Failover Clustering

  • Reply

Hehehe, I'm not a big fan of partitioned views, either. You also have to consider that for it to work efficiently you have to be able to segment your data somewhat uniformly and that's not always possible. However, it's out there as a possibility. K. Brian Kelley http://www.truthsolutions.com/ Author: Start to Finish Guide to SQL […]

2003-05-09

Blogs

Deleting Old Local Git Branches–#SQLNewBlogger

By

I had a lot of local branches for a repo (actually a few repos)....

Use Your Voice

By

If you want more of a career and less of a job, one thing...

Real-World SQL Mastery: Your Hands-On, Mess-Free Sandbox

By

Are you ready to take your SQL skills from theoretical to tactical? If you've...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers