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