0
votes
2answers
38 views
SQL Agent not kicking off an SSIS package
I have a server that has a SQL Agent job setup to run a two part datawarehouse build and Analysis Services cube build. The job ran successfully until there was a problem with Management Studio and …
0
votes
1answer
19 views
unable to start sql 2005 on windows 2003 two node cluster
SQL server Agent is not starting......
In the SQLAGENT log i found this error.......
2009-10-24 22:49:36 - ? [393] Waiting for SQL Server to recover databases...
2009-10-24 22:49:40 - ! [298] …
1
vote
3answers
76 views
Using an SQL Agent Job to call procedures in a loop
Hello all,
I am putting together a job on SQL Enterprise Manager 2000 to copy and delete records in a couple database tables. We've run a straight up mass copy and delete stored procedure, but it …
1
vote
1answer
145 views
SQL Server: should I use an “Agent Job” or a “Maintenance Plan” to delete old data?
I'm looking for a way to periodically (e.g. weekly) run some SQL statements in a database to delete old data. As far as I can see, there are (at least) two ways to do this:
using a "Maintenance …
0
votes
1answer
100 views
Calling SSIS that uses a DLL with SQL Server Agent requires the DLL to be installed on the calling machine and not the machine where pacakge is installed
We have a SSIS 2005 package that is installed on a central server and is called from multiple locations.
This package uses a script task to call a .NET DLL which I wrote in c# and installed into the …
0
votes
2answers
199 views
How do I create a SQL Server agent without using a GUI?
I am using Angel LMS and its built on a SQL Server platform. I believe its 2005, but not 100% sure about that.
Anyway, maybe my pseudo-code will shed light on that answer. Also single quotes must …
1
vote
1answer
76 views
Begin and monitor progress on long running SQL queries via ajax
Is it possible to start a query that will take a significant amount of time and monitor progress from the UI via Ajax?
I considered starting the process as a "run once" job that is scheduled to run …
1
vote
1answer
369 views
Could not obtain information about Windows NT group user
I am creating a SQL Server Replication using a script. When I try to execute
The job failed. Unable to determine if the owner (STAR\moorer7) of job L3BPT2M-Atlas-14 has server access (reason: Could …
0
votes
1answer
445 views
SQL Server add job agent T-SQL script issue
Hello everyone,
I am using SQL Server 2008 Enterprise. I have created a very simple test SQL Server Agent job which just print out a string. And then I add a schedule to let the job run once a day.
…
2
votes
3answers
149 views
Looking for T-SQL scripts to delete a SQL Job
Hello everyone,
If I know the database server name, instance name and the SQL Server job name, how to delete a SQL Server job by its name in a simple way? I am writing scripts which will be called by …
0
votes
1answer
113 views
strange scripts generated by SQL Server when exporting a job
Hello everyone,
I am using SQL Server 2008 Enterprise. I am using Management Studio -> Jobs -> Script Job as -> Drop and Create TO feature to generate related sql statement so that from another …
1
vote
2answers
193 views
Create SQL Server job automatically
Hello everyone,
I am writing SQL Server deployment scripts which create SQL Server job automatically on a specific SQL Server server/instance. I have found that I can extract the sql statement which …
0
votes
1answer
268 views
How to start SQL Server agent jobs automatically
Hello everyone,
I am writing PowerShell scripts to control SQL Server agent start/stop to ensure all the contained jobs runs according to defined schedule. I want to make sure that the only thing I …
0
votes
2answers
424 views
SQL Server agent job account issue
Hello everyone,
I am using SQL Server 2008. I am confused about which account will be used when a SQL Server agent job runs. My confusions are,
SQL Server agent as a Windows Service which we could …
0
votes
1answer
194 views
how to record both success and fail in SQL Server Agent Job
Hello everyone,
I am using SQL Server 2008 and I am writing a SQL Server Agent Job. In my Job, there are 3 steps and in each step I will execute a store procedure. I noticed that in default …
