-
How to list the names, schema, and definition of all stored procedures in the specified database
20 March 2024In the world of database management, SQL Server is a popular choice for organizing and retrieving data. One useful feature it offers is the ability to use SQL queries to…
-
Extended Security Updates for SQL 2008
22 December 2019How to get SQL Extended Security Updates for SQL 2008/2008 R2 database instance. The End of Support date for SQL Server 2008 and 2008 R2 is July 9, 2019 Extended…
-
Find cached execution plan
21 November 2019An execution plan, simply put, is the result of the query optimizer’s attempt to calculate the most efficient way to implement the request represented by the T-SQL query you submitted. Execution plans can tell you how a query will…
-
Find the SQL Server Cluster details
8 November 2019Scenario A cluster includes two or more physical servers, called nodes; identical configuration is recommended. One is identified as the active node, on which a SQL Server instance is running the production workload, and…
-
Create login by CMD in SQL Server
7 November 2019Scenario You have got the SQL database engine installed but no SSMS installed on it. In this scenario how you will connect to the target database engine and create a…
-
Best Practices for SQL Database setting
6 November 20191. Database Owner: ‘sa’ As per my understanding, the Database Owner always should be ‘sa’. We can change ‘sa’ login name as per our organization standard login available in SQL…
-
Find all the users for a particular database
Introduction In SQL Server, managing user access and permissions is crucial for maintaining the security and integrity of a database. Often, there is a need to retrieve a list of…
-
How to run a SQL query using command prompt without SQL SSMS
31 October 2019Introduction How to run a SQL query using command prompt without SQL SSMS Open CMD from Run and run the below command (CMD) to connect with Database engine. sqlcmd -S…
-
Find IP and Port using SQL SSMS
Find IP and Port using SQL SSMS Find IP and Port of a SQL Server from a client machine. The script will not provide all the information if you are…
-
Find user activity without any Auditing
28 October 2019How to find out user activity on database without any particular Auditing Sometime you may need to find out who ran some script or who is accessing the database or…
Last comments from Soyeluddin Biswas
Thanks Siddhartha for your comment. My intention was to create a login using Command Prompt. I have updated my context.
Thanks Amit, Keep visiting our site and provide comments to improve the quality of post.
Thanks Robert for you visit and feedback. Visit the site when get some moments and suggest for improvements.