Viewing 15 posts - 121 through 135 (of 206 total)
We've never found any software that could do the trick, so we made a repository DB with all the info we could gather.
We try to make all the info gathering...
October 13, 2010 at 12:43 am
You can try to shrink it as much as you want, but since it's tempdb it might not always work (or only partialy shrink).
The best way to handle tempdb is...
October 13, 2010 at 12:36 am
Yep, the cluster service (or sql install) will try to create the names if they don't already exists.
October 12, 2010 at 7:56 am
You could use the Merge replication.
Doing all this by hand is not really the easiest thing in the world 🙂
October 12, 2010 at 7:55 am
Yes, you can see how many IO you are using right now.
If you can test that on a DB server already running you would already have a good idea of...
October 12, 2010 at 7:54 am
If the cluster service account has the rights to add computer name in the DC then it'll be added during the install (or when you create the cluster ressource for...
October 12, 2010 at 7:46 am
Well if you include the start date in the group by, it'll output a row per different start date.
So it's working the way it's supposed to work ...
To resolve your...
October 12, 2010 at 7:05 am
You don't take decision based on a single SQLIO, it works the other way around, you have expectation (xxx IO/s or xxx MB/s) and you use SQLIO to make sure...
October 12, 2010 at 6:47 am
If you setup your replication to be initialized, the replication will take care of transfering all the data before starting to replicate transactions.
So you don't have anything to do to...
October 12, 2010 at 6:14 am
The error 5 is an access denied, that means the service account running sql server doesn't have the right to write on the share or you forgot to specify a...
October 12, 2010 at 1:36 am
Could you give a shot at IOMeter on your previous disks and your new SSD to see the differences?
Only test for 8K and 64K packet, read and write, sequential and...
October 8, 2010 at 6:30 am
You are missing a quote somewhere.
You are trying to use Totalhours and EmpNo in a SET @query = . It can only work inside quotes since your FROM TestTable...
October 8, 2010 at 4:33 am
The problem is the SIZE=200GB, the backup command only backup the used pages and not the free space (that's why your backup is only 10MB).
When you restore, the first thing...
October 8, 2010 at 4:22 am
What other step do you have in your maintenance plan?
Any shrink?
What is the size of the index?
October 8, 2010 at 4:15 am
No need to cross post 🙂
http://www.sqlservercentral.com/Forums/Topic435492-149-1.aspx
October 5, 2010 at 8:33 am
Viewing 15 posts - 121 through 135 (of 206 total)