Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
patshaw
Posting Yak Master
177 Posts |
Posted - 2012-06-15 : 06:00:56
|
Hi, we currently replicate data from one of our main SQL Servers (mainly transactional replication) to an independent report server. Our main server is a cluster joined to a SAN. The report server is fast becoming unfit for purpose so we are looking to purchase new hardware and also hook the new report server up to the SAN.My question is, should we continue to use Replication between our main server and report server, even though the discs will reside on the same hardware? Is there a 'better' way to make the data available for reporting other than using Replication?My initial suspicion is that Replication will remain but I'd just like to throw this question out to see what other DBA's may have done in this situation. |
|
nigelrivett
Master Smack Fu Yak Hacker
3385 Posts |
Posted - 2012-06-15 : 06:33:16
|
You could have a look at thishttp://technet.microsoft.com/en-us/library/ms175511.aspxProbably only useful if you have control of when reports are run and are happy with snapshots of data.==========================================Cursors are useful if you don't know sql.SSIS can be used in a similar way.Beer is not cold and it isn't fizzy. |
|
|
patshaw
Posting Yak Master
177 Posts |
Posted - 2012-06-15 : 11:35:56
|
Thanks Nigel. Snapshots are an Enterprise only feature and we're running Standard. I don't suppose there is anything wrong with keeping Replication, it just feels odd when the discs are on the same metal. It should be quick anyway, without any network latency etc...... |
|
|
nigelrivett
Master Smack Fu Yak Hacker
3385 Posts |
Posted - 2012-06-15 : 12:03:38
|
Can still be slow if you update every row of a large table.If you've already got that set up and working happily it's probably more effort to change than it's worth - unless there's another reason.==========================================Cursors are useful if you don't know sql.SSIS can be used in a similar way.Beer is not cold and it isn't fizzy. |
|
|
Sachin.Nand
2937 Posts |
Posted - 2012-06-15 : 13:25:09
|
You need to deep dive why the discs are slow.What are current iops ?Are the underlying LUNS on the SAN dedicated to sql server or is shared by other applications ?After Monday and Tuesday even the calendar says W T F .... |
|
|
|
|
|