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 6642241
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T23:54:27+00:00 2026-05-25T23:54:27+00:00

Hi currently i am developing an windows form application to backup table data and

  • 0

Hi currently i am developing an windows form application to backup table data and table structure to an output file and i am using 3rd party dll to back up it and i have 3 radiobuttons in which user selects
1. To backup only table data
2. To back up only table structure.
3. To backup both table data and structure.

With that 3rd party dll i managed to do 2nd and 3rd points . To achive first one i am doing 3rd bit first and finally in my output file there will be both tabledata and table structure and if i want only table data i am trying to delete lines till schem bit and leave the data part and for that iam using following code :

   StringBuilder newText = new StringBuilder(); 
        using (StreamReader tsr = new StreamReader(filePath))
        {
            do
            {
                string textLine = tsr.ReadLine() + "\r\n";
                {
                    if (textLine.StartsWith("INSERT INTO"))
                    {

                        newText.Append(textLine + Environment.NewLine);
                    }
                }
            }
            while (tsr.Peek() != -1); 
            tsr.Close();
        }
        System.IO.TextWriter w = new System.IO.StreamWriter(filePath);


        w.Write(newText.ToString());
        w.Flush();
        w.Close(); 

If i am doing above coding i am missing GO between INSERT INTO statements as i want GO between each insert into statement . Please help and let me know is there anything worng with my approach

  • 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-25T23:54:27+00:00Added an answer on May 25, 2026 at 11:54 pm

    Possible approach: just don’t write the program, use SQL Server features.

    https://serverfault.com/questions/147638/dump-microsoft-sql-server-database-to-an-sql-script

    http://www.kodyaz.com/articles/how-to-script-data-in-sql-server-2011.aspx

    http://blog.sqlauthority.com/2007/11/16/sql-server-2005-generate-script-with-data-from-database-database-publishing-wizard/

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

Sidebar

Related Questions

I'm using Windows XP and currently, I'm developing a small win form application so
I am currently developing an application in C# using Windows Forms. I am using
I'm developing a windows forms application using VB.NET. I'm currently working on DataReport (by
I was currently developing a desktop application in C# using mono and testing in
I am currently developing a Rails application using a database that was designed before
I'm currently developing a PHP application that's using an Access database as a backend.
I am currently developing an application for Windows CE on the TI OMAP processor,
Hi I am developing a campera capture application. I am currently using EmguCV 2.0.
we're currently developing an application that makes extensive use of popup windows(*) and have
I'm currently in the need of developing a Windows application. I want to keep

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.