|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Yesterday @ 2:58 PM
Points: 67,
Visits: 433
|
|
I don't know much about transactional replication and we're going to implement this soon on a SQL Server 2008 Standard server. I'd heard that you can't create a snapshot in SQL 2008 Standard. Is this correct? It seems like it must be since replication is supported in all editions of SQL 2008. Any info is greatly appreciated! Elizabeth
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Wednesday, June 05, 2013 3:25 AM
Points: 13,
Visits: 103
|
|
| Transactional replication indeed starts with a db snapshot, even in Std edition, after which subsequent changes at the publisher are monitored for near real time transfer to the subscriber(s)
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Today @ 10:11 AM
Points: 5,242,
Visits: 11,262
|
|
Elizabeth.Block (10/24/2012) I don't know much about transactional replication and we're going to implement this soon on a SQL Server 2008 Standard server. I'd heard that you can't create a snapshot in SQL 2008 Standard. Is this correct? It seems like it must be since replication is supported in all editions of SQL 2008. Any info is greatly appreciated! Elizabeth database snapshots are a feature of the Enterprise product is this what you are referring too?
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs"
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Wednesday, June 05, 2013 3:25 AM
Points: 13,
Visits: 103
|
|
Perry Whittle (10/25/2012)
Elizabeth.Block (10/24/2012) I don't know much about transactional replication and we're going to implement this soon on a SQL Server 2008 Standard server. I'd heard that you can't create a snapshot in SQL 2008 Standard. Is this correct? It seems like it must be since replication is supported in all editions of SQL 2008. Any info is greatly appreciated! Elizabethdatabase snapshots are a feature of the Enterprise product is this what you are referring too?
Aha, database snapshot is not related to snapshots in Sql svr replication. Database snapshot, an enterprise feature, simply gives you a read only clone of your DB the way it looked at a point in time. Snapshots in replication is handled by the sql svr snapshot agent and it just takes a 'snapshot' of objects to be published before the other repl events take over.
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Today @ 10:11 AM
Points: 5,242,
Visits: 11,262
|
|
bjcharles (10/25/2012)
Perry Whittle (10/25/2012)
Elizabeth.Block (10/24/2012) I don't know much about transactional replication and we're going to implement this soon on a SQL Server 2008 Standard server. I'd heard that you can't create a snapshot in SQL 2008 Standard. Is this correct? It seems like it must be since replication is supported in all editions of SQL 2008. Any info is greatly appreciated! Elizabethdatabase snapshots are a feature of the Enterprise product is this what you are referring too? Aha, database snapshot is not related to snapshots in Sql svr replication. Database snapshot, an enterprise feature, simply gives you a read only clone of your DB the way it looked at a point in time. Snapshots in replication is handled by the sql svr snapshot agent and it just takes a 'snapshot' of objects to be published before the other repl events take over. Hence why i asked the OP if they were referring to database snapshots as this is where the restriction between Ent and Std lies
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs"
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Yesterday @ 2:58 PM
Points: 67,
Visits: 433
|
|
| Thank you both for your replies! I thought that database snapshots might be the same as the snapshots used for replication but wasn't sure. Can the snapshot for replication be made by the replication wizard.
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Today @ 10:11 AM
Points: 5,242,
Visits: 11,262
|
|
Elizabeth.Block (10/25/2012) Thank you both for your replies! I thought that database snapshots might be the same as the snapshots used for replication but wasn't sure. You're welcome. I guessed that's where you were getting confused.
Elizabeth.Block (10/25/2012) Can the snapshot for replication be made by the replication wizard. When you setp through the wizard there is an option to have the agent generate the snapshot immediately or later. Go through this first in your test system to ensure you're comfortable with the steps
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs"
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Yesterday @ 2:58 PM
Points: 67,
Visits: 433
|
|
| Thanks, Perry, I appreciate the help! I'm going to have to do a lot of reading and testing on this... Off to work!
|
|
|
|