Viewing 15 posts - 1 through 15 (of 166 total)
It does seem to be related to a sort that never completes. I'm a DBA and don;t know much about the Access application. It's probably a fairly recent...
March 24, 2016 at 12:07 pm
Our issue is that we are still on Windows Server 2003, in most cases. One of the obstacles to resolving that has been that we use numerous SAN clones/snapshots...
September 19, 2014 at 10:50 am
Did you ever figure this out? We're having a similar issue. Thanks.
October 18, 2013 at 10:57 am
This support article discusses this issue.
June 6, 2012 at 4:37 pm
Are there error messages when the job fails?
June 6, 2012 at 4:02 pm
In the wizard there is a checkbox for saving it or not. Yo then have to choose between saving it in SQL Server or the file system. If...
May 9, 2012 at 4:27 pm
If you're moving to 64-bit servers you should probably use 64-bit SQL Server unless there is some compelling reason not to.
May 9, 2012 at 4:20 pm
If it's not a lot of data I would probably drop the article then add it the way that it should be. After that, run the snapshot job so...
April 20, 2012 at 2:30 pm
And it can be slow and require additional space when compared to offline.
April 20, 2012 at 2:25 pm
CREATE TABLE Timecards
(staff_id CHAR(9) NOT NULL PRIMARY KEY
REFERENCES Personnel (staff_id)
work_week CHAR(10) NOT NULL
CHECK (work_week LIKE '[12][0-9][0-9][0-9]W[0-5][0-9]'),
PRIMARY KEY (staff_id, work_week),
work_hrs DECIMAL (5,2) DEFAULT 0.00 NOT NULL);
Aren't there multiple primary keys...
April 20, 2012 at 2:15 pm
I would try restarting the instance and see if that resolves the issue.
April 12, 2012 at 10:33 am
I did a Google search for "Mail configuration information could not be read from the database." and several decent links came back. If you haven't done that, give it...
April 12, 2012 at 10:10 am
Have you tried putting the distribution database somewhere else, which you probably should be doing anyway.
April 11, 2012 at 10:46 am
Viewing 15 posts - 1 through 15 (of 166 total)