Viewing 15 posts - 751 through 765 (of 1,640 total)
GilaMonster (1/15/2013)
January 15, 2013 at 12:49 pm
Thanks, I use a query to check I/O usage like refered in this article:
My question is : does the query in the link include I/O usage for back up and...
January 15, 2013 at 12:18 pm
For backups it usually happens on the same server.
For restores we usually do manually restore on local by copying the backup file to local.
Does reindex or update statistics also use...
January 14, 2013 at 4:21 pm
I ask because our network people are investigating some SAN I/O issues.
They are wondering the backup or restore could generate a lot of I/O and cause problems.
They just...
January 14, 2013 at 3:14 pm
SQLRNNR (1/14/2013)
I would also only do these during offhours with that database.
Please...
January 14, 2013 at 11:50 am
Thanks, it is using the update statistics task item in maintenance plan.
The View T-SQL, part of it is like:
UPDATE STATISTICS [dbo].[VPX_TEMPTABLE0]
WITH FULLSCAN
GO
use [vCenterDB2]
GO
UPDATE STATISTICS [dbo].[VPX_TEMPTABLE1] WITH FULLSCAN
GO
use [vCenterDB2]
GO
UPDATE STATISTICS...
January 14, 2013 at 11:18 am
As a sidebar, though, this is precisely what the DOS level "archive" bit is for. Any decent tape backup worth it's salt will turn the bit off at the...
January 13, 2013 at 10:30 pm
I did, but I still did not get my question answered.
In the above article you give me:
it also says:
The two types of roles complement each other and should be used...
December 19, 2012 at 10:59 am
But I read from this site: http://msdn.microsoft.com/en-us/library/aa337385(v=sql.105).aspx
it says: Each user who requires access to a report server should have a system-level role assignment
also: b.Assign the System User role to all...
December 19, 2012 at 10:17 am
Thanks, I understand that.
But in most cases, even SQL server is up later than application server, the application still works.
I just want to know why this happens?
thanks
December 19, 2012 at 9:29 am
Thanks all.
Also the following is a related question.
Because we are going to do a data center maintenance for a lot of servers, we help networks group to shut down servers.
We...
December 18, 2012 at 3:30 pm
Thank you both for this, this makes much clearer to understand!
December 15, 2012 at 12:04 pm
Viewing 15 posts - 751 through 765 (of 1,640 total)