oigo
Old Hand
Points: 372
More actions
May 24, 2002 at 10:22 am
#158248
Hello, How can I store wav or mp3 files in SQLServer, thanks
K. Brian Kelley
SSC Guru
Points: 114642
May 24, 2002 at 11:45 am
#429740
You can use an image field and choose any of the various methods to get it in (e.g. chunks or streams). However, what's generally done is the file is kept in the file system and the reference to the file (file path) is kept in SQL Server.
bkelley@sqlservercentral.com
http://www.sqlservercentral.com/columnists/bkelley/
K. Brian Kelley@kbriankelley
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply