Viewing 13 posts - 1 through 13 (of 13 total)
Check this MS site out:
http://support.microsoft.com/kb/208799
The key may be at the end where it includes:
" DAO 3.6 Object Library"
Good Luck
March 5, 2008 at 2:07 pm
We saw a simillar situation. The anti-virus software was causing a disk to not pass consistancy checks and caused a failover to the next node in the cluster. Upgrading the...
May 9, 2006 at 9:12 am
On the fill factor side of your question, the default of 90 is a safe bet unless:
a) you have data the is never updated or added to - you...
June 13, 2005 at 12:59 pm
It looks like your main focus might be to shrink the log file. If that is the case you can use this:
dbcc shrinkfile (2)
This is best done right after...
May 17, 2005 at 10:18 am
You can check sp_helpdb to see if it is there. If it shows up there you might want to refresh your database list in Ent. Manager. Or even disconnect to...
April 14, 2005 at 8:54 am
You can see the settings by looking at the server properties (Right Click the sever in EM). Look at the security tab. This will show the Audit Level. You...
March 31, 2005 at 12:16 pm
We also had this problem while building and testing one of our first clusters. There was a hardware compatibility issue that caused the SQL server to loose connection...
March 30, 2005 at 11:15 am
I'd also second the use of SQLLiteSpeed - I don't work for them either - But it works for us on our large databases that we need to have...
March 30, 2005 at 9:05 am
Very true you can not avoid adding users to the public role. What I've done in the past is create a new roll ( something like AllUsers ) and...
March 23, 2005 at 7:01 am
Steve,
Yep, the SAN had plenty of space. The Drive the data file is located on is 199 GB. And...
November 22, 2004 at 9:23 am
Your problem may also come from the fact that Access allows three digit years. The years in a SQL small date time are also limited to the 1900 forward. I...
May 28, 2004 at 8:27 am
I don’t know of a way to get the last time, but you can use SQL Trace to find the next time. SQL Trace is like SQL Profiler, but shipped...
May 26, 2004 at 8:35 am
When managing permissions for the table, do not grant delete. Grant permissions to stored procedures that do any necessary deleting.
May 25, 2004 at 9:03 am
Viewing 13 posts - 1 through 13 (of 13 total)