|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Blob fields ??
Hi,
I know in Mysql one can use a blob field(instead of varchar) to insert big amounts of data into a field - e.g User Notes or Long detailed descriptions How do I create a field using Enterprise Manager(MSSQL) to be able to handle this amounts of data ??? I can't seem to find the BLOB-option upon creating a field in MSSQL, am I missing something here ??? Many thanks
__________________
:P
|
|
#2
|
|||
|
|||
|
Use the text datatype or you can use varchar if the description does not exceed 8000 characters
|
|
#3
|
||||
|
||||
|
Hi,
I've tried them both, but still receive the following error: "Data source column is too large for the specified buffer size" Really hope you can help me as I've been struggling on this for several days now. |
|
#4
|
||||
|
||||
|
You can change the data type to NTEXT, TEXT or IMAGE. Each of these types is capable of holding up to 2 GB of data each.
__________________
Up the Irons What Would Jimi Do? Smash amps. Burn guitar. Take the groupies home. "Death Before Dishonour, my Friends!!" - Bruce D ickinson, Iron Maiden Aug 20, 2005 @ OzzFest Down with Sharon Osbourne Puzzle of the Month solved by Keath and KevinADC, superior perl programmers of the month Looking for a perl job with kick-*** programmers in a well-known NASDAQ listed tech company with branches in the US and Europe? We're hiring. PM me for details. Requirements |
|
#5
|
||||
|
||||
|
Thanks for reply.
Tried it, doesn't work, still getting the same error I'm importing the data from an excel spreadsheet - don't know if I doing anything silly. HELP HELP !! Thanks |
|
#6
|
|||
|
|||
|
Sounds more like an excel problem, which means I can not be of further help.
|
![]() |
| Viewing: Dev Shed Forums > Databases > MS SQL Development > Blob fields ?? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|