Viewing 15 posts - 2,746 through 2,760 (of 4,745 total)
depends how often you are seeing the message and if you see the exact same symptons.
If you are at SP3 you should have this hotfix.
try the setup I suggested and...
March 29, 2010 at 12:57 pm
same place, different entry?
March 29, 2010 at 10:44 am
1.On the Start menu, click Run. In the Open box, type gpedit.msc.
The Group Policy dialog box opens.
2.On the Group Policy console, expand Computer Configuration, and then expand Windows...
March 29, 2010 at 10:41 am
you should set a max memory limit of 14GB at the most.
then assign the 'lock pages in memory' right to the service account running SQL.
That will require a restart to...
March 29, 2010 at 10:23 am
brett.walker (3/29/2010)
March 29, 2010 at 9:46 am
shrinks don't break logshipping. Will hurt your performance though,
You are making changes at the weekend - the reindexing. that as you know causes log activity. At the moment you capture...
March 29, 2010 at 9:25 am
its the lock pages in memory that prevents SQL releasing memory to OS, not the max setting. that just sets an upper limit.
See how much memory is available via task...
March 29, 2010 at 9:03 am
check with your server admins to see if they have auditing for file deletions turned on, otherwise you are down to checking with those people who have the access to...
March 29, 2010 at 7:06 am
brett.walker (3/26/2010)
March 26, 2010 at 5:55 pm
why are you trying to do this?
I would be interested to know if this does work, would seem prone to failures on deprecated code to me and I would be...
March 26, 2010 at 5:34 pm
if the files are spread across separate drives you will get increased throughput. To spread the load evenly between the drives the files would ideally be the same size as...
March 26, 2010 at 1:51 pm
you cannot logship to a higher version of SQL. The database needs to go through an upgrade stage and any deprecated commands would fail.
March 26, 2010 at 1:44 pm
all jobs can be scripted from SSMS in one go.
double click on jobs under SQLAgent so the jobs appear in the right hand detail pane. Highlight all jobs (shift/click), then...
March 26, 2010 at 1:39 pm
gergav33 (3/26/2010)
http://msdn.microsoft.com/en-us/library/ms189493.aspx
EMPTYFILE
Migrates all data from the specified file to other files in the same filegroup. Because the Database Engine no longer allows data to be...
March 26, 2010 at 9:33 am
Viewing 15 posts - 2,746 through 2,760 (of 4,745 total)