TheTechWorld
-
SQL Server Storage And Components
SQL Server Storage The storage engine is responsible for storing data onto the disk and retrieving…
-
Understanding the ‘cut’ command
Cut Command in UNIX is used to cut out the desired output from the file and…
-
Understanding the ‘tr’ command
tr command in UNIX is a text processing command which is used to either replace or…
-
Sequence in SQL Server
SEQUENCE is used to generate automatically incrementing number but unlike IDENTITY it is not associated with…
-
SQL Server Databases
An instance of the server contains one or more databases. Each database has one or more…