UrbanPro

Learn SQL Server from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

Search in

How do I convert a comma separated string to a temp table SQL server?

Asked by Last Modified  

Follow 1
Answer

Please enter your answer

To convert a comma-separated string into a temporary table in SQL Server, you can use a combination of string splitting and table variable or temporary table. The `STRING_SPLIT` function is available in SQL Server 2016 and later versions and is specifically designed for this purpose.Here's an example...
read more

To convert a comma-separated string into a temporary table in SQL Server, you can use a combination of string splitting and table variable or temporary table. The `STRING_SPLIT` function is available in SQL Server 2016 and later versions and is specifically designed for this purpose.

Here's an example of how you can achieve this:

```sql
-- Declare a variable to hold the comma-separated string
DECLARE @YourCommaSeparatedString VARCHAR(MAX) = 'value1,value2,value3';

-- Create a temporary table to store the values
CREATE TABLE #TempTable (Column1 VARCHAR(255));

-- Insert the values from the comma-separated string into the temporary table
INSERT INTO #TempTable (Column1)
SELECT TRIM(VALUE) AS Column1
FROM STRING_SPLIT(@YourCommaSeparatedString, ',');

-- Display the contents of the temporary table
SELECT * FROM #TempTable;

-- Drop the temporary table when you are done
DROP TABLE #TempTable;
```

Replace `'value1,value2,value3'` with your actual comma-separated string, and adjust the data type and size of the temporary table column based on your needs.

Keep in mind that the `STRING_SPLIT` function splits the string based on the specified delimiter (in this case, the comma `,`). If you are using an older version of SQL Server that does not support `STRING_SPLIT`, you might need to use a custom string splitting function or another method to achieve the same result. In such cases, various user-defined functions are available online for string splitting, or you can create your own if necessary.

read less
Comments

Related Questions

I need your help to choose my career as I have three years of gap between my education. I know SQL. Can anyone tell me should I choose MS SQL server or oracle because I am interested in the database? Which one will be better to learn to get into the IT industry? Please help me! Thank you!
As you are strong and interested in SQL, why not to choose ETL Testing? It has a good career ahead in data projects. To survive in the market, you need both Oracle & SQL Server. Actually, both are almost same but are different products.
Santhosh
I need a trainer for SQL-Programming in Tirupur Dist-Tamilnadu I need a trainer who knows to speak in Tamil Preferably..
I am from Hyderabad,I am expert in sql server (TSQL and TSQL Programming),I can teach you that no one teach in India if you are fine with normal English let me know.
Murthy
My name is Rajesh , working as a Recruiter from past 6 years and thought to change my career into software (development / admin/ testing ) am seeking for some suggestion which technology I need to learn ? Any job after training ? Or where I can get job within 3 months after finishing my training programme- your advices are highly appreciated
Mr rajesh if you want to enter in to software Choose SAP BW AND SAP HANA because BW and HANA rules the all other erp tools next 50 years.it provides rubust reporting tools for quicker decesion of business It very easy to learn
Rajesh
1 0
6

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

How To Minimize The Page Splits In Sqlserver To Improve The Performane Of Database?
How to minimize the page splits in sqlserver to improve the performane of database? Page Splits: A page is 8Kbytes of data which can be index related, data related, large object binary (lob’s)...

Data Integrity in SQL Server
It is often told, data without integrity is just numbers. There are different situations like1. When a user enters data which is not in proper range or invalid2. A wrong DML operation is attempted by...

Troubleshooting SQL Server Agent failed Jobs - Common daily routine work for DBA
If you are lazy and not intended to do repetitive manual work at a routine time, then SQL Server Agent job help you achieve this. SQL Server agent jobs help to automate the execution of the recurring task...

What is database backup? How backup works in SQL Server?
Database Backup in normal terms can be said as a copy of data which can be used in a situation when the things go wrong with your system/server. If your role is IT/Database Administrator, then it is your...

New Features Worth Exploring in SQL Server 2016
New Features Worth Exploring in SQL Server 2016 There is a lot of buzz around SQL Server 2016. Microsoft announced the release of SQL Server 2016 at the Microsoft Ignite Conference during the first...

Recommended Articles

Microsoft Office is a very popular tool amongst students and C-Suite. Today, approximately 1.2 billion people across 140 countries use the office programme. It is used at home, schools and offices on a daily basis for organizing, handling and presenting data and information. Microsoft Office Suite offers programs that can...

Read full article >

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

Read full article >

Information technology consultancy or Information technology consulting is a specialized field in which one can set their focus on providing advisory services to business firms on finding ways to use innovations in information technology to further their business and meet the objectives of the business. Not only does...

Read full article >

Software Development has been one of the most popular career trends since years. The reason behind this is the fact that software are being used almost everywhere today.  In all of our lives, from the morning’s alarm clock to the coffee maker, car, mobile phone, computer, ATM and in almost everything we use in our daily...

Read full article >

Looking for SQL Server Training?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you
X

Looking for SQL Server Classes?

The best tutors for SQL Server Classes are on UrbanPro

  • Select the best Tutor
  • Book & Attend a Free Demo
  • Pay and start Learning

Learn SQL Server with the Best Tutors

The best Tutors for SQL Server Classes are on UrbanPro

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more