SQL Query Short Cuts ||SQL Server Shortcut Keys configuration

preview_player
Показать описание
SQL Server Shortcut Keys configuration || SQL Query Short Cuts
#SQL #Chandrasekkhar #Learnerspage #SQL #SSIS

Video talks about shortcut keys in sql server
how to create shortcut keys in sql
how to see sql table structure in sql server
sql shortcut keys
sql server short cut keys..

sp_datatype_info
'Returns information about the data
types supported by the current environment.'

ALT+F1
sp_help 'Reports information about a database object

sp_lock 'Reports information about locks'

CTRL 1
sp_who 'Provides information about current users,
sessions, and processes in an instance'

CTRL6
select top 50 * from [HumanResources].[Department]
Рекомендации по теме