Viewing 4 posts - 1 through 4 (of 4 total)
You might want to try salary.com.
December 7, 2004 at 6:54 am
#532821
Try the following:
select * from Orders
where convert(datetime, isdate(Orderdate)) < getdate() and isdate(Orderdate) = 1
Michael.
May 13, 2004 at 12:04 pm
#506364
You shouldn't have a problem attaching a SQL 7 user DB in SQL 2K. I don't think you can go back after you've done this though. As Antares686 suggests, back...
May 13, 2004 at 11:50 am
#506359
Hey Jacques,
You can search for "Maximum Capacity Specifications" in BOL. You are only limited to available storage.
May 13, 2004 at 11:47 am
#506357