Viewing 15 posts - 1 through 15 (of 18 total)
From this query
SELECT object_name(p.object_id) as TableName,
p.partition_number as Partition
,cast( Avg( (rg.deleted_rows * 1. / rg.total_rows) * 100 ) as Decimal(5,2)) as 'Total Fragmentation (Percentage)',
sum (case rg.deleted_rows when rg.total_rows then 1...
October 28, 2015 at 1:53 am
Meanwhile, Suvorav, no chance you could look into the other ideas I posted - in particular the first one - isolating the SELECT queries and running them independently to see...
March 4, 2015 at 2:05 am
EMarkM (3/3/2015)
March 4, 2015 at 1:16 am
yes
server is under workload
a lot of stored procedures are running
I would like to know in what SP this error exists
March 3, 2015 at 3:46 am
Maybe there are some ways to estimate how long database will be in "In Recovery" state?
I used this query for monitoring restoring process
SELECT session_id as SPID, command, a.text AS Query,...
June 4, 2014 at 9:24 am
I have read abour Fast Recovery here http://sqlmag.com/database-high-availability/sql-server-2012-high-availability
"
Fast recovery helps a database to be available more quickly following a restore operation. With Fast Recovery, the database is available...
June 2, 2014 at 4:54 am
The of TempDb is 7000 Mb
SELECT * FROM sys.dm_os_latch_stats where waiting_requests_count <> 0
latch_classwaiting_requests_countwait_time_msmax_wait_time_ms
ACCESS_METHODS_DATASET_PARENT250908472717032106
ACCESS_METHODS_HOBT_COUNT13618916
BUFFER278705183513078871529
BUFFER_POOL_GROW400
LOG_MANAGER21157601420
TRACE_CONTROLLER300
NESTING_TRANSACTION_READONLY16789680216
NESTING_TRANSACTION_FULL445171122431
ACCESS_METHODS_ACCESSOR_CACHE1700
January 11, 2010 at 3:05 am
The target of a MERGE statement cannot be a remote table, a remote view, or a view over remote tables.
December 16, 2009 at 4:53 am
That is true, log shipping from 2008 to 2000 is impossable.
I am thinking about transactional replication. What do you think about it? Is anybody using transactional replication for such...
December 14, 2009 at 6:39 am
Thanks for reply
But that is not exactly what I need.
I have performed different finctional tests and used Upgrade Advisor.
The problems will be able to ocure in the process of running...
December 14, 2009 at 6:19 am
Thanks for reply
It is additional RAID 10
Most large tables are about
15 millions rows (Data space 2 594,500 MB , Index space 709,766 MB)
5 millions rows (Data space 1 163,180 MB,...
November 5, 2009 at 3:22 am
But i think attach/ detach is better solution
October 30, 2008 at 7:51 am
Viewing 15 posts - 1 through 15 (of 18 total)