SQL ServerAgent Preformance Degridation

Dec 22, 1999

I have found a huge prefomance degridation running something thru a Job on the server and running it through ISQL.

I have a sp the runs in about 24 min thru ISQL, but when I fire it off thru a job at night using the Agent, it take roughly 4.5 hours... Way slow...

Any thoughts?

View 1 Replies


ADVERTISEMENT

Preformance And Hardware Needs

Mar 6, 2001

Does anyone have any formulas or standards that you use in determining the hardware needs of either a new server or for keeping your current server in top running condition.

Also, I know some of the basics for performance on the databases, but any ideas on things I should look for (or documentation links) on utilizing the best performance of the server itself?

thanks in advance for any comments

View 2 Replies View Related

Upgrading MY Preformance

Jul 20, 2005

Hello all! I'm a newly appointed database administrator and have beenstruggling with my consious about what would make me an excellentdatabase administrator. I've worked in Access for years and know thatif your comfortable with:1. writing expressions2. writing some VBA3. the basics with Tables, Forms, Queries and Reports.and you'd be sitting pretty. SQL Server is a little more robust thanAccess and i'm not sure where I should start.I'm comfortable with writing T-SQL statments, backing up, and creatingusers. but other than that, i'm a little lost on what else i shouldknow.thanks.

View 1 Replies View Related

Sequence Of Columns And Preformance

Jul 6, 2006

Hello,I am learning SQL Server and I would like to ask you a question. Couldyou tell me please if sequence of columns in a table has influence onperformance?Thank you very much/RAM/

View 3 Replies View Related

Need To Know The Preformance Statistics Of SSIS!

Nov 6, 2007

Hi All,

Need to know the preformance statistics of SSIS!

Please reply Ur comments,

Regards,
Sandesh

View 3 Replies View Related

SQL Serveragent - Urgent

Jul 31, 2000

Iam trying to start SQL server agent but it gives the following error.


SERVICE CONTROL FAILURE

An error - 5 (Access is denied) occured while performing this service operation on SQLserveragent service.


Can anyone let me know what is the problem and how it could be solved.

Any help would be appreciated.

Thanks,
Kris.

View 1 Replies View Related

Help With ServerAgent Job Syntax

Apr 11, 2007

Hi,Hopefully someone can help me. I'm having difficulty with the syntax to delete a record from 4 joined tables when creating a job.I have an 'Applicants' table linked to four other tables 'Courses', 'EmploymentHistory', 'Qualifications', and 'References' using the field 'ApplicantID'.I want to create a job to delete all the records where the Finalised field = '0' and the record was created more than 3 days ago.The syntax I have been using on just one of the joined tables to start with doesn't delete from the joined table:USE OnlineApplicationsDELETE Applicants FROM ApplicantsINNER JOIN CoursesON Applicants.ApplicantID = Courses.ApplicantIDWHERE Finalised = 0 AND Created < DATEADD(d, 3, Created) How can I delete the records from the other four tables?Thanks

View 6 Replies View Related

Can't Start SQL ServerAgent

May 13, 2006

I installed SQL2005 (first time). I have a couple of problems that perplex me.

I can connect to my instance when starting up SQL Management Studio no problem. After connecting, I can manually backup and restore DBs, no problem.

However, when I attempt to start SQL Server Agent - I get the follwoing message:

Unable to start service SQLAgent$GREATPLAINSV80 on server USIND-BAT3835N1.

===================================

The SQLAgent$GREATPLAINSV80 service on USIND-BAT3835N1 started and then stopped. (ObjectExplorer)

------------------------------
Program Location:

at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.Service.Start()

The error log is as follows:

Date,Source,Severity,Message
05/13/2006 12:08:57,,Information,[098] SQLServerAgent terminated (normally)
05/13/2006 12:08:56,,Error,[382] Logon to server 'USIND-BAT3835N1GREATPLAINSV80' failed (DisableAgentXPs)
05/13/2006 12:08:56,,Error,[298] SQLServer Error: 772<c/> Cannot generate SSPI context [SQLSTATE HY000]
05/13/2006 12:08:56,,Error,[298] SQLServer Error: 772<c/> SQL Network Interfaces: The Local Security Authority cannot be contacted [SQLSTATE HY000]
05/13/2006 12:08:56,,Error,[000] Unable to connect to server 'USIND-BAT3835N1GREATPLAINSV80'; SQLServerAgent cannot start
05/13/2006 12:08:56,,Error,[298] SQLServer Error: 772<c/> Cannot generate SSPI context [SQLSTATE HY000]
05/13/2006 12:08:56,,Error,[298] SQLServer Error: 772<c/> SQL Network Interfaces: The Local Security Authority cannot be contacted [SQLSTATE HY000]

