#Check if "xp_cmdshell" is enabled?
Explore tagged Tumblr posts
Text
T-SQL: Find if "xp_cmdshell" is configured on your SQL Server instance
T-SQL: Find if “xp_cmdshell” is configured on your SQL Server instance
Hi Friends,
How are you doing?
Today, we will see how to check if the “xp_cmdshell” is already configured on your SQL Server instance or not. We can check the other configurations as well using the same T-SQL.
What is “xp_cmdshell”?
“xp_cmdshell” allow us to run windows commands by using SQL Server, but we need to enable this!
We can check if this configuration is already configured on this…
View On WordPress
#Check if "xp_cmdshell" is enabled?#MS SQL Server#sys.configurations#T-SQL Scripts#T-SQL to find if "xp_cmdshell" is configured on your SQL Server instance
0 notes