Re: Starting SQL
- From: "Hari Prasad" <hari_prasad_k@xxxxxxxxxxx>
- Date: Sat, 30 Jul 2005 19:27:42 +0530
Hi,
How do you start in SQL? Did you meant to start sql server service
Go to Control Panel -- Administartive tools -- Services -- Select MSSQL
Server -- mouse right click and start.
What do u type in first at the top of the SQL Query analyzer?
You can execute any TSQL command which includes DDL, DML , Permission
commands, Admin commands ...)
Eg:-
Create table, Create View, Create Index, Create procedure ,....
INSERT , UPDATE, DELETE
SELECT
GRANT
BEGIN TRAN, COMMIT TRAN, ROLLBACK TRAN
Backup database, Backup Log, Restore database, Restore Log ...
See more information about this commands in SQL Server Books online.
Thanks
Hari
SQL Server MVP
"TYE" <TYE@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:E789F7E3-AE1C-44D9-8C03-18E4729FA6E9@xxxxxxxxxxxxxxxx
> HI,
>
> How do you start in SQL What do u type in first at the top of the SQL
> Query
> analyzer
>
>
> Thanks
> tye
.
- Follow-Ups:
- Re: Starting SQL
- From: priya.H.Gupta@lntinfotech.com
- Re: Starting SQL
- References:
- Starting SQL
- From: TYE
- Starting SQL
- Prev by Date: Starting SQL
- Next by Date: Query Help
- Previous by thread: Starting SQL
- Next by thread: Re: Starting SQL
- Index(es):
Relevant Pages
|
|