Click here to Skip to main content
15,919,358 members
Home / Discussions / Database
   

Database

 
GeneralE-mails, URLs e VarChars Pin
Clickok25-Feb-04 15:28
Clickok25-Feb-04 15:28 
GeneralRe: E-mails, URLs e VarChars Pin
Jon Sagara25-Feb-04 16:00
Jon Sagara25-Feb-04 16:00 
GeneralRe: E-mails, URLs e VarChars Pin
Bryan Steinberg25-Feb-04 16:07
Bryan Steinberg25-Feb-04 16:07 
GeneralRe: E-mails, URLs e VarChars Pin
Clickok26-Feb-04 5:15
Clickok26-Feb-04 5:15 
GeneralRe: E-mails, URLs e VarChars Pin
Mike Dimmick29-Feb-04 7:38
Mike Dimmick29-Feb-04 7:38 
GeneralRe: E-mails, URLs e VarChars Pin
Clickok29-Feb-04 9:07
Clickok29-Feb-04 9:07 
Question10 random recordsetsw? Pin
bryce25-Feb-04 13:54
bryce25-Feb-04 13:54 
AnswerRe: 10 random recordsetsw? Pin
Bill Dean26-Feb-04 1:47
Bill Dean26-Feb-04 1:47 
Hi Bryce,

I do not use Access, so I can't comment on Access SQL other than to say that it would be a very odd thing for a RDBM to do..

You might want get a list of story_id's, pick ten at random in your code and build a comma delimited string (like strIDList= "id1,id2,id3,...,id10"; ), then run a query like:
<br />
"select * from [user_stories] where story_id in (" + strIDList + ")";<br />


Bill
GeneralSQL Script Editor Pin
Clickok25-Feb-04 12:59
Clickok25-Feb-04 12:59 
GeneralRe: SQL Script Editor Pin
Bryan Steinberg25-Feb-04 15:11
Bryan Steinberg25-Feb-04 15:11 
GeneralRe: SQL Script Editor Pin
Clickok25-Feb-04 15:30
Clickok25-Feb-04 15:30 
GeneralRe: SQL Script Editor Pin
Clickok26-Feb-04 8:03
Clickok26-Feb-04 8:03 
GeneralDatabase Compare Pin
Ganjah78625-Feb-04 12:34
Ganjah78625-Feb-04 12:34 
GeneralRe: Database Compare Pin
Bill Dean26-Feb-04 1:32
Bill Dean26-Feb-04 1:32 
GeneralRe: Database Compare Pin
Ganjah78626-Feb-04 11:41
Ganjah78626-Feb-04 11:41 
GeneralRe: Database Compare Pin
gpa20001-Mar-04 20:24
gpa20001-Mar-04 20:24 
GeneralMS SQL Greek Lettering, collation and unicode 1200 Pin
Spanky325-Feb-04 11:59
Spanky325-Feb-04 11:59 
GeneralRe: MS SQL Greek Lettering, collation and unicode 1200 Pin
Jeff Varszegi29-Feb-04 2:15
professionalJeff Varszegi29-Feb-04 2:15 
GeneralRe: MS SQL Greek Lettering, collation and unicode 1200 Pin
Anonymous29-Feb-04 2:31
Anonymous29-Feb-04 2:31 
GeneralQuestion about Distributed security for DAL... Pin
jamauss25-Feb-04 9:13
jamauss25-Feb-04 9:13 
GeneralRe: Question about Distributed security for DAL... Pin
ian mariano26-Feb-04 1:48
ian mariano26-Feb-04 1:48 
GeneralData Parameters Pin
Robert Gronenthal24-Feb-04 16:12
Robert Gronenthal24-Feb-04 16:12 
GeneralRe: Data Parameters Pin
Bill Dean24-Feb-04 16:51
Bill Dean24-Feb-04 16:51 
GeneralRe: Data Parameters Pin
Robert Gronenthal24-Feb-04 16:56
Robert Gronenthal24-Feb-04 16:56 
GeneralRe: Data Parameters Pin
Bill Dean24-Feb-04 17:05
Bill Dean24-Feb-04 17:05 

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.