If I issue the following statement in transact sql (via a qry in mssql 2005):
select getdate()
what I get is :2007-04-11 15:48:53.557
The same statement in query generator gives me: 04/11/07
Why the difference and how do I get the current time (from query generator - not vb code)?
Thanks!!