How to generate multiple output tables on SQL server of same schema based on a column
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
dizy_11
7 - Meteor
‎02-28-2022
08:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I want to generate multiple tables in SQL server from same table based on different values in column "Test".
I have attached the sample input and output tables.
Different output table should be generated in SQL server as per values in column "Test".
Do anybody know how to do this directly in a output tool by adding stored procedure for these tests in it.
Thanks in advance.
Labels:
- Labels:
- Output
1 REPLY 1
21 - Polaris
‎02-28-2022
09:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@dizy_11
I hope I get you correctly.
