Viewing 8 posts - 1 through 8 (of 8 total)
Whoa, that worked great! Exactly what I was trying to do - thank you very much!!
June 18, 2004 at 2:51 pm
Thanks for all of the input - it's been most enlightening. I was particuarly interested by timingskey's comment about defragging while SQL was up and running. I hadn't thought that would...
June 18, 2004 at 2:47 pm
From the reading I've done today I believe that the DBCC REINDEX defrags the logical database structure, but does nothing about the physical makeup of the file(s).
I have the window...
June 14, 2004 at 4:57 pm
I was considering running on the DB drive because a defrag analysis report shows at least one of the database is in 27 fragments. I'm supposing that having it in...
June 14, 2004 at 12:08 pm
This is exactly the sort of thing I'm trying to do - thank you! I will check out sp_helprotect.
June 14, 2004 at 8:35 am
For what it's worth, this is what I ended up with:
June 3, 2004 at 5:49 pm
Hmm. Well the following query works, and returns all the records created yesterday... but I don't know if it's the most efficient way to do it...?
select count(*) from
WHERE [datetime]...
June 3, 2004 at 12:01 pm
Thank you Michel - the select statement you suggested gives me exactly what I asked for - the date. But apparently what I asked for and what I need are...
June 3, 2004 at 11:53 am
Viewing 8 posts - 1 through 8 (of 8 total)