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 > july 2006

Simple Math Question
Posted by Phil at 7/26/2006 2:41:01 AM
Hi, Hope someone can help with something so silly and that I feel quite ashamed about asking, I am just doing some simple percentage calcualtions which I have done in sql before without any problems, my query simplified is as follows SELECT 50 /175 * 100 If you do this on a calculator...more >>

NOT IN Statment
Posted by Phil at 7/24/2006 2:38:01 PM
Hi, Wonder if someone can help me I have written a very very basic sql (NOT IN) Statment which was returning results fine but is not longer. The table sructure is as follows Table A Field Name 'INS' Type 'INT' Table B Field Name 'INS' Type 'INT' The statement reads as follows ...more >>

Data in wrong columns after query changed
Posted by JerryWendell at 7/24/2006 6:56:02 AM
I added a field to the middle of an existing query. Another query that referenced the changed query had data in the wrong columns. For example, the original query had TaskID, division, CostID, Amount I changed it to have TaskID, division, company, CostID, Amount When I executed a query...more >>

Date Query
Posted by Samson at 7/20/2006 4:37:01 PM
I need to query between todays date +14. Any suggestions on code. Thanks....more >>

null character
Posted by panda at 7/6/2006 3:53:01 PM
Hi, How do you write a sql statement to update a column to be of <null>? What is the syntax? If have tried "null" and \0 thanks...more >>

A Bug about SQL Query Analysis
Posted by Lorry Astra at 7/2/2006 11:41:02 PM
I found a bug about SQL Query Analysis, if u write a sql statement like this: SELECT Tmptable.col1 table.col2 FROM TEMPDB..[Table] AS Tmptable LEFT JOIN table ON Tmptable.ID=table.ID we should know, this sentence is wrong, 'cos it seems like something wrong between "Tmptable.col...more >>

Calling Two Stored Procedures to create one table
Posted by lucotc at 7/2/2006 7:53:01 PM
Is it possible to execute two stored procedures and create one table based on the data in both of the SPs? If so, can someone explain how? Thanks...more >>



DevelopmentNow Blog