December 11, 2003 at 10:59 am
How can one store mp3s and other binary data in SQL Server?
-Isaiah
December 11, 2003 at 11:05 am
Use the varbinary data type.
Steve Jones
http://www.sqlservercentral.com/columnists/sjones
The Best of SQL Server Central.com 2002 - http://www.sqlservercentral.com/bestof/
December 11, 2003 at 2:57 pm
You will probably need to use the image data type for mp3s.
--Jonathan
--Jonathan
December 11, 2003 at 3:13 pm
Thats what I figured, seems obvious enough.
Is this what Frank K. was refering to in an earlier, unrelated post?
Are their any tricks I need to know to make this work well?
Thanks
Isaiah
-Isaiah
December 12, 2003 at 2:59 am
Uff, when I first read use varbinary I was insecure as to what should be used.
Anyway, this is a link I post frequently
I'm doing this again now, because I want to take the chance to bring things into the right context.
The first time I became aware of this MS resource was when Dale Elizabeth Corey (DaleC) posted it here. So all credit belongs to her!
So, Dale, long time no see. Are you still out there?
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply