Archived Months
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > sql server mseq > january 2007

Inner join
Posted by ERS Developer at 1/29/2007 3:48:00 PM
Hi, I have a sql statement that joins to 4 tables with inner join and at the last I have where clause. When I execute the statements it runs the inner join and then applies the where clause on the results. Is this normal? / s...more >>


Date formatting - Really newbie question
Posted by Chuck G. at 1/29/2007 6:51:00 AM
I have a unbelievably stupid problem that I can't figure out. My table is imported from access and contains a column with data type datetime. I want to be able to sum the data (which is a door counter for our store) to show me all of the traffic for the day, then display the date as 1/1/200...more >>

The multi-part identifier could not be bound
Posted by dtatham at 1/25/2007 7:42:07 AM
I have the following query that runs fine in SQL 2000 but get errors in 2005. insert into dss_afe_actual_estimate_fact SELECT dbo.dss_gl_detail_fact.account_key, dbo.dss_gl_detail_fact.reference_key, SUM(ISNULL(dbo.dss_gl_detail_fact.balance, 0)) AS afe_actual_amt, ...more >>

Group by Not in the Group
Posted by Phil at 1/25/2007 6:11:02 AM
Hi, I am trying to work out a way of finding out if certain values do not appear in the group by e.g. ID Ref 1 1 1 2 2 3 2 2 3 1 3 1 I would only want to return ID 1 and 3 as these are the only ID's that dont have a Ref of 3, if that makes any sens...more >>

Query - All from one Table and 'TOP' from another
Posted by Jonathan at 1/6/2007 1:41:00 PM
Hi - Have query structure language question Hi have two tables, Table A has a picklist for a field of limited options - say two, X, Y or Z Table B 'looks up' to those values, so new entrys, must be either X, Y or Z, but other data is entered, such as a date. So over time there will be many...more >>



DevelopmentNow Blog