top of page
Home
My Blog
हिंदी टेक ब्लॉग्स
About
Contact
Use tab to navigate through the menu items.
"Where Databases Misbehave, and We Make Them Behave."
#TechWithJC
All Posts
DB2
SQL Server
Azure
हिंदी टेक ब्लॉग्स
Unix/Linux/AIX
MySQL
PostgreSQL
Windows
SelfMusing
Search
Log in / Sign up
Check currently running Jobs in SQL Server.
In order to get or check currently running Jobs in SQL Server, run below script : SELECT J.name as Running_Jobs, JA.Start_execution_date...
Nov 23, 2020
1 min read
Query to find last run status of scheduled Jobs
In order to get or find last run status of scheduled Jobs, run below script : USE msdb GO SELECT DISTINCT SJ.Name AS JobName,...
Nov 23, 2020
1 min read
SQL Script (T-SQL) to find SQL Server details
In order to get or find SQL Server details, run below script : CREATE TABLE #ServerDetails(ID int, Name sysname, Internal_Value int,...
Nov 23, 2020
2 min read
2020-2025 © TechWithJC
bottom of page