Replication and the FILESTREAM data type

Discussion in 'Databases' started by Kazooie, Dec 13, 2008.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi, with the DiscountASP.net base hosting plan and the MS SQL 2008 add-on:
    - is it possible to use the FILESTREAM data type?
    - is it possible to set up a Replication Publisher?
    - is it possible to include FILESTREAM data in the replication publications?

    Thanks for any information on this subject.
     
  2. Replication for MSSQL 2K8?

    Hello,

    I know this is a slightly old thread, but i was hoping you could clarify something for me...

    As far as I've seen, replication is not supported anywhere on DASP... does this change for SQL 2008?

    TIA,

    --J
     
  3. Hi,
    The SQL Server 2008 replication works with the new Microsoft Sync network.
    What I meant by "local" is using the Sync network on local machines once you pull/pump data from your DASP remote SQL Server. That would work locally for remote "shared" hosting SQL Servers.

    Keep in mind this is intended by Microsoft for "high thoughput".
    More info here: http://msdn.microsoft.com/en-us/library/ms151198.aspx
    All the best,
    Mark
     
  4. Did you mean to say Microsoft Sync Framework?

    Thank you for the info, though, I have a big task of trying to keep certain lists sync'd between the LAN database and the website; it's always one-way, but sometimes I'm pushing to the website, and sometimes I'm pulling from it.

    Hmm, well, maybe that's not always exactly true, but in the cases where I'd be updating a list that I ordinarily only pull from, for example, I'd only be updating one record at a time.

    Thanks again,

    --J
     
  5. Cool! How about a webcast on that? :)
     
  6. ...I'll try ;-)
    Locally I'm only running SQL Server 2008 Developer Edition right now on the Webcasts Vista machine, nothing on the second Vista box...but the Sync Framework is on both.
     
  7. "Only" Developer edition? Problem with Sync on Developer Edition? Doesn't that usually have most all of the bells and whistles? I'm running the same version, and haven't had time to explore it much yet.
     
  8. Hi,
    The Developer Edition does have all the bells and whistles of the full Enterprise version, which is good and bad.
    There are some rumors of future versions of SQL Server at the Developer level having a "switch" you can throw to simulate the other versions, which would make it easier to test with and lower on system resources. Makes perfect sense...

    On my other Vista machine I was running SQL Server 2005 Developer but could shoot myself for the beta Msft software I tested on that same machine, I had the Business objects tied into SQL Server 2005 and a local pump going both ways, but then the .NET 4 beta took a bite out of everything, kept getting that nasty mscoreei.dll error...Yes I should be using VM for some of that. ;-)
    All the best,
    Mark
     
  9. Microsoft Sync Framework

    Hi guys,

    I am trying to set up a replication between my DASP SQL2008 db and a local SQLCE db. However when I am calling my WCF service I get the :
    "Could not load file or assembly 'Microsoft.Synchronization, Version=2.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified." Error.

    Seems like the Sync Framework Components are not installed on the server. How do I get them activated/installed? I looked at my DASP control panel but found nothing about Sync Framework. Searching the entire DASP.Net site only returned this post.

    Anyone using sync framework on DiscountASP successfully?

    Thanks a lot.
     
  10. Hi,
    We do not have access to Sync, needs to be performed/tested locally.
    Everything I referred to previously was for local tests.
    To use any DASP data it would need to be Imported using a Task.
    Note: I am no longer running any Vista systems.
    Sorry for any confusion.
    All the best,
    Mark
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page