Viewing 15 posts - 37,306 through 37,320 (of 39,511 total)
I think it's a question of scale. If business rules dictate a small number that is unlikely to substantially grow, I like having storage in a few columns. However, if...
June 27, 2002 at 10:16 am
Profile tested using Outlook. Works fine interactively (when logged in using the MSSQLServer service account). Sends mail without an issue.
Both MAPI32.DLLs are beyond the versions given in the Q article,...
June 27, 2002 at 10:12 am
Hey, one more note. I just started with a new company and we use an Optika solution for something. We have an older version scheduled for upgrade this year, but...
June 26, 2002 at 5:00 pm
You are welcome.
I have used the FileNet products, but it's been 5 years. They worked well. Not so great for versions, but great for images.
Steve Jones
June 26, 2002 at 4:54 pm
An interesting discussion on slashdot about this:
http://ask.slashdot.org/article.pl?sid=01/12/13/1739233&mode=thread&tid=163
Steve Jones
June 26, 2002 at 4:13 pm
Deleted and recreated profile, both with Windows Messaging and Outlook.
Rebooted.
Logs definitely show it stopping and startnig the day of the Exchange upgrade (before the upgrade). They also show it failing...
June 26, 2002 at 4:02 pm
are you backing up the database?
Can you give the schedule?
Have you tried dbcc shrinkfile? I know that isn't the best solution, but you could easily schedule this if you have...
June 26, 2002 at 12:41 pm
You can also compare the inserted and deleted tables
if exists( select a.cola from inserted a inner join deleted b on a.pk=b.pk and a.cola <> b.cola)
-- run audit...
June 26, 2002 at 12:37 pm
June 26, 2002 at 10:08 am
Better off using DBCC, it's supported. A service pack (unlikely) or server upgrade (likely) will break what you build.
Steve Jones
June 26, 2002 at 10:06 am
I agree with Andy, though if you can get another RAID 1 set, I'd separate logs out.
RAID 1 - OS, SQL, tempdb, etc.
RAID 5 - Data mdf/ndf
RAID 1 - SQL...
June 26, 2002 at 10:01 am
June 26, 2002 at 9:56 am
June 26, 2002 at 9:54 am
Viewing 15 posts - 37,306 through 37,320 (of 39,511 total)