If my application was designed to generate a "schedule" or list of dates, and I wanted to store those dates in a SQL server as an array, what SQL data type would I pick? ntext seems excessive, and I don't think date would work...any suggestions?
zachattack05 70 Posting Pro in Training
Recommended Answers
Jump to PostI would just save all the dates on seperate entries with a common ID. I guess it depends on if you already have the database structure laid out, but if you are designing it from scratch that's what I'd do.
For example:
table 1 - Schedules
fields:
ID …
All 3 Replies
Mitja Bonca 557 Nearly a Posting Maven
skatamatic 371 Practically a Posting Shark
zachattack05 70 Posting Pro in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.