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.

 All Forums
 SQL Server 2005 Forums
 High Availability (2005)
 Mirror, t-log shipping or what??

Author  Topic 

pithhelmet
Posting Yak Master

183 Posts

Posted - 2008-10-30 : 08:50:34
Hello everyone,

I need to setup a server that will act as a reporting data server.

What type of data 'movement' should i go with?

Problems...
1) Mirroring will not allow clients to query data on thereporting server

2) Backup and restore poses a huge load on the production servers

What are my options to allow clients to query data on the report server AND keep the data from production onto the report database semi-sync'd

thanks in advance

take care
tony

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2008-10-30 : 08:52:22
Transactional Replication.
Go to Top of Page

pithhelmet
Posting Yak Master

183 Posts

Posted - 2008-10-30 : 09:36:11
Thanks for the direction....

The production servers do not have replication installed.

I tried to install the replication, but it fails.

Go to Top of Page

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2008-10-30 : 12:03:06
Replication comes with SQL Server. What edition is it?
Go to Top of Page

saurabhsrivastava
Posting Yak Master

216 Posts

Posted - 2008-10-30 : 23:03:25
Evaluate your needs before jumping to any conclusion. All three have pros/cons so first look at your SLA for reporting users. Do some research on all of them.
see if this helps you
http://technet.microsoft.com/en-us/magazine/cc160992.aspx
Go to Top of Page

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2008-10-30 : 23:10:58
quote:
Originally posted by saurabhsrivastava

Evaluate your needs before jumping to any conclusion. All three have pros/cons so first look at your SLA for reporting users. Do some research on all of them.
see if this helps you
http://technet.microsoft.com/en-us/magazine/cc160992.aspx



What do you see disadvantages of Transactional Replication for Reporting Needs?
Go to Top of Page

pithhelmet
Posting Yak Master

183 Posts

Posted - 2008-10-31 : 05:48:55
Thats not the issue anymore -

Replication fails to load on the enterprise version of SQL server 2005... all of them in production (~20 servers)

I think they were replicated from a single installation across all the VM's and since the first one was effd,
then all of them are effd.

Go to Top of Page

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2008-11-01 : 12:34:59
Isn't there Replication tab in Object explorer? Or can you explain clearly?
Go to Top of Page

pithhelmet
Posting Yak Master

183 Posts

Posted - 2008-11-01 : 12:41:38
>Or can you explain clearly?

about as clear as i can....

Yes, there is an option in the OE.
I can right click and choose new publication wizard.

An error message is displayed


TITLE: New Publication Wizard
------------------------------

Microsoft SQL Server Management Studio is unable to access replication components because replication is not installed on this instance of SQL Server. For information about installing replication, see the topic Installing Replication in SQL Server Books Online.

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server+Management+Studio&ProdVer=9.00.3042.00&EvtSrc=Microsoft.SqlServer.Management.UI.ReplUtilitiesErrorSR&EvtID=ReplicationNotInstalled&LinkId=20476

------------------------------
ADDITIONAL INFORMATION:

Replication components are not installed on this server. Run SQL Server Setup again and select the option to install replication. (Microsoft SQL Server, Error: 21028)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=09.00.3042&EvtSrc=MSSQLServer&EvtID=21028&LinkId=20476

------------------------------
BUTTONS:

OK
------------------------------



I have tried to go in and install the replication feature, but the installation fails stating there is a fatal error.

I called MS, and opened a ticket, and the answer i got was "best guess" because it is on a virtual server.
No help -

strike three....

going to do an automated backp and restore using jobs and winzip.

Go to Top of Page

saurabhsrivastava
Posting Yak Master

216 Posts

Posted - 2008-11-03 : 23:33:17
Its not about disadvantage or benefits. We are giving options because we don't know his enviornment and business needs. So it is always better to do some research before implementing any solution. There are many ways to implement a reporting solution and each has its pros/cons and one should go in details prior to taking any further steps. I hope that make sense
quote:
Originally posted by sodeep

quote:
Originally posted by saurabhsrivastava

Evaluate your needs before jumping to any conclusion. All three have pros/cons so first look at your SLA for reporting users. Do some research on all of them.
see if this helps you
http://technet.microsoft.com/en-us/magazine/cc160992.aspx



What do you see disadvantages of Transactional Replication for Reporting Needs?

Go to Top of Page
   

- Advertisement -