Understanding SQL Server Backups
SQL Server Backups are the dump of its databases that can be used to recover them in case of any…
SQL Server Backups are the dump of its databases that can be used to recover them in case of any…
I had an AOAG configuration between two replicas that i have deleted in order to perform some activities. I was…
A Recovery Model is a database property that designed to control transaction log maintenance. SQL Server Recovery Model does not…
Instant file initialization is very useful feature to speedup the process of increasing or allocating data file space of a…
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…
I got this error during one of the activity when i was not able to perform it because my user…
Last week, I had a requirement to check the row count of all tables having a specific schema of databases.…
I explained how to installed RedHat Linux on a virtual machine in my last article. I was not able to…
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…
I have described step by step process to install Ubuntu 16.04 Server and Offline installation of SQL Server 2017 on…