.sql files

  • Thread starter Thread starter taccea
  • Start date Start date
T

taccea

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

Thanks

Taccea
 
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.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

TransferDatabase method 2
SQL script out of a table 4
TransferDatabase Action 5
Compund index Using ADO 12
DoCmd.TransferDataBase command 3
Good morning 5
ADO and Indexes 2
DoCmd.RunSQL 2

Back
Top