Click here to Skip to main content
15,896,557 members
Home / Discussions / Database
   

Database

 
AnswerRe: where not exists problem! Pin
Eric Dahlvang14-Jul-06 7:23
Eric Dahlvang14-Jul-06 7:23 
GeneralRe: where not exists problem! Pin
richiemac16-Jul-06 22:18
richiemac16-Jul-06 22:18 
Questionmaintaining the data type Pin
Jerry Hammond13-Jul-06 20:20
Jerry Hammond13-Jul-06 20:20 
AnswerRe: maintaining the data type Pin
Mike Dimmick14-Jul-06 0:24
Mike Dimmick14-Jul-06 0:24 
GeneralRe: maintaining the data type Pin
Jerry Hammond14-Jul-06 5:24
Jerry Hammond14-Jul-06 5:24 
QuestionMatch Case Comparision Pin
sumit siddheshwar13-Jul-06 18:23
sumit siddheshwar13-Jul-06 18:23 
AnswerRe: Match Case Comparision Pin
Edbert P13-Jul-06 19:26
Edbert P13-Jul-06 19:26 
GeneralRe: Match Case Comparision Pin
sumit siddheshwar13-Jul-06 20:07
sumit siddheshwar13-Jul-06 20:07 
As per your suggestion, I execute following query

SELECT * FROM TagMaster WHERE CAST('Metric' AS varbinary(6)) = CAST(TagName AS varbinary(6))

//Comment : There is a entry TagMaster where column TagName = 'Metric'
// But it return blank result set.

Then to cross check I execute following query

SELECT CAST('Metric' AS varbinary(6)), CAST(TagName AS varbinary(6))FROM tbl_UI_TagMaster

// Comment : Which gives two columns which are not matching at all.
// Like


-------------- --------------
0x4D6574726963 0x4D0065007400
0x4D6574726963 0x500072006F00
0x4D6574726963 0x410063007400
0x4D6574726963 0x500049004E00
0x4D6574726963 0x540069006D00
0x4D6574726963 0x45006D007000
0x4D6574726963 0x4C006F006300
0x4D6574726963 0x45006D006100






AnswerRe: Match Case Comparision Pin
Mairaaj Khan14-Jul-06 3:06
professionalMairaaj Khan14-Jul-06 3:06 
QuestionTo many SQL Data Sources? Pin
Drathmar13-Jul-06 17:06
Drathmar13-Jul-06 17:06 
AnswerRe: To many SQL Data Sources? Pin
Colin Angus Mackay13-Jul-06 22:00
Colin Angus Mackay13-Jul-06 22:00 
AnswerRe: To many SQL Data Sources? Pin
mysorian15-Jul-06 4:47
professionalmysorian15-Jul-06 4:47 
QuestionA simple query :( [modified] Pin
xoxoxoxoxoxox13-Jul-06 16:35
xoxoxoxoxoxox13-Jul-06 16:35 
AnswerRe: A simple query :( Pin
Andrew Bleakley13-Jul-06 17:51
Andrew Bleakley13-Jul-06 17:51 
GeneralRe: A simple query :( Pin
xoxoxoxoxoxox13-Jul-06 17:58
xoxoxoxoxoxox13-Jul-06 17:58 
GeneralRe: A simple query :( Pin
Andrew Bleakley13-Jul-06 18:12
Andrew Bleakley13-Jul-06 18:12 
QuestionDataadapter UpdateCommand Pin
kedar.dave13-Jul-06 12:01
kedar.dave13-Jul-06 12:01 
AnswerRe: Dataadapter UpdateCommand Pin
Rob Graham13-Jul-06 13:24
Rob Graham13-Jul-06 13:24 
QuestionRe: Dataadapter UpdateCommand Pin
kedar.dave13-Jul-06 13:34
kedar.dave13-Jul-06 13:34 
AnswerRe: Dataadapter UpdateCommand Pin
Rob Graham13-Jul-06 14:29
Rob Graham13-Jul-06 14:29 
QuestionRe: Dataadapter UpdateCommand Pin
kedar.dave14-Jul-06 8:43
kedar.dave14-Jul-06 8:43 
Questioncan we use sql reporting services with ASP3.0 Pin
prasannamv13-Jul-06 11:15
prasannamv13-Jul-06 11:15 
AnswerRe: can we use sql reporting services with ASP3.0 Pin
Paul Conrad15-Jul-06 11:00
professionalPaul Conrad15-Jul-06 11:00 
GeneralRe: can we use sql reporting services with ASP3.0 Pin
Asif Sayed15-Jul-06 19:48
Asif Sayed15-Jul-06 19:48 
QuestionSUM() of a SUM() help please! [modified] Pin
Heinz_13-Jul-06 10:56
Heinz_13-Jul-06 10:56 

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.