Query to get list of Schema and table name in Azure SQL database
The query below lists all tables in an Azure SQL Database. Columns Rows Sample results Mohammad Gufran Jahangir
The query below lists all tables in an Azure SQL Database. Columns Rows Sample results Mohammad Gufran Jahangir
Direct Access to User Access Through AD Group Comparison Considerations Step by Step Explanation with Example Granting Direct Access to User Step 1: Create User in Azure SQL Database You…
What is transaction log in SQL Server? In SQL Server, the transaction log is a crucial component of the database that records all changes made to the database. It’s a…
In Azure SQL Server, statistics are database objects that contain information about the distribution of data in one or more columns of a table or indexed view. These statistics provide…
In SQL Server, when you query the session status, you can encounter various states that provide information about what a session is currently doing. Here are some common session statuses…
If trying to connect Azure SQL Server database and getting below Error: Error Error: Microsoft ODBC Driver 17 for SQL Server : TCP Provider: Timeout error [258]. . Error: Microsoft…
To Create User login and User in Azure SQL server using SQL Server Management Studio(SSMS) Step 1 : Create user logon from master database where ‘abc’ is login name Step…
What is fragmentation in Azure SQL server? Fragmentation in Azure SQL Server, or any SQL Server, refers to the condition where the data pages of a database or index are…