I'm currently using code like this to detect if a SQL server job is running. (this is SQL Server 2005, all …
sql-server tsql sql-server-agent sql-agent-jobI'm running a SQL Server 2008 64 bit Developer Edition with Service Pack 1 installed. I have a SQL Server Agent Job. Within …
sql-server sql-agent sql-agent-jobI have an SSIS package that runs fine in visual studio 2010, but as a job it sql server it fails …
sql-server visual-studio-2010 ssis sql-agent-jobI have a piece of code that needs to run every day at a specified time. The code right now …
c# sql-server sql-agent-jobSSIS job has failed and posting the below error [Product Sales [749]] Error: An exception has occurred during data insertion, the …
sql-server ssis etl ado sql-agent-jobI have noticed that SQL Agent does not start automatically after a reboot/shutdown on a few of our servers (…
sql sql-server sql-server-2008 windows-server-2008 sql-agent-jobI want to add a parameter to a step that runs an operating system (CmdExec) in SQL Server Agent. I …
sql-server-2008 sql-agent sql-agent-jobIs there any way to search and find ,what job holds a particular table refresh . There are multiple sql agent …
sql sql-server sql-agent-job sql-agentI have been trying to find sample code with using SQL Server 2005, I need to start an Agent Job and …
tsql sql-server-2005 sql-agent-jobI am executing a stored procedure using SQL Server Agent Job in SQL Server 2005. This job was running fast until …
sql-server sql-server-2005 sql-agent-job sql-agent