Click here to Skip to main content
15,909,822 members
Home / Discussions / Database
   

Database

 
AnswerRe: Updating Field Length of a Fields in Sql Server 2005 Pin
Mycroft Holmes8-Feb-09 16:56
professionalMycroft Holmes8-Feb-09 16:56 
GeneralRe: Updating Field Length of a Fields in Sql Server 2005 Pin
εїзεїзεїз8-Feb-09 21:34
εїзεїзεїз8-Feb-09 21:34 
GeneralRe: Updating Field Length of a Fields in Sql Server 2005 Pin
Mycroft Holmes8-Feb-09 21:53
professionalMycroft Holmes8-Feb-09 21:53 
GeneralRe: Updating Field Length of a Fields in Sql Server 2005 Pin
εїзεїзεїз8-Feb-09 22:00
εїзεїзεїз8-Feb-09 22:00 
QuestionSuggestion for Database model to store multiple value types Pin
Jani Giannoudis7-Feb-09 5:30
mvaJani Giannoudis7-Feb-09 5:30 
AnswerRe: Suggestion for Database model to store multiple value types Pin
Wendelius9-Feb-09 6:08
mentorWendelius9-Feb-09 6:08 
QuestionRe: Suggestion for Database model to store multiple value types Pin
Jani Giannoudis9-Feb-09 6:21
mvaJani Giannoudis9-Feb-09 6:21 
AnswerRe: Suggestion for Database model to store multiple value types Pin
Wendelius9-Feb-09 6:41
mentorWendelius9-Feb-09 6:41 
Jani Giannoudis wrote:
How is the performance of such a XML field


This depends on what database you use. For example SQL Server 2008 has: CREATE XML INDEX[^] on the other hand SQL Server 2005 has a bit different approach: Indexes on xml Data Type Columns[^]

But in both cases I think the performance is quite good.

Jani Giannoudis wrote:
Is it possible to make indexes or type specific queries


Both would be possible. You could for example store the type in schema or in the xml itself.

The link you found also seems quite good.

The need to optimize rises from a bad design.My articles[^]

QuestionDelete Records Pin
Hemant Thaker7-Feb-09 0:59
Hemant Thaker7-Feb-09 0:59 
AnswerRe: Delete Records Pin
Vimalsoft(Pty) Ltd8-Feb-09 21:41
professionalVimalsoft(Pty) Ltd8-Feb-09 21:41 
Questionpasswords and varbinary in sql server... Pin
l a u r e n6-Feb-09 4:21
l a u r e n6-Feb-09 4:21 
AnswerRe: passwords and varbinary in sql server... Pin
Ennis Ray Lynch, Jr.6-Feb-09 7:23
Ennis Ray Lynch, Jr.6-Feb-09 7:23 
GeneralRe: passwords and varbinary in sql server... Pin
l a u r e n6-Feb-09 7:38
l a u r e n6-Feb-09 7:38 
GeneralRe: passwords and varbinary in sql server... Pin
Ennis Ray Lynch, Jr.6-Feb-09 7:42
Ennis Ray Lynch, Jr.6-Feb-09 7:42 
GeneralRe: passwords and varbinary in sql server... Pin
l a u r e n6-Feb-09 7:47
l a u r e n6-Feb-09 7:47 
QuestionMAX statement Pin
5fingers6-Feb-09 1:24
5fingers6-Feb-09 1:24 
AnswerRe: MAX statement Pin
Rupesh Kumar Swami6-Feb-09 1:36
Rupesh Kumar Swami6-Feb-09 1:36 
GeneralRe: MAX statement Pin
5fingers6-Feb-09 1:52
5fingers6-Feb-09 1:52 
AnswerRe: MAX statement Pin
l a u r e n6-Feb-09 4:41
l a u r e n6-Feb-09 4:41 
Questionhow to acess remote ms sql 2000 server Pin
schandrashekhar6-Feb-09 0:10
schandrashekhar6-Feb-09 0:10 
AnswerRe: how to acess remote ms sql 2000 server Pin
SeMartens6-Feb-09 1:34
SeMartens6-Feb-09 1:34 
QuestionReading from AS400 [modified] Pin
Giorgi Dalakishvili5-Feb-09 23:32
mentorGiorgi Dalakishvili5-Feb-09 23:32 
AnswerRe: Reading from AS400 Pin
Wendelius9-Feb-09 6:04
mentorWendelius9-Feb-09 6:04 
GeneralRe: Reading from AS400 Pin
Giorgi Dalakishvili9-Feb-09 6:21
mentorGiorgi Dalakishvili9-Feb-09 6:21 
GeneralRe: Reading from AS400 Pin
Wendelius9-Feb-09 6:43
mentorWendelius9-Feb-09 6:43 

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.