Viewing 15 posts - 1,366 through 1,380 (of 2,387 total)
sysperfinfo gives you the memory used by SQL Server.
There is an utility pslist.exe which shows exactly same as task manager. You can run it within QA with xp_cmdshell to...
August 7, 2003 at 9:02 am
Could it debug be turned on?
http://support.microsoft.com/default.aspx?scid=kb;en-us;328151
August 7, 2003 at 8:48 am
Enable 'text report' by going plan properties --> reporting tab --> check 'write report to a text file ...', rerun the job --> review the text report to see any...
August 7, 2003 at 8:11 am
I guess you choose 'database integrity check' option with 'attempt to fix any minor error' in your maintenance plan, Can you comfirm that?
August 7, 2003 at 7:18 am
How do you perform the backup? If it is SQL Server backup with backup database command, It doesn't matter whether you have users connecting to the database.
What error message...
August 7, 2003 at 6:52 am
Check SQL Server errorlog to see message like "Performance monitor shared memory setup failed: -1". If you do, you need hotfix.
http://support.microsoft.com/default.aspx?scid=kb;en-us;812915
Which SQL Server version and service pack do you run?
...
August 7, 2003 at 6:47 am
August 7, 2003 at 6:41 am
Which SQL Server version and service pack do you run? How did you create the proxy account, from EM or sp?
Edited by - allen_cui on 08/07/2003 06:31:44 AM
August 7, 2003 at 6:31 am
I would suggest you to look at third party products from http://www.lumigent.com.
August 6, 2003 at 11:36 am
Read BOL by looking for key word "MS DTC" and you will find out what is "Distributed Transaction Coordinator" and hwo/when to use it.
August 6, 2003 at 11:34 am
Quoted from BOL.
"Parallel Query Processing
Microsoft® SQL Server™ 2000 provides parallel queries to optimize query execution for computers having more than one microprocessor. By allowing SQL Server to perform a query...
August 6, 2003 at 11:27 am
Try to generate text report from maintenance plan properties --> reporting tab, run the job and review the text report.
August 6, 2003 at 10:10 am
Did you use machine name as the domanin name when creating the proxy account?
August 6, 2003 at 9:51 am
quote:
I needed to load one SQL Server 6.5 database into SQL Server 2000.
You...
August 6, 2003 at 8:07 am
August 6, 2003 at 7:57 am
Viewing 15 posts - 1,366 through 1,380 (of 2,387 total)