.sql files

T

taccea

Some one sent me some some files with the extension of
..sql,
what are the and how are they used?

Thanks

Taccea
 
E

Eric Schittlipz

taccea said:
Some one sent me some some files with the extension of
.sql,
what are the and how are they used?

Thanks

Taccea

Open them up with notepad - you should see the SQL statements they contain.
If the SQL statements look unfamiliar perhaps you might ask why this person
sent you them.
 
V

Van T. Dinh

Microsoft SQL Server produces the SQL Script with .sql extension.

It is simply a text file with SQL script that you can use in the Query
Analyser for SQL Server.
 
Top