Viewing 15 posts - 226 through 240 (of 297 total)
I personally dont use this counter as a memory issue indicator.
For my prod environment I monitor and log the Buffer Cache (98-99%) and Page Life Expectancy (Ms recommends over 300,...
July 10, 2009 at 5:00 am
Have you set "min" or "max" memory settings?
July 10, 2009 at 4:43 am
Look at the thread below
http://www.sqlservercentral.com/Forums/Topic585961-360-1.aspx
June 30, 2009 at 5:29 am
What is the error that is returned?
If you try running one of the statements on its own does it work?
June 12, 2009 at 5:45 am
June 12, 2009 at 5:33 am
I had a similar issue with a script that checks frag and rebuilds.
Depending on how the index was created, or if it is a on a computed column you may...
June 12, 2009 at 5:05 am
If you are trying to authenticate with user that was created on the original SQL server you may to the "fixup" the login on the new server.
See "sp_change_users_login" within BOL.
i.e....
June 12, 2009 at 4:44 am
Have you looked at the MS article?
June 12, 2009 at 2:26 am
June 12, 2009 at 2:23 am
Its sounds like a windows timing issue.
If the server/pc (specifically the SQLAgent user) is out of sync this the domain controller it can causes authentication failure.
Try re-syncing the time with...
June 12, 2009 at 2:18 am
As with any Microsoft question "It depends".
(1) If you are just wanting to move the data out of the table then create archive table(s) to move the data in. Then...
June 12, 2009 at 2:11 am
Which version of SQL are you using?
In 2005 there are some standard reports via SSMS. Right Click DB | Reports | Standard Reports.
JL
June 12, 2009 at 2:06 am
Have you created the DSN on the server and/or the client running reporting services?
June 11, 2009 at 7:14 am
Viewing 15 posts - 226 through 240 (of 297 total)