Share via

Perform SQL

Hannah Lee 1 Reputation point
2022-07-29T09:00:03.677+00:00

Hello everyone,

Please see our questions below:

  1. Our company data comprises just ONE big table. We divided it by the WZ code, because otherwise it would be too large and we would lose sight.

Our question: How can we perform SQL for one single table?

  1. We need to merge all tables into one, how can we do this automatically?
Developer technologies | Transact-SQL
Developer technologies | Transact-SQL

A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories


2 answers

Sort by: Most helpful
  1. Bjoern Peters 8,921 Reputation points
    2022-07-29T11:24:15.447+00:00

    Can you show us your data structure? Either as a sketch or as a DDL or screenshots?1

    Without any information on your environment, your system, and your "data layout," we cannot give you any (working) advice.

    Maybe it is just a simple "JOIN," or it can be a complex workflow...

    Was this answer helpful?

    0 comments No comments

  2. Olaf Helper 47,621 Reputation points
    2022-07-29T09:41:26.137+00:00

    Sorry, I don't understand what you have on table(s) (you wrote one?) and what your requirements are?
    May can you explain it detailed, please?

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.