faqts : Computers : Databases : Microsoft SQL Server

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

9 of 16 people (56%) answered Yes
Recently 6 of 10 people (60%) answered Yes

Entry

Database: Microsoft SQL server: SQL: Run: How to run an SQL query, manually?

Dec 22nd, 2003 12:45
Knud van Eeden,


----------------------------------------------------------------------
--- Knud van Eeden --- 22 December 2003 - 09:42 pm -------------------

Database: Microsoft SQL server: SQL: Run: How to run an SQL query, 
manually?

---

Microsoft SQL server v2000:

---

Steps: Overview:

 1. -Open Microsoft SQL server Query Analyzer

 2. -Connect to the SQL Server of your choice

 3. -A 'Query' dialog box opens

 4. -Type or paste your SQL query in this dialog box

 5. -To execute your query:

     -- or --

     1. Click '>' in the menu bar above to run your
        SQL query

     -- or --

     1. Press <F5>

 6. -If no errors, you will see the confirmation text:

      'The command(s) completed successfully.'

---
---

Internet: see also:

---

Database: Microsoft SQL server: SQL: Operation: Overview:Can you give 
an overview of SQL operations?
http://www.faqts.com/knowledge_base/view.phtml/aid/27560/fid/147

----------------------------------------------------------------------