Saturday, February 25, 2012

master4IDR ??

This is a multi-part message in MIME format.
--=_NextPart_000_0015_01C51FEB.C5E3BF60
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Does anyone know what the "4IDR" databases are? (Master/Model/MSDB)
MSSQL Log entry: Starting up database 'master4IDR'.
I do see the .mdf & .ldf, but I have no such db on this server.
What are these databases?
Thanx!
--=_NextPart_000_0015_01C51FEB.C5E3BF60
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
&
Does anyone know what = the "4IDR" databases are? (Master/Model/MSDB)

MSSQL Log entry: = Starting up database 'master4IDR'.

I do see the .mdf = & .ldf, but I have no such db on this server.

What are these databases?

Thanx!


--=_NextPart_000_0015_01C51FEB.C5E3BF60--I've never see any such animals. My guess is that some 3rd party tool (like backup sw or similar)
has created these.
--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
http://www.sqlug.se/
"JLS" <jlshoop@.hotmail.com> wrote in message news:eYXq6WBIFHA.2620@.tk2msftngp13.phx.gbl...
Does anyone know what the "4IDR" databases are? (Master/Model/MSDB)
MSSQL Log entry: Starting up database 'master4IDR'.
I do see the .mdf & .ldf, but I have no such db on this server.
What are these databases?
Thanx!|||I did a google search on 'masteri4dr' and got several, but inconclusive,
hits. Many referred to third party backup software.
Try running the query below to identify the databases associated with these
files.
SELECT *
FROM master..sysaltfiles
WHERE filename LIKE '%4IDR.mdf%'
--
Hope this helps.
Dan Guzman
SQL Server MVP
"JLS" <jlshoop@.hotmail.com> wrote in message
news:eYXq6WBIFHA.2620@.tk2msftngp13.phx.gbl...
Does anyone know what the "4IDR" databases are? (Master/Model/MSDB)
MSSQL Log entry: Starting up database 'master4IDR'.
I do see the .mdf & .ldf, but I have no such db on this server.
What are these databases?
Thanx!|||They are copies of databases made by Veritas, when it does an online backup of SQL. Most of the time it cleans up after itself, but when it does not, you will find these files laying around
From http://www.developmentnow.com/g/118_2005_3_0_0_482621/master4IDR-.ht
Posted via DevelopmentNow.com Group
http://www.developmentnow.com

No comments:

Post a Comment