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

Speed Up QueryTime
Posted by Nishant Giri at 6/25/2006 10:27:01 PM
Hi i am using sql 2000 . i am searching all the records into the database, for this i have used the 'Like %' in my query ..For Example Select * from table1 WHERE Col1 Like '%' But the response time of this query is very high . How can i reducde the responsetime of the query , Is there any w...more >>


date format
Posted by Tiffany at 6/20/2006 10:28:01 PM
Hi, I received a csv file which has a date column. The date format in this column is 6-Mar (6 stands for 2006 which means Mar 2006). I will import this data to an sql table and i want to date to look like 3/1/2006. Is it possible. Kindly advise. Thank you...more >>

Need help in Query -
Posted by Me at 6/19/2006 3:35:03 PM
I have two tables each with concatenated key - ContractNo, SerialNo, JobNo, PNo I would like to find out missing records in the other table, something like select ContractNo, SerialNo, JobNo, PNo from table a where not exists ( ContractNo, SerialNo, JobNo, PNo from table b) when I do the...more >>

distinct with all the columns
Posted by Philippe at 6/16/2006 3:55:02 AM
Hi, I've got something, but I can't get all of my columns shown. I've got a table with a few columns and in one columns there are records with duplicate values, so I use a distinct to get all the duplicates out of the result set, but this only works for 1 column, I also want to show the oth...more >>

Date Query
Posted by pjscott at 6/5/2006 7:25:02 PM
I'm using sql 2000 and Access 2003. I trying to query on a date field. I need to display any records from the current date and greater then. What criteria do I use to display these records? Thanks, Paul Scott...more >>



DevelopmentNow Blog