Viewing 15 posts - 511 through 525 (of 4,745 total)
change the owner as part of a planned failover or do it should the database fail over of its own accord.
July 26, 2013 at 8:07 am
believe me, you need to run it this way to get full admin privileges.
July 25, 2013 at 3:48 pm
when you run the installer are you right clicking on it and selecting 'run as administrator'?
July 25, 2013 at 1:57 pm
subahan.munthamadugu (7/25/2013)
Hi All,How to move perticuler table from mdf to ndf ..
Thanks,
subahan munthamadugu.
Hi, please post new questions in a new thread, you'll get a better response
July 25, 2013 at 8:37 am
you can check where blocked != 0 from master..sysprocesses table.
you can also use profiler now to trap information on blocks.
July 23, 2013 at 10:37 am
GilaMonster (7/22/2013)
george sibbald (7/19/2013)
as the message says it is an advanced settingsp_CONFIGURE 'show advanced options',1
RECONFIGURE
GO
sp_CONFIGURE ‘optimize for ad hoc workloads’,1
RECONFIGURE
GO
Optimise for ad-hoc was only...
July 22, 2013 at 7:46 am
if your databases are not currently being backed up you need to get that set up immediately so go the easy route and use maintenance plans. You could look at...
July 20, 2013 at 3:02 pm
If the drive is 40GB and your logs only take up 1.5GB, its not the logs causing the problem, so no need to shrink them.
Ask your server admins to look...
July 20, 2013 at 12:25 pm
as the message says it is an advanced setting
sp_CONFIGURE 'show advanced options',1
RECONFIGURE
GO
sp_CONFIGURE ‘optimize for ad hoc workloads’,1
RECONFIGURE
GO
July 19, 2013 at 2:33 pm
SQL_Surfer (7/19/2013)
July 19, 2013 at 2:29 pm
buffer cache and proc cache are separate so I don't think it would affect PLE directly. Are you actually seeing any memory related error messages?
with such a large CACHESTORE_SQLCP you...
July 19, 2013 at 1:53 pm
that link does not expand for me.
MachineB (presumed passive node) will not be able to see the disks when passive so will not able to see the file system....
July 19, 2013 at 8:01 am
Viewing 15 posts - 511 through 525 (of 4,745 total)