Click here to Skip to main content
15,888,351 members
Home / Discussions / Database
   

Database

 
AnswerRe: How to use SQL database in other PC Without install SQL Server? Pin
Mycroft Holmes2-Oct-13 12:57
professionalMycroft Holmes2-Oct-13 12:57 
GeneralRe: How to use SQL database in other PC Without install SQL Server? Pin
Member 103117962-Oct-13 22:40
Member 103117962-Oct-13 22:40 
GeneralRe: How to use SQL database in other PC Without install SQL Server? Pin
Mycroft Holmes2-Oct-13 22:54
professionalMycroft Holmes2-Oct-13 22:54 
QuestionStoring Bulk data Pin
muraliDarenKassi30-Sep-13 20:46
muraliDarenKassi30-Sep-13 20:46 
AnswerRe: Storing Bulk data Pin
Mycroft Holmes30-Sep-13 21:34
professionalMycroft Holmes30-Sep-13 21:34 
GeneralRe: Storing Bulk data Pin
muraliDarenKassi30-Sep-13 21:41
muraliDarenKassi30-Sep-13 21:41 
GeneralRe: Storing Bulk data Pin
Eddy Vluggen1-Oct-13 0:28
professionalEddy Vluggen1-Oct-13 0:28 
AnswerRe: Storing Bulk data Pin
jschell2-Oct-13 8:48
jschell2-Oct-13 8:48 
Your question isn't clear.

If you want to store a single 'item' without respect to the type of the item and you need to have no limit on the size then you would use a single column which has a blob (binary not character data.)

If you want to keep a hint as to what type of data is in that column then you could create another string\text column which stores the name of the type like 'url', 'txt', 'img', etc.


muraliDarenKassi wrote:
is it possible?if so,how?


If the above is a correct re-statement of your question then the above is also the answer.
QuestionHow to fetch data from OLAP to show reports Pin
Harendra.jadon26-Sep-13 1:55
Harendra.jadon26-Sep-13 1:55 
AnswerRe: How to fetch data from OLAP to show reports Pin
Mycroft Holmes28-Sep-13 13:14
professionalMycroft Holmes28-Sep-13 13:14 
Questionvarbinary - Consequences to saving document/pdf as binary in SQL? Alternatives? Pin
PrissySC22-Sep-13 4:00
PrissySC22-Sep-13 4:00 
AnswerRe: varbinary - Consequences to saving document/pdf as binary in SQL? Alternatives? Pin
Eddy Vluggen22-Sep-13 22:59
professionalEddy Vluggen22-Sep-13 22:59 
AnswerRe: varbinary - Consequences to saving document/pdf as binary in SQL? Alternatives? Pin
Richard Deeming23-Sep-13 2:13
mveRichard Deeming23-Sep-13 2:13 
AnswerRe: varbinary - Consequences to saving document/pdf as binary in SQL? Alternatives? Pin
jschell23-Sep-13 8:21
jschell23-Sep-13 8:21 
Questionfunction return text Pin
Member 845343722-Sep-13 1:07
Member 845343722-Sep-13 1:07 
AnswerRe: function return text Pin
susanna.floora22-Sep-13 21:17
susanna.floora22-Sep-13 21:17 
AnswerRe: function return text Pin
Richard Deeming23-Sep-13 2:09
mveRichard Deeming23-Sep-13 2:09 
Questiondisplay all cleaners using Join Pin
Jassim Rahma21-Sep-13 23:35
Jassim Rahma21-Sep-13 23:35 
AnswerRe: display all cleaners using Join Pin
Eddy Vluggen22-Sep-13 0:30
professionalEddy Vluggen22-Sep-13 0:30 
GeneralRe: display all cleaners using Join Pin
Jassim Rahma22-Sep-13 0:52
Jassim Rahma22-Sep-13 0:52 
QuestionRe: display all cleaners using Join Pin
Eddy Vluggen22-Sep-13 1:18
professionalEddy Vluggen22-Sep-13 1:18 
AnswerRe: display all cleaners using Join Pin
Jassim Rahma22-Sep-13 1:24
Jassim Rahma22-Sep-13 1:24 
SuggestionRe: display all cleaners using Join Pin
Eddy Vluggen23-Sep-13 5:55
professionalEddy Vluggen23-Sep-13 5:55 
AnswerRe: display all cleaners using Join Pin
Bernhard Hiller22-Sep-13 21:56
Bernhard Hiller22-Sep-13 21:56 
AnswerRe: display all cleaners using Join Pin
David Mujica23-Sep-13 3:01
David Mujica23-Sep-13 3:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.