Starting SQL
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 ****yzer?
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
|