A report using the remedy odbc driver takes a long time to run. I was able to get 5,000 records in 20 minutes. If I use the oracle ODBC driver, it takes approximately 3-4 minutes. BUT I can't use the oracle ODBC driver because the datetimestamp in the diary fields are displayed in julien date format ex: 7898313928; thus I must use the remedy odbc driver to be able to display the date properly. Could it be my select statement...? any suggestions on how I could re-order the select statement to improve the speed? or any other ideas?
My select statement:
({SRMIS---SRMIS/RG.Create-Date-(Core)} >= datetime(2001,10,01,00,00,00) and {SRMIS---SRMIS/RG.Create-Date-(Core)}
< datetime(2001,11,01,00,00,00))
and
{SRMIS---SRMIS/RG.Submission-Method-(Inc)} = "Phone" and
{SRMIS---SRMIS/RG.PoP-Location-(Inc)} = "SD Moncton" and
{SRMIS---SRMIS/RG.Status-(Inc)} in ["Resolved", "Closed"]
My select statement:
({SRMIS---SRMIS/RG.Create-Date-(Core)} >= datetime(2001,10,01,00,00,00) and {SRMIS---SRMIS/RG.Create-Date-(Core)}
< datetime(2001,11,01,00,00,00))
and
{SRMIS---SRMIS/RG.Submission-Method-(Inc)} = "Phone" and
{SRMIS---SRMIS/RG.PoP-Location-(Inc)} = "SD Moncton" and
{SRMIS---SRMIS/RG.Status-(Inc)} in ["Resolved", "Closed"]