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