Click here to Skip to main content
15,900,906 members
Home / Discussions / Database
   

Database

 
AnswerRe: How to write store procedure ? Pin
Frank Kerrigan9-Jun-06 0:59
Frank Kerrigan9-Jun-06 0:59 
AnswerRe: How to write store procedure ? Pin
Rakesh.Jha.011010-Jun-06 0:13
Rakesh.Jha.011010-Jun-06 0:13 
QuestionSimple Database access Pin
Andrew Stampor8-Jun-06 17:35
Andrew Stampor8-Jun-06 17:35 
AnswerRe: Simple Database access Pin
Colin Angus Mackay8-Jun-06 20:08
Colin Angus Mackay8-Jun-06 20:08 
GeneralRe: Simple Database access Pin
Andrew Stampor11-Jun-06 8:47
Andrew Stampor11-Jun-06 8:47 
GeneralRe: Simple Database access [modified] Pin
Colin Angus Mackay11-Jun-06 11:16
Colin Angus Mackay11-Jun-06 11:16 
QuestionHelp with Navigation in Reporting Services Pin
spirit_kleptus8-Jun-06 12:50
spirit_kleptus8-Jun-06 12:50 
QuestionDynamic SQL - Not Returning Unicode Pin
Tristan Rhodes8-Jun-06 6:56
Tristan Rhodes8-Jun-06 6:56 
I've got a dynamic SQL query that is generated inside a SP, and is run using the

EXEC (@SQL)

or

EXEC sp_executesql @strSQL

This has worked fine until now, where we are now using a database for unicode charachters.

All fixed code stored procedures return data correctly in the unicode format, however, all queries run using EXEC / sp_executesql, return '?' instead of unicode charachters.

This is a cause of some serious issues, and i'm really hoping someone knows if there is a fix for it!

Cheers

Tris
QuestionSyntax question: Multiple Inner Joins Pin
leckey8-Jun-06 6:04
leckey8-Jun-06 6:04 
AnswerRe: Syntax question: Multiple Inner Joins Pin
Kschuler8-Jun-06 6:29
Kschuler8-Jun-06 6:29 
GeneralRe: Syntax question: Multiple Inner Joins Pin
leckey8-Jun-06 6:38
leckey8-Jun-06 6:38 
GeneralRe: Syntax question: Multiple Inner Joins Pin
Kschuler8-Jun-06 6:42
Kschuler8-Jun-06 6:42 
AnswerRe: Syntax question: Multiple Inner Joins Pin
Scott Serl8-Jun-06 8:48
Scott Serl8-Jun-06 8:48 
QuestionSQL2000 SP4 Disaster! Pin
MatthysDT8-Jun-06 3:29
MatthysDT8-Jun-06 3:29 
AnswerRe: SQL2000 SP4 Disaster! Pin
Colin Angus Mackay8-Jun-06 4:37
Colin Angus Mackay8-Jun-06 4:37 
GeneralRe: SQL2000 SP4 Disaster! Pin
MatthysDT8-Jun-06 5:09
MatthysDT8-Jun-06 5:09 
QuestionSQL Connection Pin
nitin_ion8-Jun-06 1:42
nitin_ion8-Jun-06 1:42 
AnswerRe: SQL Connection Pin
Paul Brower8-Jun-06 1:48
Paul Brower8-Jun-06 1:48 
GeneralRe: SQL Connection Pin
nitin_ion8-Jun-06 1:52
nitin_ion8-Jun-06 1:52 
AnswerRe: SQL Connection Pin
SeMartens8-Jun-06 1:50
SeMartens8-Jun-06 1:50 
AnswerRe: SQL Connection Pin
Colin Angus Mackay8-Jun-06 4:33
Colin Angus Mackay8-Jun-06 4:33 
AnswerRe: SQL Connection [modified] Pin
Rob Graham8-Jun-06 5:03
Rob Graham8-Jun-06 5:03 
GeneralRe: SQL Connection [modified] Pin
nitin_ion8-Jun-06 17:36
nitin_ion8-Jun-06 17:36 
GeneralRe: SQL Connection Pin
Rob Graham9-Jun-06 5:23
Rob Graham9-Jun-06 5:23 
GeneralRe: SQL Connection Pin
nitin_ion9-Jun-06 17:53
nitin_ion9-Jun-06 17:53 

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.