What is Instant File Initialization and How to enable it on SQL Server Instance?
Instant file initialization is very useful feature to speedup the process of increasing or allocating data file space of a…
Instant file initialization is very useful feature to speedup the process of increasing or allocating data file space of a…
I was working in a project where I came to know client was using MSDN licenses on production environment. Though…
Last week, I had a requirement to check the row counts of all the tables present in a database. I…
SQL Server Agent is very useful in automating any database activities. By default, it is not installed along with SQL…
I have shown you how to install SQL Server on Redhat Linux Server in my last article. Here I will…
Earlier SQL Server used to run only on Windows platform till SQL Server 2016 version. Now we can host our…
Last week, I had a requirement to check the row count of all tables having a specific schema of databases.…
We had successfully installed SQL Server on this server but we have received error "MMC could not create the snap-in"…
We must Install .NET framework 3.5 as prerequisite to install SQL Server on Windows Operating System. We need to manually…
SQL Server Agent runs scheduled SQL Server jobs and is very useful to automate database tasks. Here i will show…