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 > march 2007

HELP: problem updating table from table in same server
Posted by John Steen at 3/27/2007 7:03:20 PM
I'm trying to update a table in one database with data from a table in another database on the same server, but I'm having trouble with my naming convention. Here's the script: update DB1.dbo.table1 set col1 = Db2.dbo.table1.col1 from DB1.dbo.table1 inner join DB2.dbo.table1 ...more >>


Problem with select every TOP 1 records from different group in a
Posted by adam at 3/15/2007 12:35:38 PM
Hi Expert, I came across a situation where the query result returns all non-NULL records even I use TOP 1 statement. Here is the SQL statement: SELECT CONTRACT_NUMBER, STEP, STATUS_END_DATE, CIS_PK FROM dbo.[VIEW1] T1 WHERE (CONTRACT_NUMBER = 'S07-123A' OR CONT...more >>

Conditional query criteria in Access 2003 with SQL Server BE
Posted by Steve Happ at 3/10/2007 7:26:03 AM
Hello: I just upsized an Access 2003 application to a SQL Server 2000 back end. There is a query that worked fine before the upsize, but does not work now. The purpose of the query is to give me a list of employees that are scheduled to work today. The employee master row has 7 checkboxe...more >>

"Order by" clause
Posted by chas2006 at 3/2/2007 3:16:50 PM
I run the script below in sql2005 and am receiving the error msg 209. Do I need a prefix to order by either STATE, TAXAMNT, or SUBTOTAL because I want them displyed in front. Thank you. Charlie select STATE, TAXAMNT, SUBTOTAL, * from sop30200 where state in('NJ','NY','WA','CO','CA...more >>



DevelopmentNow Blog