Viewing 7 posts - 1 through 7 (of 7 total)
OK, Allen but I do not have a support contract and I confess you that I gave up of asking for free support at Microsoft because they never answered me...
February 10, 2004 at 10:57 am
Hi, Tony!
I´ve been having this problem with high frequency and I always solve as you did: restoring a full backup but; but I have some databases with 30GB and sometimes it...
February 10, 2004 at 7:51 am
Hy Tony !
I´m having the same problem as you; I posted a question today with the same problem ... Could Not Redo Log Record...
February 10, 2004 at 6:59 am
Ops, I forgot to say that my environment is
Microsoft SQL Server 2000 - 8.00.780 (Intel X86) ===> sp3a
Mar 3 2003 10:28:28
Copyright (c) 1988-2003 Microsoft Corporation
Standard Edition on Windows NT...
February 10, 2004 at 6:47 am
Do you have more then one processor at this server ? If so, may be the optimizer choose paralelism to resolve the query. If that´s true, try to rewrite the query especifiing...
January 16, 2004 at 4:09 am
Hi, Roust_m!
This occurs because sa must be defined as a remote login. Add this line at Server2:
sp_AddRemoteLogin 'Server1','sa'
This ´ll solve your problem, OK!
November 21, 2003 at 3:53 am
Hi, I´ve a sp that reads the registry and is very useful:
create procedure sp_DBA_MDACversion
as
DECLARE @Ver varchar( 255 )
EXEC master..xp_regread N'HKEY_LOCAL_MACHINE',
N'Software\Microsoft\DataAccess',
N'FullInstallVer' , @Ver OUT , N'no_output'
print @Ver
October 8, 2003 at 8:53 am
Viewing 7 posts - 1 through 7 (of 7 total)