|
Home > Archive > microsoft.public.sqlserver.server > December 2002 > MDF & LDF FILES
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Hi,
Could u please teach me how to open files with the
extension, .mdf and .ldf files ?
Your assistance is very much appreciated !!
Thanks !!
| |
| Alex Cieszynscy 2002-12-19, 6:23 am |
| Open for what ? It's binary files with DB data, what do you want to see from
them manually ?
> Could u please teach me how to open files with the
> extension, .mdf and .ldf files ?
>
> Your assistance is very much appreciated !!
| |
| Tibor Karaszi 2002-12-19, 6:23 am |
| You mean "add" them to SQL Server?
Check out sp_attach_db.
--
Tibor Karaszi, SQL Server MVP
Archive at: http://groups.google.com/groups?oi=...ublic.sqlserver
"Kezia" <kezia_us@yahoo.com> wrote in message
news:05a801c2a74c$73029f60$d7f
82ecf@TK2MSFTNGXA14...
> Hi,
>
> Could u please teach me how to open files with the
> extension, .mdf and .ldf files ?
>
> Your assistance is very much appreciated !!
>
>
> Thanks !!
>
| |
| Uri Dimant 2002-12-19, 6:23 am |
| Kezia
What did you mean ,'open'?
Kezia <kezia_us@yahoo.com> wrote in message
news:05a801c2a74c$73029f60$d7f
82ecf@TK2MSFTNGXA14...
> Hi,
>
> Could u please teach me how to open files with the
> extension, .mdf and .ldf files ?
>
> Your assistance is very much appreciated !!
>
>
> Thanks !!
>
| |
|
|
Sorry to confuse u guys. I am wondering if I am able to
look into files with these extensions ?? If yes, how can
I do that ??
Many Thanks !
>-----Original Message-----
>Open for what ? It's binary files with DB data, what do
you want to see from
>them manually ?
>
>> Could u please teach me how to open files with the
>> extension, .mdf and .ldf files ?
>>
>> Your assistance is very much appreciated !!
>
>
>.
>
| |
| Tibor Karaszi 2002-12-20, 1:23 am |
| You need a SQL Server to do that. When you have an installed SQL Server, you can attach the
files using sp_attach_db (assuming they were properly detached in the first place).
--
Tibor Karaszi, SQL Server MVP
Archive at: http://groups.google.com/groups?oi=...ublic.sqlserver
"Kezia" <kezia_us@yahoo.com> wrote in message
news:08c201c2a7c5$50725020$89f
82ecf@TK2MSFTNGXA01...
>
> Sorry to confuse u guys. I am wondering if I am able to
> look into files with these extensions ?? If yes, how can
> I do that ??
>
> Many Thanks !
>
|
|
|
|
|