question

kosmik avatar image
kosmik asked

List some importance of sql server?

SQL Server is a Microsoft product. It used to manage and store information. SQL Server is a “relational database management system”. Apart, this term means two things. First, that data stored inside SQL Server in a “relational database”. second, that SQL Server is an entire “management system”, not a database. SQL itself stands for Structured Query Language. The language used to manage and administer the database server.

sqlquerysql databasesqlserver2014
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Jeff Moden avatar image
Jeff Moden answered

I know this is going to sound strange but, having been a GUI Developer a long time ago, the biggest reason for me to embrace relational databases is to simply not have to write a bizillion loops. SQL Server, for example, takes care of all that and much more in the SELECT, INSERT, UPDATE, and DELETE commands and it also means that I don't have to create my own indexes and to Binary Lookups like I had to a couple of decades ago.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

UfuckVT avatar image
UfuckVT answered

Backups of transaction logs are scheduled by SQL Server. Although this may be done manually, it is critical to schedule frequent backups of transaction logs that do not fail. As a result, it assures regular backup scheduling, which aids in the preservation of log files and avoids the danger of performance difficulties during peak traffic periods. Read this article on Scaler Topics about SQL servers for further information.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.