In this article, we will first talk about how to configure the file group structure when the database is first created or comes from …
Read More »MSSQL
When Running Linked Server Created For Oracle, SQL Server Service Crashes. Error Code:0xc0000374
I have already mentioned how to create a linked server that will connect to Oracle in the article named “How To Create a Linked …
Read More »How To Change The Remote Login Password For The Linked Server
When you create a linked server to connect to Oracle, you need to put an oracle user into the linked server. Before reading this …
Read More »How To See Current Queries On SQL Server
With the help of the following query, you can access the answers to the questions listed below. You can filter the query as you …
Read More »What is Paramater Sniffing
Parameter Sniffing is the result of using the query plan in the cache. When a stored procedure is compiled the last time a query …
Read More »Sp(Stored Procedure) On SQL Server
You can keep the database-level code that you need to use every time in the application through “stored procedures” in the database. You can …
Read More »How To List Active Queries On PostgreSQL
In this article I will explain you to list active queries in postgresql. First you must connect to postgresql. You may want to read …
Read More »SQL Server Account Lockout Policy
Account Lockout Policy is a security mechanism used by SQL Server. For example, consider someone who is trying to log in with a user …
Read More »SQL Server Maintenance
I find OLA HALLENGREN’s maintenance script very successful and practical. In this article I will tell you where to download and install the script that …
Read More »sp_configure(Server-Level Configurations in SQL Server)
You can configure SQL Server with sp_configure at instance level. In this article I want to explain most important configurations in sp_configure. First we …
Read More »