Click here to Skip to main content
15,895,142 members
Home / Discussions / Database
   

Database

 
QuestionHow to fetch data from an Excel sheet,for a particular row.? Pin
guriqbal8730-Jul-08 20:39
guriqbal8730-Jul-08 20:39 
AnswerCross Post!! Pin
ChandraRam30-Jul-08 23:33
ChandraRam30-Jul-08 23:33 
QuestionSQL table field Pin
kirthikirthi30-Jul-08 19:51
kirthikirthi30-Jul-08 19:51 
AnswerRe: SQL table field Pin
Vimalsoft(Pty) Ltd30-Jul-08 20:53
professionalVimalsoft(Pty) Ltd30-Jul-08 20:53 
GeneralRe: SQL table field Pin
kirthikirthi30-Jul-08 21:14
kirthikirthi30-Jul-08 21:14 
GeneralRe: SQL table field Pin
Vimalsoft(Pty) Ltd30-Jul-08 21:36
professionalVimalsoft(Pty) Ltd30-Jul-08 21:36 
GeneralRe: SQL table field Pin
kirthikirthi30-Jul-08 21:44
kirthikirthi30-Jul-08 21:44 
GeneralRe: SQL table field Pin
Ashfield30-Jul-08 22:26
Ashfield30-Jul-08 22:26 
There is. Try the ntext data type.

ntext
Variable-length Unicode data with a maximum length of 2^30 - 1 (1,073,741,823) characters. Storage size, in bytes, is two times the number of characters entered. The SQL-2003 synonym for ntext is national text.

BUT

Important:
ntext, text, and image data types will be removed in a future version of Microsoft SQL Server. Avoid using these data types in new development work, and plan to modify applications that currently use them. Use nvarchar(max), varchar(max), and varbinary(max) instead. For more information, see Using Large-Value Data Types.

Bob
Ashfield Consultants Ltd

GeneralRe: SQL table field Pin
Vimalsoft(Pty) Ltd31-Jul-08 4:43
professionalVimalsoft(Pty) Ltd31-Jul-08 4:43 
GeneralRe: SQL table field Pin
Ashfield31-Jul-08 8:49
Ashfield31-Jul-08 8:49 
GeneralRe: SQL table field Pin
RyanEK31-Jul-08 18:23
RyanEK31-Jul-08 18:23 
GeneralRe: SQL table field Pin
Ashfield1-Aug-08 9:52
Ashfield1-Aug-08 9:52 
QuestionDynamic DB Connection based on user type Pin
vicky45730-Jul-08 19:28
vicky45730-Jul-08 19:28 
Questionin a stored procedure, can I directly write some lines to a txt file? Pin
alexyxj30-Jul-08 11:56
alexyxj30-Jul-08 11:56 
AnswerRe: in a stored procedure, can I directly write some lines to a txt file? Pin
goodideadave30-Jul-08 13:10
goodideadave30-Jul-08 13:10 
AnswerRe: in a stored procedure, can I directly write some lines to a txt file? Pin
SimulationofSai30-Jul-08 19:24
SimulationofSai30-Jul-08 19:24 
AnswerRe: in a stored procedure, can I directly write some lines to a txt file? Pin
Vimalsoft(Pty) Ltd30-Jul-08 20:59
professionalVimalsoft(Pty) Ltd30-Jul-08 20:59 
Questionhow to use bulk insert to import a data file with this format? Please help Pin
alexyxj30-Jul-08 9:09
alexyxj30-Jul-08 9:09 
AnswerRe: how to use bulk insert to import a data file with this format? Please help Pin
Wendelius30-Jul-08 9:48
mentorWendelius30-Jul-08 9:48 
GeneralRe: how to use bulk insert to import a data file with this format? Please help Pin
alexyxj30-Jul-08 11:23
alexyxj30-Jul-08 11:23 
GeneralRe: how to use bulk insert to import a data file with this format? Please help Pin
Wendelius30-Jul-08 11:55
mentorWendelius30-Jul-08 11:55 
Questionhow to ArrayList store whole records? Pin
zeeShan anSari30-Jul-08 6:32
zeeShan anSari30-Jul-08 6:32 
AnswerCross-post Pin
Wendelius30-Jul-08 6:48
mentorWendelius30-Jul-08 6:48 
Questionpossible database fields Pin
dream_liner_7e730-Jul-08 4:03
dream_liner_7e730-Jul-08 4:03 
AnswerRe: possible database fields Pin
SimulationofSai30-Jul-08 5:28
SimulationofSai30-Jul-08 5:28 

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.