Click here to Skip to main content
15,887,267 members
Home / Discussions / Database
   

Database

 
AnswerRe: convert nonnumberic nvarchar to float Pin
Ashfield27-Apr-09 20:53
Ashfield27-Apr-09 20:53 
GeneralRe: convert nonnumberic nvarchar to float Pin
AndieDu27-Apr-09 21:50
AndieDu27-Apr-09 21:50 
GeneralRe: convert nonnumberic nvarchar to float Pin
riced28-Apr-09 0:29
riced28-Apr-09 0:29 
GeneralRe: convert nonnumberic nvarchar to float Pin
AndieDu28-Apr-09 1:22
AndieDu28-Apr-09 1:22 
GeneralRe: convert nonnumberic nvarchar to float Pin
Ashfield28-Apr-09 1:34
Ashfield28-Apr-09 1:34 
GeneralRe: convert nonnumberic nvarchar to float Pin
AndieDu28-Apr-09 13:45
AndieDu28-Apr-09 13:45 
QuestionBest Way to Store File Paths & File Names Pin
Jammer27-Apr-09 10:50
Jammer27-Apr-09 10:50 
AnswerRe: Best Way to Store File Paths & File Names Pin
Mycroft Holmes27-Apr-09 18:56
professionalMycroft Holmes27-Apr-09 18:56 
Unless you need to support unicode data in your table(s) the use VARCHAR. Nvarchar is a default and IMHO a complete waste of time if you are using English as your data language. I think the default should be reveresed to use varchar and allow it to fail when a unicode character is inserted. The DB designer should know enough to make an informed decision.


We usually store the folder and filename separate and always use UNC path format for any network drive.

Never underestimate the power of human stupidity
RAH

QuestionAuto backup in sql server 2005 Pin
Jagz W27-Apr-09 6:53
professionalJagz W27-Apr-09 6:53 
AnswerMaintenance Plan Pin
David Mujica27-Apr-09 7:42
David Mujica27-Apr-09 7:42 
GeneralRe: Maintenance Plan Pin
Jagz W27-Apr-09 18:54
professionalJagz W27-Apr-09 18:54 
QuestionImport data from Oracle ti SQL 2005 Pin
reynaldosp27-Apr-09 5:18
reynaldosp27-Apr-09 5:18 
AnswerRe: Import data from Oracle ti SQL 2005 Pin
Mycroft Holmes27-Apr-09 19:03
professionalMycroft Holmes27-Apr-09 19:03 
QuestionSQL TABLE Pin
kibromg27-Apr-09 4:58
kibromg27-Apr-09 4:58 
AnswerRe: SQL TABLE Pin
Mycroft Holmes27-Apr-09 18:51
professionalMycroft Holmes27-Apr-09 18:51 
QuestionCrystal report Pin
hitesh.kalra26-Apr-09 22:01
hitesh.kalra26-Apr-09 22:01 
AnswerRe: Crystal report Pin
Mycroft Holmes27-Apr-09 19:06
professionalMycroft Holmes27-Apr-09 19:06 
QuestionMs Access Pin
hitesh.kalra26-Apr-09 21:59
hitesh.kalra26-Apr-09 21:59 
AnswerRe: Ms Access Pin
Eddy Vluggen27-Apr-09 23:30
professionalEddy Vluggen27-Apr-09 23:30 
GeneralRe: Ms Access Pin
hitesh.kalra29-Apr-09 21:32
hitesh.kalra29-Apr-09 21:32 
Questionrun time exception Pin
Mangesh Tomar26-Apr-09 17:59
Mangesh Tomar26-Apr-09 17:59 
AnswerRe: run time exception Pin
riced27-Apr-09 4:14
riced27-Apr-09 4:14 
QuestionReg:Extract View information in Sql server Pin
Member 400849226-Apr-09 17:55
Member 400849226-Apr-09 17:55 
AnswerRe: Reg:Extract View information in Sql server Pin
Mycroft Holmes27-Apr-09 19:09
professionalMycroft Holmes27-Apr-09 19:09 
QuestionHow to centrally place a Database to share among internal windows form application and also to web application? Pin
Aghosh Babu26-Apr-09 17:41
Aghosh Babu26-Apr-09 17:41 

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.