Click here to Skip to main content
15,886,026 members
Home / Discussions / Database
   

Database

 
GeneralRe: How can I solve SQL EXPRESS 2005 problem in Visual Studio 2008? Pin
Blue_Boy17-Sep-08 23:34
Blue_Boy17-Sep-08 23:34 
GeneralRe: How can I solve SQL EXPRESS 2005 problem in Visual Studio 2008? Pin
JUNEYT17-Sep-08 23:38
JUNEYT17-Sep-08 23:38 
GeneralRe: How can I solve SQL EXPRESS 2005 problem in Visual Studio 2008? Pin
Blue_Boy17-Sep-08 23:39
Blue_Boy17-Sep-08 23:39 
GeneralRe: How can I solve SQL EXPRESS 2005 problem in Visual Studio 2008? Pin
JUNEYT18-Sep-08 0:11
JUNEYT18-Sep-08 0:11 
GeneralRe: How can I solve SQL EXPRESS 2005 problem in Visual Studio 2008? Pin
Blue_Boy18-Sep-08 0:14
Blue_Boy18-Sep-08 0:14 
Questionuse varchar(max) instead of varchar(50) Pin
Mogaambo17-Sep-08 22:40
Mogaambo17-Sep-08 22:40 
AnswerRe: use varchar(max) instead of varchar(50) Pin
Ashfield18-Sep-08 0:03
Ashfield18-Sep-08 0:03 
AnswerRe: use varchar(max) instead of varchar(50) Pin
nelsonpaixao18-Sep-08 13:32
nelsonpaixao18-Sep-08 13:32 
well,

i use varchar(max) for very long strings, that i don´t know the size
i use varchar(50) if i know the string never goes of that border

var means variable, so is from 0 to 50.
if you know you only need 3 chars you use char(3)
if you need 0,1,2 or 3 chars you use varchar(3)

nelsonpaixao@yahoo.com.br

trying to help & get help

QuestionSQL Server 7.0 Pin
prubyholl17-Sep-08 21:07
professionalprubyholl17-Sep-08 21:07 
QuestionSelecting the top 1 item Pin
Christian Graus17-Sep-08 20:29
protectorChristian Graus17-Sep-08 20:29 
AnswerRe: Selecting the top 1 item Pin
Blue_Boy17-Sep-08 21:33
Blue_Boy17-Sep-08 21:33 
GeneralRe: Selecting the top 1 item Pin
Christian Graus17-Sep-08 21:58
protectorChristian Graus17-Sep-08 21:58 
GeneralRe: Selecting the top 1 item Pin
Blue_Boy17-Sep-08 22:00
Blue_Boy17-Sep-08 22:00 
QuestionAn error occurs when an extra parameter is increased in application as well as stored procedure to the existing one Pin
sanjubaba17-Sep-08 20:20
sanjubaba17-Sep-08 20:20 
AnswerRe: An error occurs when an extra parameter is increased in application as well as stored procedure to the existing one Pin
Mycroft Holmes17-Sep-08 22:41
professionalMycroft Holmes17-Sep-08 22:41 
QuestionSSIS Packages Pin
geekfromindia17-Sep-08 13:42
geekfromindia17-Sep-08 13:42 
AnswerRe: SSIS Packages Pin
Mycroft Holmes18-Sep-08 2:47
professionalMycroft Holmes18-Sep-08 2:47 
GeneralRe: SSIS Packages Pin
geekfromindia19-Sep-08 5:18
geekfromindia19-Sep-08 5:18 
Questionsending sql info to (C#) application- advide needed Pin
nelsonpaixao17-Sep-08 13:24
nelsonpaixao17-Sep-08 13:24 
AnswerRe: sending sql info to (C#) application- advide needed Pin
Wendelius19-Sep-08 9:15
mentorWendelius19-Sep-08 9:15 
GeneralRe: sending sql info to (C#) application- advide needed Pin
nelsonpaixao21-Sep-08 15:47
nelsonpaixao21-Sep-08 15:47 
GeneralRe: sending sql info to (C#) application- advide needed Pin
Wendelius21-Sep-08 18:13
mentorWendelius21-Sep-08 18:13 
QuestionCreate recurring date in SQL statement Pin
Shane Leach17-Sep-08 11:34
Shane Leach17-Sep-08 11:34 
GeneralRe: Create recurring date in SQL statement Pin
nelsonpaixao17-Sep-08 12:04
nelsonpaixao17-Sep-08 12:04 
GeneralRe: Create recurring date in SQL statement Pin
Shane Leach18-Sep-08 3:29
Shane Leach18-Sep-08 3:29 

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.