Viewing 15 posts - 1,321 through 1,335 (of 1,999 total)
all looks ok to me - mostly
here's a test for you to perform (i have a suspicion i know what the problem is)
open up management studio and open 4 query...
April 26, 2012 at 2:15 am
when looking at the original file name of the backup it is different from the original filenames of the existing backup.
i have no idea what the difference is between...
April 26, 2012 at 1:27 am
On one of the three server pairs in question, yes the hotfixes don't match (2282+2187, and I am awaiting clearance to patch)...and of the four times we have had this...
April 25, 2012 at 9:57 am
ps - it was fixed in a service pack version - but since it's sql2000 which i haven't used for 6 years i have no idea which one
April 25, 2012 at 9:52 am
GilaMonster (4/25/2012)
April 25, 2012 at 9:50 am
by the way -
FCB stands for File Control Block, the physical file structure used
by SQL to write in and read data from the storage.
i've had these before...
April 25, 2012 at 9:16 am
http://support.microsoft.com/default.aspx?scid=kb;en-us;815183
the error Could not open FCB for invalid file ID %d in database '%.*ls'. is know to cause data corruption, thread errors and runtime errors
are there different service pack versions...
April 25, 2012 at 9:14 am
it would be easier if you put in the post the names of the 2 files so we can see the difference
April 25, 2012 at 8:08 am
there's a whole list of "non-batch breaking" errors listed on the microsoft site - most of them are pretty unusual - but some are quite alarming (such as foreign key...
April 25, 2012 at 8:06 am
i just found a whole bunch of other sites where this is a known issue by googling Jet 4.0 first rows
the actual number of sample rows is 8
more info as...
April 25, 2012 at 8:03 am
i had this problem before - have a look in the registry under the Jet 4.0 engine settings and there is a registry value that is used to "automatically determine"...
April 25, 2012 at 8:00 am
check your wait stats and see what the bottleneck is
if you haven't already then go on youtube and look up brent ozar's wait stats video which will explain how to...
April 25, 2012 at 6:38 am
SELECT
1
FROM
Casino.Members
WHERE
Password = @pass
)
you might want to check this slightly differently...... haven't...
April 25, 2012 at 6:21 am
Viewing 15 posts - 1,321 through 1,335 (of 1,999 total)