Viewing 15 posts - 1 through 15 (of 33 total)
It is not possible to prepare availability on DWH, because target DWH server could not know how frequent data would be uploaded. Per changes on source servers, target could not...
December 22, 2011 at 7:07 am
I Think, I found
WITH XMLNAMESPACES(DEFAULT N'http://schemas.microsoft.com/sqlserver/2004/07/showplan'),
CachedPlans
(
ParentOperationID,
OperationID,
PhysicalOperator,
LogicalOperator,
EstimatedCost,
EstimatedIO,
EstimatedCPU,
EstimatedRows,
PlanHandle,
QueryText,
QueryPlan,
CacheObjectType,
ObjectType)
AS
(
SELECT
RelOp.op.value(N'../../@NodeId', N'int') AS ParentOperationID,
RelOp.op.value(N'@NodeId', N'int')...
May 26, 2011 at 8:19 am
Ok, After adding a where clause it was shown in order. Thanks for all.
Now, I understood case.
May 10, 2011 at 9:43 am
There are many nonclustered index on different columns on same table and also pk is different. Does it effect this situation?
May 10, 2011 at 9:27 am
Thanks a lot..
July 14, 2010 at 3:54 am
TRY..CATCH is the correct solution.
Thanks All...
July 13, 2010 at 8:53 am
Yes it is the correct solution. TRY..CATCH how do i not apply this?
Thanks 🙂
July 13, 2010 at 8:53 am
corrected : xp_cmdshell
But my problem is not this. just could not get return value while executing this script.
July 13, 2010 at 8:43 am
I just want to verify restore operation finished successfully? How do i get result of restore with t-sql scripts?
July 13, 2010 at 8:15 am
Max Server Memory (MBs) 13312
Min Server Memory (MBs) 13312
July 10, 2010 at 3:49 pm
Hi Jeffrey,
I set 13 GB of 16 GB to SQL Server, sqlservr.exe exceeds 15GB in a short time.
Page Read/sec still does lots of Peaks after index rebuild?
Could i check storage?
July 10, 2010 at 2:27 pm
Hi All,
On Tuesday I passed 70-450 by studying Microsoft SQL Server 2008 Administrator's Pocket Consultant. It is the best choice.
Now i am preparing to 70-433.
Regards
March 19, 2010 at 2:48 am
I completed a consolidation project in a big bank.
First, PSSDIAG is a useful tool. You can schedule tool and could collect data (perfmon counters, SQL Server properties, databases on...
January 15, 2010 at 6:33 am
Questions in braindumps.com is original questions with 70432 exam?
Sincerely,
December 16, 2009 at 1:05 am
Viewing 15 posts - 1 through 15 (of 33 total)