MySQL Forums
Forum List  »  Newbie

Re: Which is Better way to store Files.
Posted by: Varidhi Patil
Date: September 23, 2014 03:14AM

CREATE TABLE dbo.YourTable
(....... define the fields here ......)
ON Data -- the basic "Data" filegroup for the regular data
TEXTIMAGE_ON LARGE_DATA -- the filegroup for large chunks of data

Options: ReplyQuote


Subject
Written By
Posted
Re: Which is Better way to store Files.
September 23, 2014 03:14AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.