Click here to Skip to main content
15,886,873 members
Home / Discussions / Database
   

Database

 
GeneralRe: Distinct + Count Pin
SilimSayo2-Jun-11 2:30
SilimSayo2-Jun-11 2:30 
Questionsql server hangs with multi queries Pin
Eli Nurman1-Jun-11 20:26
Eli Nurman1-Jun-11 20:26 
AnswerRe: sql server hangs with multi queries Pin
jschell2-Jun-11 9:50
jschell2-Jun-11 9:50 
GeneralRe: sql server hangs with multi queries Pin
Eli Nurman2-Jun-11 9:58
Eli Nurman2-Jun-11 9:58 
GeneralRe: sql server hangs with multi queries Pin
jschell3-Jun-11 8:15
jschell3-Jun-11 8:15 
QuestionSQL SERVER Training Videos.. Pin
siva4551-Jun-11 19:48
siva4551-Jun-11 19:48 
AnswerRe: SQL SERVER Training Videos.. Pin
Ravi Sant2-Jun-11 0:07
Ravi Sant2-Jun-11 0:07 
QuestionSelect Distinct by an Image Field Pin
Vimalsoft(Pty) Ltd31-May-11 2:15
professionalVimalsoft(Pty) Ltd31-May-11 2:15 
i have an interesting question for you guys.

SELECT   S.SCHOOLID AS [SCHOOLID],S.SCHOOLNAME AS [SCHOOLNAME],SP.PHOTO AS [PHOTO]
FROM SCHOOLPHOTO SP
INNER JOIN SCHOOL S
ON SP.SCHOOLID = SP.SCHOOLID
WHERE S.SCHOOLID  IN (SELECT SCHOOLID FROM #SCHOOLS)



the Photo Field is an Image Datatype Field, i now you can use them in a Distinct or group by , How can i go by have that field there without casting it , because if i cast it it will not work together in Silverlight or any other image control.

Thanks
Vuyiswa Maseko,

Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code.

C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vuyiswamaseko.com
vuyiswa@its.co.za
http://www.itsabacus.co.za/itsabacus/

AnswerHash code Pin
David Mujica31-May-11 2:48
David Mujica31-May-11 2:48 
GeneralRe: Hash code Pin
Vimalsoft(Pty) Ltd31-May-11 3:51
professionalVimalsoft(Pty) Ltd31-May-11 3:51 
GeneralRe: Hash code Pin
Pete O'Hanlon31-May-11 4:10
mvePete O'Hanlon31-May-11 4:10 
GeneralRe: Hash code Pin
Vimalsoft(Pty) Ltd31-May-11 4:35
professionalVimalsoft(Pty) Ltd31-May-11 4:35 
GeneralRe: Hash code Pin
Pete O'Hanlon31-May-11 4:57
mvePete O'Hanlon31-May-11 4:57 
GeneralRe: Hash code Pin
Vimalsoft(Pty) Ltd31-May-11 5:25
professionalVimalsoft(Pty) Ltd31-May-11 5:25 
GeneralRe: Hash code Pin
Shameel31-May-11 5:28
professionalShameel31-May-11 5:28 
QuestionBCP CLI Cannot find Invalid object name. [modified] Pin
Groulien30-May-11 23:37
Groulien30-May-11 23:37 
AnswerRe: BCP CLI Cannot find Invalid object name. Pin
Corporal Agarn31-May-11 4:31
professionalCorporal Agarn31-May-11 4:31 
QuestionMSSQL Backup database - without BACKUP command Pin
David Hovey30-May-11 4:58
David Hovey30-May-11 4:58 
AnswerRe: MSSQL Backup database - without BACKUP command Pin
SilimSayo30-May-11 8:41
SilimSayo30-May-11 8:41 
AnswerRe: MSSQL Backup database - without BACKUP command [modified] Pin
Shameel31-May-11 0:33
professionalShameel31-May-11 0:33 
GeneralRe: MSSQL Backup database - without BACKUP command Pin
SilimSayo31-May-11 3:49
SilimSayo31-May-11 3:49 
GeneralRe: MSSQL Backup database - without BACKUP command Pin
Shameel31-May-11 4:22
professionalShameel31-May-11 4:22 
GeneralRe: MSSQL Backup database - without BACKUP command Pin
SilimSayo31-May-11 7:24
SilimSayo31-May-11 7:24 
QuestionStored Procedure Pin
berba29-May-11 23:09
berba29-May-11 23:09 
AnswerRe: Stored Procedure Pin
Luc Pattyn29-May-11 23:59
sitebuilderLuc Pattyn29-May-11 23:59 

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.