Click here to Skip to main content
15,908,264 members
Home / Discussions / Database
   

Database

 
GeneralMSSQL linked Server Pin
y_seval26-Feb-04 5:17
y_seval26-Feb-04 5:17 
GeneralRe: MSSQL linked Server Pin
Jeff Varszegi29-Feb-04 2:07
professionalJeff Varszegi29-Feb-04 2:07 
GeneralAccessing Excel file with ASP Pin
sschilachi26-Feb-04 4:58
sschilachi26-Feb-04 4:58 
GeneralRe: Accessing Excel file with ASP Pin
Jeff Monheiser1-Mar-04 18:55
Jeff Monheiser1-Mar-04 18:55 
GeneralRe: Accessing Excel file with ASP Pin
Rob Graham3-Mar-04 12:30
Rob Graham3-Mar-04 12:30 
GeneralE-mails, URLs e VarChars Pin
Clickok25-Feb-04 15:28
Clickok25-Feb-04 15:28 
GeneralRe: E-mails, URLs e VarChars Pin
Jon Sagara25-Feb-04 16:00
Jon Sagara25-Feb-04 16:00 
GeneralRe: E-mails, URLs e VarChars Pin
Bryan Steinberg25-Feb-04 16:07
Bryan Steinberg25-Feb-04 16:07 
Hopes this helps...

Question 1
Char[(n)]
Fixed-length non-Unicode character data with length of n bytes. n must be a value from 1 through 8,000. Storage size is n bytes. The SQL-92 synonym for char is character.
*Use char when the data values in a column are expected to be consistently close to the same size.
*Use varchar when the data values in a column are expected to vary considerably in size.

nvarchar(n)
Variable-length Unicode character data of n characters. n must be a value from 1 through 4,000. Storage size, in bytes, is two times the number of characters entered. The data entered can be 0 characters in length. The SQL-92 synonyms for nvarchar are national char varying and national character varying.

Question 2

MAXLENGTH sets the maximum number of characters for text or password fields.

I hope that answers question 2... if not please explain?

Scratch... Thanks Jon I misunderstood his question...
GeneralRe: E-mails, URLs e VarChars Pin
Clickok26-Feb-04 5:15
Clickok26-Feb-04 5:15 
GeneralRe: E-mails, URLs e VarChars Pin
Mike Dimmick29-Feb-04 7:38
Mike Dimmick29-Feb-04 7:38 
GeneralRe: E-mails, URLs e VarChars Pin
Clickok29-Feb-04 9:07
Clickok29-Feb-04 9:07 
Question10 random recordsetsw? Pin
bryce25-Feb-04 13:54
bryce25-Feb-04 13:54 
AnswerRe: 10 random recordsetsw? Pin
Bill Dean26-Feb-04 1:47
Bill Dean26-Feb-04 1:47 
GeneralSQL Script Editor Pin
Clickok25-Feb-04 12:59
Clickok25-Feb-04 12:59 
GeneralRe: SQL Script Editor Pin
Bryan Steinberg25-Feb-04 15:11
Bryan Steinberg25-Feb-04 15:11 
GeneralRe: SQL Script Editor Pin
Clickok25-Feb-04 15:30
Clickok25-Feb-04 15:30 
GeneralRe: SQL Script Editor Pin
Clickok26-Feb-04 8:03
Clickok26-Feb-04 8:03 
GeneralDatabase Compare Pin
Ganjah78625-Feb-04 12:34
Ganjah78625-Feb-04 12:34 
GeneralRe: Database Compare Pin
Bill Dean26-Feb-04 1:32
Bill Dean26-Feb-04 1:32 
GeneralRe: Database Compare Pin
Ganjah78626-Feb-04 11:41
Ganjah78626-Feb-04 11:41 
GeneralRe: Database Compare Pin
gpa20001-Mar-04 20:24
gpa20001-Mar-04 20:24 
GeneralMS SQL Greek Lettering, collation and unicode 1200 Pin
Spanky325-Feb-04 11:59
Spanky325-Feb-04 11:59 
GeneralRe: MS SQL Greek Lettering, collation and unicode 1200 Pin
Jeff Varszegi29-Feb-04 2:15
professionalJeff Varszegi29-Feb-04 2:15 
GeneralRe: MS SQL Greek Lettering, collation and unicode 1200 Pin
Anonymous29-Feb-04 2:31
Anonymous29-Feb-04 2:31 
GeneralQuestion about Distributed security for DAL... Pin
jamauss25-Feb-04 9:13
jamauss25-Feb-04 9:13 

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.