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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T13:33:29+00:00 2026-05-25T13:33:29+00:00

I have a C# WinForms application that imports sales contained in a fixed width

  • 0

I have a C# WinForms application that imports sales contained in a fixed width file and stores it into some tables. The tables have the exact same structure but are located in different schemas inside the database.

Currently I run two queries in my application to store each sale’s data, one to fetch the correct schema to store the data and another to actually insert it into the table.

To better exemplify, let’s say I have a Clients table in a Main schema and several schemas (one for each region of my country) with a Sales table each. I use each sale’s Client Id to find the correct schema to store it.

I need to optimize this proccess, make it faster. I profiled the application and this two queries are the most time consuming steps. I think running a single command inside my application and leaving the work of finding the correct schema to the database will help.

I want to achieve something like this:

INSERT INTO 
    (SELECT clients.schema_name FROM main.clients WHERE client_id = @client_id).sales 
    (client_id, qty, value) 
VALUES 
    (@client_id, @qty, @value)

Clearly it doesn’t works. I don’t know much about SQL, just the basics, but I think that’s not possible to do with in a single command, I guess I need a Stored Procedure for that.

I would love to hear some directions or even better solutions for this (as long it does not involves changing the database structure).

  • 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-25T13:33:30+00:00Added an answer on May 25, 2026 at 1:33 pm

    Your database is broken, and avoiding the problem is quite probably not going to be worth it long term. If you are interested, it’s not difficult to point out the maintainability problems with using schemas like that.

    That said, you probably cache client_id -> schema_name in your C# code and avoid most queries to get that information.

    You could also write a SP to do that, but it would probably have to resort to constructing dynamic SQL queries or a similar hack which might be pretty slow by itself.

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

Sidebar

Related Questions

I have a winforms application that presently ships with a chm file for context-sensitive
I have a .NET WinForms application that I've converted into a COM dll using
I have a WinForms application that, at some point, will do some calculations that
I have written a .net winforms application that does some heavy processing and slows
I have a WinForms application that uses a config file to specify where it's
I have Winforms application that must create write to certain configuration file during usage.
I have a winforms application that normally is at about 2-4% CPU. We are
I have C# winforms application that needs to start an external exe from time
I have a winforms application that is doing the following: on each query: Db
I have an winforms application that was built using MVC. The controller is subscribing

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.