Viewing 15 posts - 136 through 150 (of 297 total)
I'm currently on SP3 and I understand this is equivalent to SP2 + CU 10. So i don't believe this is what the issue is.
Thanks anyways...
April 3, 2009 at 8:12 am
Did you see the bit in my post about Task Manager not showing memory use above the 4GB line? You need to look at what SQL Server says it...
April 3, 2009 at 7:55 am
I'm not sure I understand the question. The jobs are local on my sql server, if that's what you mean. It's not a job on another server somewhere...
April 3, 2009 at 7:39 am
If you connect to the cluser using the Virtual name or IP you should be ok in that case right? You should not have to disconnect and re-connect, which should...
April 3, 2009 at 7:37 am
EXECUTE sp_configure 'awe enabled'
GO
This has the values 0, 1, 1, 0
April 3, 2009 at 7:35 am
Just to re-iterate, the SQL Server box was bounced after PAE and AWE was enabled. Even though the OS now recognizes the 8GB memory, Total Server Memory for the SQL...
April 3, 2009 at 7:16 am
The server is DL380 with 8GB physical memory. It has Windows 2003 with SP2 EE and SQL 2005 SP3 EE installed on it.
So does this mean that I need to...
April 3, 2009 at 6:53 am
You can also do this by reading / parsing the error log within SQL Server and keeping track of the number of failed attempts, and after you're threshold is crossed,...
April 3, 2009 at 4:36 am
That's right sysadmin is by default owner of all the jobs. These are local jobs right?
April 2, 2009 at 3:57 pm
Krishna,
Even after you have a fresh copy of the database, you want to restore one copy at a time since reading from the same file may end up causing contention...
April 2, 2009 at 2:44 pm
Have you confirmed you are still the owner of the job?
April 2, 2009 at 2:16 pm
In all probability you will end up with a database that is suspect or one that has its integrity compromised.
Even if you are able to restore from the same file...
April 2, 2009 at 2:13 pm
1433 is the default port SQL Server is listening on. You could change the port for it to listen to another static port or have it set to dynamically select...
April 2, 2009 at 10:29 am
Best practices analyzer is usually run when you're ready to go to Production. That will be your baseline.
Once you, are in Production, you would need to run it to...
April 2, 2009 at 10:00 am
I would look at each of these recommendations closely and see which ones best fit your environment. Like with everything else, never a one solution fits all.
April 2, 2009 at 8:13 am
Viewing 15 posts - 136 through 150 (of 297 total)