Viewing 15 posts - 8,116 through 8,130 (of 9,253 total)
george sibbald (4/7/2010)
Question I don't know the answer to............In SQL2008 if you restore a master database from a different server and the server the backup originated from had a different...
April 7, 2010 at 5:36 am
Satish-219904 (4/6/2010)
I will add make the max. memory change and add the sql service account to "lock pages in memory" option. Hopefully these two changes will...
April 6, 2010 at 10:28 am
drawlings (4/5/2010)
Lock pages in memory is advised only in cases where it proves to improve performance, experiment! In theory the setting should not be required....
April 6, 2010 at 7:04 am
yes its only user dbs and model, msdb to worry about
April 6, 2010 at 7:02 am
Hi
the values all have different meanings. The buffer cache hit ratio should be compared against buffer cache hit ratio base. Take buffer cache hit ratio and divide by the base...
April 5, 2010 at 3:45 pm
Satish-219904 (4/5/2010)
I have not applied "Lock pages in memory" option yet but planning to do this along with this change. Hopefully it should increase the performance of my SQL Server.
ensure...
April 5, 2010 at 2:21 pm
Satish-219904 (4/5/2010)
How can i moitor PLE (page life expectancy)?
which monitoring tool do you use. Perfmon has a counter available for this or view it via the following query
select cntr_value...
April 5, 2010 at 2:11 pm
Saravanan T (4/5/2010)
Im rebuilding and reorganizing only the indexes which it required.
something i have seen before, ensure you dont have a maint plan with a rebuild and a reorganise...
April 5, 2010 at 2:07 pm
george sibbald (4/2/2010)
sys.master_files possibly points to a bunch of file locations that don't exist so user databases will have to be dropped and reattached.
you can also perform a restore with...
April 5, 2010 at 2:02 pm
what is the full command line you are using?
April 4, 2010 at 6:13 pm
its worth pointing out that if the deleted account is not spotted straight away, the default trace may not be helpful. Depending how busy the server is as to how...
April 4, 2010 at 8:26 am
SPNs can be a problem here too
April 4, 2010 at 5:58 am
darth.pathos (4/2/2010)
April 2, 2010 at 9:48 am
GSquared (4/2/2010)
You can grant the right to create procedures specifically.Would look like this:
GRANT CREATE PROCEDURE TO bob;
if granting the rights granularly as GSquared posted, just bear in mind that you...
April 2, 2010 at 9:33 am
Viewing 15 posts - 8,116 through 8,130 (of 9,253 total)