I researched using Microsoft SQL Home knowledge base for error 772, cannot generate SSPI context and [SQLSTATE HY000] and didn't find anything that seems to apply.

Why can I connect to the database engine but not start SQL ServerAgent?

View 4 Replies View Related

SQLServer And SQL ServerAgent Account Privileges

Jun 15, 2007

After installing SQL Server 2005, a security scan was performed on the SQL server. Below are a few items that the scan identified within the Windows User Rights Assignment as potential vulnerabilities; it is worthy to note in Microsoft's defense that we lock things down pretty tightly in our IT shop. I suspect the SQL Server install assigns these OS privileges to the SQLServer and SQLServerAgent accounts by default. I have not heard of the 1st, 3rd and 4th below and suspect that they are not essential to the normal operation of SQL Server, but would like to know if anyone out there knows for sure. We are considering eliminating some or all of these privieleges for the SQLServer and SQLServerAgent system accounts at the OS level.



1) SQLServer and SQLServerAgent accounts have "Bypass Traverse Setting" privilege within Windows User Rights Assignment

2) SQLServer and SQLServerAgent accounts have "Log on as Batch Job" privilege within Windows User Rights Assignment. I realize I need this to schedule SQL Server jobs which run batch jobs and such, but any other reason to keep this privilege.

3) SQLServer and SQLServerAgent accounts have "Memory Quota" privilege within Windows User Rights Assignment

4) SQLServer and SQLServerAgent accounts have "Replace Process Token" privilege within Windows User Rights Assignment



Any guidance on this would be greatly appreciated.



Regards,



Jason

View 1 Replies View Related

Calling A SSIS Package Via SQL ServerAgent

Sep 30, 2006

Hi,

I was looking at a previos thread in this very queston and the answers given to it, I tried a SSIS package that works fine on its own but on creating a new job and invoke it, the JOB fails ,it says its not able to locate the file specified,

I tried copying the package to the server machine wher am creating the job,but again the same error; and when i try to alter the protection level of the SSIS package to Server Storage its throwing an error like '' This protection level cant be applied to this destination,The system can't verify that the destination supports storage capacity. this error occurs when saving to XML."

I am using OLE DB Destination in the dataflow task of the SSIS package I ve created. Please guide whr am going wrong. Some detailed steps which has some screenshots depicting step by step procedure of creating a JOB that calls a SSIS package will be highly helpful

Thanks in Advance,

View 4 Replies View Related

Poor Preformance Usinng Sql 2005 With Access 2003 Application

Jan 1, 2007

we have run access 2003 application using SQL 2005 server
and the data transfer rate is extreamly slow.
we are using ODBC connection
and the access apllication works very fast with SQL 2000.

we have the tested the comptabilty of the application to SQL 2005 with Microsoft wizard and it had no problems.
even when i run simple application on the sql 2005 server, it runs very slowly.

i am using the MDAC clients ODBC component and the SQL Native Clients one.
which eliminates the possibilty of network problem.

what could be the problem???

View 1 Replies View Related

Step SQL Server Integration Services Package Error In SQL ServerAgent

Dec 17, 2007

I have built a SSIS package which runs fine in BIDS. I went into SqlServer Management Studio and created a new job and job step. When Iselect the SQL Server Integration Services Package, I get the belowerror. There are no options on selecting a SSIS package.I searched this error for about 5 hours yesterday and the onlysolution I could find was a user who rebooted their server which fixedthis problem. I did restart the server, which did not fix theproblem.Can anyone help provide more information on this problem and thesolution to it? Thank you, Jason.The specified module could not be found. (Exception from HRESULT:0x8007007E) (SqlManagerUI)------------------------------Program Location:atMicrosoft.SqlServer.Management.SqlManagerUI.DTSJob SubSystemDefinition.Microsoft.SqlServer.Management .SqlManagerUI.IJobStepPropertiesControl.Load(JobSt epDatadata)atMicrosoft.SqlServer.Management.SqlManagerUI.JobSte pProperties.UpdateJobStep()atMicrosoft.SqlServer.Management.SqlManagerUI.JobSte pProperties.typeList_SelectedIndexChanged(Objectsender, EventArgs e)at System.Windows.Forms.ComboBox.OnSelectedIndexChang ed(EventArgse)at System.Windows.Forms.ComboBox.WmReflectCommand(Mes sage& m)at System.Windows.Forms.ComboBox.WndProc(Message& m)atSystem.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)atSystem.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32msg, IntPtr wparam, IntPtr lparam)

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved