Viewing 15 posts - 196 through 210 (of 2,640 total)
I'd suggest cdc as the best option
May 20, 2011 at 2:47 am
log shipping didn't work for reporting because sadly all our reports need to issue writes ( don't ask ) to the data during generation - so I can only run...
May 20, 2011 at 2:44 am
Many of the counters don't work quite like that I'm afraid. I don't believe that the cpu counters in sys.dm_os_performance_counters actually record cpu like that. I capture cpu but...
May 20, 2011 at 2:41 am
put your backups into a sub directory. In some circumstances you cannot write files to a root of a drive. ( it's sloppy practice to write stuff to a root...
May 19, 2011 at 6:33 am
the downside of multiple step jobs or multiple commands in a step is how you handle an error or failure.
Let's say you take the approach of 1 step for each...
May 19, 2011 at 6:30 am
I'd say that most of this is happening in memory which means that the limitations of hardware are the factors here.
Do I think you can get under 5 secs -...
May 19, 2011 at 6:18 am
I believe the proc that fixes logins no longer works in sql 2008 - I usually script users in this situation as it's easier, especially with schemas unless you don't...
May 19, 2011 at 6:03 am
yeah I know but everyone understands active/active & active/passive. But I agree
May 18, 2011 at 3:27 pm
Actually san replication is a software solution because you have to buy the software. But we're getting off the point. In SQL Server, clustering allows you to have an instance...
May 18, 2011 at 2:04 pm
ha! welcome to a world of pain with figures so largely meaningless you can almost prove anything!!
An actual iop is a calculation based on the rotational speed of a disk...
May 18, 2011 at 1:46 pm
I don't build SSRS servers very often, far less than SQL Servers, and I haven't created a build doc for SSRS 2008 (R2) yet. The install I did was to...
May 18, 2011 at 1:31 pm
umm - the whole point about log shipping is that it copies everything, that's why it's the most simple but effective way to safeguard an environment, not least because every...
May 18, 2011 at 1:19 pm
there's no way to have different indexing in a log shipped environment.
15k rows an hour isn't particually a heavy load, depending upon your hardware of course - benchmarking tests...
May 18, 2011 at 9:49 am
I'm not sure that a remote distributor of any sql version will always give you better performance, it all depends upon the load(s) on the servers and essentially network bandwidth.
When...
May 18, 2011 at 9:41 am
for example
alter index myindex on [dbo].MyTable REBUILD PARTITION = 11 WITH (SORT_IN_TEMPDB = ON);
partitioned indexes can't be rebuilt on-line btw.
May 18, 2011 at 9:35 am
Viewing 15 posts - 196 through 210 (of 2,640 total)