Good Afternoon Sir,
I have date in sql server 2008 database table.
and now I want to compare current date with database table date.
So how can i compare these two dates?
Thanks.
check like
select * from UserTable where GETDATE() < UserTable.[ExpireDate]
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.