Friday, March 9, 2012

How to read SQL file ?

Hello,
I recived SQL file (riped database). Can you recommand me any software how
to view this database from SQL file ? Currentlly I don't have any database
softwareOn May 3, 4:31 pm, "bildos" <bil...@.gmail.com> wrote:
> Hello,
> I recived SQL file (riped database). Can you recommand me any software how
> to view this database from SQL file ? Currentlly I don't have any database
> software
I think ripped means zipped. You need to unzip the file and I think
restore .
You should ask your provider , whether this is a backup file . In
that case you have to install SQL Server ( may be Express) and restore
the database . Check with your provider about the details of the file|||If it is a file with a .sql suffix then it is a collection of commands to
build a database in your system. This is text data so you can look at it
but it won't be very useful until you use it to build a database in SQL
Server.
This would be equivalent to having the source code to Doom - possibly very
interesting but hard to play without a compiler to convert it into a
program.
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"bildos" <bildos@.gmail.com> wrote in message
news:OTUuXaXjHHA.3700@.TK2MSFTNGP06.phx.gbl...
> Hello,
> I recived SQL file (riped database). Can you recommand me any software how
> to view this database from SQL file ? Currentlly I don't have any database
> software
>|||Hello,
If it is a SQL Server MDF or LDF file or Backup file you may need to have a
SQL Server instance to attach /restore and read the contents.
First try to understand the format of file(s) and go from there. If it is a
normal .SQL file you can open the file in notepad and read.
THanks
Hari
"bildos" <bildos@.gmail.com> wrote in message
news:OTUuXaXjHHA.3700@.TK2MSFTNGP06.phx.gbl...
> Hello,
> I recived SQL file (riped database). Can you recommand me any software how
> to view this database from SQL file ? Currentlly I don't have any database
> software
>

No comments:

Post a Comment