Currently we have the following where clause for the database connection which works well:
Need to add additional parameter which is transactiondate]= CONVERT (date, GETDATE()) . Tried the following but no results returned:
pPartDate]= CONVERT (date, GETDATE()) AND Dtransactiondate]= CONVERT (date, GETDATE()).
Ran in SQL and for sure there are data based on the above where statement. Please let me know what did i do wrong. Thanks.