How about changing the SQL to check for dates
SELECT ID, Products, OrderDate FROM tblOrders
WHERE OrderDate BETWEEN cast('2002/01/01' as datetime) AND cast('2002/12/31' as datetime)
ORDER BY OrderDate;
Were using QSL 2K
I'm trying to get employee names out of ActiveDirectory and have not totally completed this task yet, but the following has extracted the basics. Maybe it will give you a start.
sp_addlinkedserver 'ADSI','Active Directory Services 2.5','ADSDSOObject','adsdatasource'
SELECT...
Hi!
I was just wondering if anybody knows of any free (or at very low price) Code 128 True Type fonts around. Not just demos and fonts with restricted functionality.
I'm looking for a multisite/corporate distribution license for an nonprofit organisation with up to 10000 users.
Thank You in...
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.