About 87.5% of the RAM on my system is used by SQL Server. As a result, a variety of performance concerns, such as slowness, have appeared. We can run across a number of dead ends when we first start investigating …
1.DDL-Data Definition Language, which is used to create and modify the structure of database objects in database. It’s a auto commit. automatically saved when you create,alter,drop,truncate,comment,rename commands issued ALTER – alters the structure of the existing database CREATE – to create database …