I DTS data from sybase ASE to SQL server2000.
When I check the row size on the two tables using sp_spaceused I get diffenent results than using select count(*). I disconnect from the SQL server to make sure I refresh.
Sybase contains the correct row count, the SQL row count is always lower with...
I have a simple select statement (see below). All i want is to pass the current date as an argument in my where clause.
below does not work. Any ideas?
select date_index
from history_master
where date_index = (select getdate())
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.