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

Database

 
GeneralRe: Identity Field Overuse vs. Bad Primary Keys Pin
GuyThiebaut11-Apr-08 11:50
professionalGuyThiebaut11-Apr-08 11:50 
QuestionWhat is the default format of a calender in Visual Studio 2008? Pin
Daniel_Logan11-Apr-08 4:21
Daniel_Logan11-Apr-08 4:21 
AnswerRe: What is the default format of a calender in Visual Studio 2008? Pin
Ashfield11-Apr-08 4:41
Ashfield11-Apr-08 4:41 
GeneralRe: What is the default format of a calender in Visual Studio 2008? Pin
Daniel_Logan14-Apr-08 20:37
Daniel_Logan14-Apr-08 20:37 
AnswerRe: What is the default format of a calender in Visual Studio 2008? Pin
GuyThiebaut11-Apr-08 11:37
professionalGuyThiebaut11-Apr-08 11:37 
GeneralRe: What is the default format of a calender in Visual Studio 2008? Pin
Daniel_Logan14-Apr-08 20:54
Daniel_Logan14-Apr-08 20:54 
Questionxquery problem. Pin
blowout3311-Apr-08 4:01
blowout3311-Apr-08 4:01 
GeneralRe: xquery problem. Pin
Mark J. Miller11-Apr-08 9:55
Mark J. Miller11-Apr-08 9:55 
It looks like you're trying to perform some iterative operation. Have you looked at FLWOR? http://technet.microsoft.com/en-us/library/ms190945.aspx[^]

I haven't had cause to use much XQuery in SQL, but it would seem this is better suited. If that's not what you're looking for have you tried constructing the string outside the value() function? Sometimes SQL doesn't like it when you try and pass operations to parameters and you have to pass a ready-made value. Like this:

<br />
SET @xQueryExpression = '(//mislife/insurance/party/@pno)' + str(@iCounter)<br />
Content.value(@xQueryExpression, 'varchar(max)')<br />


Mark's blog: developMENTALmadness.blogspot.com

Funniest variable name:
lLongDong - spotted in legacy code, was used to determine how long a beep should be.
- Dave Bacher

AnswerRe: xquery problem. Pin
blowout3314-Apr-08 1:10
blowout3314-Apr-08 1:10 
GeneralMigrating a FoxPro database to SQL Server 2005 Pin
Aptiva Dave11-Apr-08 3:34
Aptiva Dave11-Apr-08 3:34 
GeneralRe: Migrating a FoxPro database to SQL Server 2005 Pin
A Wong11-Apr-08 5:28
A Wong11-Apr-08 5:28 
QuestionHow to take table record from oracle into an arrays or RecordSet or DataTable, which to be bind to DropDownList? [modified] Pin
vishalcodeproj11-Apr-08 2:46
vishalcodeproj11-Apr-08 2:46 
QuestionHow to display image stored in SQL server into a control Pin
Jeevamohan11-Apr-08 1:23
Jeevamohan11-Apr-08 1:23 
GeneralRe: How to display image stored in SQL server into a control Pin
Pete O'Hanlon11-Apr-08 3:18
mvePete O'Hanlon11-Apr-08 3:18 
Questionmdb file is not opening Pin
gayatrilaxmi10-Apr-08 22:51
gayatrilaxmi10-Apr-08 22:51 
GeneralRe: mdb file is not opening Pin
John_Adams10-Apr-08 23:25
John_Adams10-Apr-08 23:25 
GeneralRe: mdb file is not opening Pin
gayatrilaxmi11-Apr-08 0:31
gayatrilaxmi11-Apr-08 0:31 
QuestionHow to Get Data from Microsoft Excel Sheets in C# for Generating REPORTS in SSRS 2005.. Pin
Aswanth10-Apr-08 22:09
Aswanth10-Apr-08 22:09 
GeneralSelect into Problem Pin
Vimalsoft(Pty) Ltd10-Apr-08 20:55
professionalVimalsoft(Pty) Ltd10-Apr-08 20:55 
AnswerRe: Select into Problem Pin
Ashfield10-Apr-08 21:00
Ashfield10-Apr-08 21:00 
AnswerRe: Select into Problem Pin
Vimalsoft(Pty) Ltd10-Apr-08 21:07
professionalVimalsoft(Pty) Ltd10-Apr-08 21:07 
GeneralRe: Select into Problem Pin
Ashfield10-Apr-08 21:22
Ashfield10-Apr-08 21:22 
AnswerRe: Select into Problem Pin
Vimalsoft(Pty) Ltd10-Apr-08 22:27
professionalVimalsoft(Pty) Ltd10-Apr-08 22:27 
GeneralRe: Select into Problem Pin
swjam15-Apr-08 18:30
swjam15-Apr-08 18:30 
GeneralRe: Select into Problem Pin
Ashfield15-Apr-08 20:29
Ashfield15-Apr-08 20: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.