Viewing 15 posts - 4,141 through 4,155 (of 9,253 total)
vishalsurya50 (4/29/2013)
I get the following below error .Kindly check and let me know what should be done in initiating iscsi disk.
Validate Disk Access Latency
Description: Validate acceptable latency for disk...
May 1, 2013 at 12:34 am
Count(*) includes rows with null values whereas count(id) would not include rows with a null id. Unlikely if the id is a primary key though, so it does depend on...
May 1, 2013 at 12:16 am
One question springs to mind
If you had a resource in your cluster group marked as failed why on earth would you think the update would still be successful??
May 1, 2013 at 12:09 am
deep_kkumar (4/30/2013)
May 1, 2013 at 12:01 am
Isabelle2378 (4/30/2013)
Hi,I have a filegroup with one large datafile that is 300GB and I want to create 10- 30GB files and spread the data across them for better performance.
Create a...
April 30, 2013 at 11:40 pm
Jeffrey Williams 3188 (4/29/2013)
switch recovery model back to full - take a full backup - and restart your transaction log backups.
Taking a diff backup instead of a full maybe quicker...
April 29, 2013 at 8:15 pm
Surely you mean 😉
Steve JP (4/27/2013)
1)switch to simple recovery2)backup database
3)checkpoint database
4)shrink log
April 27, 2013 at 7:27 am
You can apply an SP and CU when slipstreaming an install, but the PCUSource and CUSource parameters do not apply to straight SP or CU installs.
April 27, 2013 at 7:22 am
george sibbald (4/27/2013)
could you expand on that perry?
You run setup with the skip validation rules parameter. Search google you'll find it.
I generally wouldn't recommend it though as using skip...
April 27, 2013 at 7:19 am
AllenValk66 (4/26/2013)
the temporary table should be...
April 27, 2013 at 12:58 am
zi (4/26/2013)
(you may have to run a checkpoint or two before the log rolls over to the free space to allow shrinking) will work,how to run a checkpoint?
Thanks
use [yourdb]
GO
checkpoint
April 27, 2013 at 12:40 am
Larry Kruse (4/24/2013)
Node01 = runs an instance of Report Services pointing at a production report services database on the cluster.
Node02...
April 27, 2013 at 12:36 am
something i've never tried actually, but i would follow this
dan-572483 (4/25/2013)
2) Failover
3) Install SP on the other node.
4) Failover
5) Install CU on the 1st...
April 27, 2013 at 12:29 am
A user maps to dbo when they are the owner of the database. Open the database properties and check\change the account who owns it.
April 27, 2013 at 12:24 am
Have you created a database mirroring endpoint on the witness and granted the appropriate account connect permission?
April 27, 2013 at 12:21 am
Viewing 15 posts - 4,141 through 4,155 (of 9,253 total)