Microsoft
Software
Hardware
Network
Question : Return records On Date
I have a table that has several columns 2 of them are "from_date" and "to_date" respectively.
I need to write a query to see if today's date.... GetDate() falls between any of those dates, and return only those records.
Answer : Return records On Date
SELECT *
FROM SomeTable
WHERE from_date <= GETDATE() AND to_date >= GETDATE()
Random Solutions
circular logging for Exchange 2003 backend servers
Two SCCM primary site in active directory
Unable To Add Outlook Account
Multiple onMouseOut events for different z-index values
When ActiveX control on form changes, apply new value to another control on form.
WCF Problem: The private key is not present in the X.509 certificate.
Which Exchange Cert for iPhones
HP SAN drive fail
Install IIS with a vbs script.If supporting files needed pick from a predefined path.
Joomla Checkbox Array (need expert!)