Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 978857
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T04:07:30+00:00 2026-05-16T04:07:30+00:00

Has anyone managed to get the transfer mechanism working with FILESTREAM columns? My code

  • 0

Has anyone managed to get the transfer mechanism working with FILESTREAM columns?

My code is as follows:

Transfer transfer = new Transfer(sourceDatabase);
transfer.CopyAllObjects = true;

transfer.DropDestinationObjectsFirst = true;
transfer.CopySchema = true;
transfer.CopyData = false;
transfer.CopyAllTables = true;
transfer.Options.WithDependencies = true; 

transfer.DestinationServer = server.Name;
transfer.DestinationDatabase = targetDatabaseName;

transfer.TransferData();

I am getting the error message when creating the table with filestreaming columns:

“ERROR : errorCode=-1073548784 description=Executing the query … failed with the following error: “A table with FILESTREAM column(s) must have a non-NULL unique ROWGUID column.”. Possible failure reasons: Problems with the query, “ResultSet” property not set correctly, parameters not set correctly, or connection not established correctly.
helpFile= helpContext=0 idofInterfaceWithError={C81DFC5A-3B22-4DA3-BD3B-10BF861A7F9C}”

This is odd because the source table certainly has these properties set. Am I missing part of the transfer process?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T04:07:31+00:00Added an answer on May 16, 2026 at 4:07 am

    Oddly enough, this works fine:

    //transfer.TransferData();
    
    System.Collections.Specialized.StringCollection script = transfer.ScriptTransfer();
    
    Microsoft.SqlServer.Management.Smo.Database targetDatabase = server.Databases["dbname"];
    targetDatabase.ExecuteNonQuery(script);
    

    Can anyone shed any light on this? Why would the transfer fail, yet generating and running the script work fine?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Has anyone managed to get the gesture recognition working in cocos-2d? I have read
Has anyone managed to get the new Infinitest open source version running in IntelliJ
Has anyone managed to get OpenGL ES 2.0 working in a live wallpaper? I
Has anyone managed to get subsonic or a variant working on Windows Mobile? We
Has anyone managed to get a custom IMessageInterpolator working to enable customisation of error
Has anyone managed to get ASP.NET Forms Authentication (with cookies) working with a PhoneGap
Has anyone managed to get Ninject working in Metro Style app using the Windows
Has anyone managed to get administration rights through the UAC without restarting the application
Has anyone managed to get a DBLookupComboBox to work with a DBCtrlGrid ? A
Has anyone managed to get this to work? Closest I have found is a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.