Sunday 30 December 2012

How we can connect with sql server cmd mode :-

-->Start:-
 Open cmd windows and write these commands:-
   Sqlcmd –U sa  -P niit
         Go
    Use master
Go
    Sp_help
Go
   sp_help tablename
Go
    select * from sys.tables
Go

No comments:

Post a Comment