Viewing 7 posts - 1 through 7 (of 7 total)
SYSOBJECTS System table has a CrtDate (create date) column which should meet your needs. Be careful you only search for user tables.
July 21, 2006 at 2:09 pm
I think you meant to use sp_MSForEachDB instead of sp_MSForEachTable
June 14, 2006 at 1:03 pm
Are you inserting all 3 million records into a temp table?
If so, how about inserting ONLY records into a temp table having count(*) > 1 (after the grouping on the...
May 17, 2006 at 1:00 pm
You pretty much answered this yourself. The query inside your EXISTS statement alone is returning a resultset, which means that your EXISTS statement will always evaluate to be...
May 17, 2006 at 10:14 am
Also, after caching has been turned off, you should restart SQL Mail by executing xp_stopmail then xp_startmail.
February 16, 2006 at 12:53 pm
I experienced the same problem on a new development machine of ours. The solution was to turn OFF caching on the outlook client. Also, it wasn't just the...
February 16, 2006 at 12:40 pm
Can you try turning off caching on your outlook client?
February 15, 2006 at 3:30 pm
Viewing 7 posts - 1 through 7 (of 7 total)