Click here to Skip to main content
15,895,656 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Stupid request of the day Pin
Eddy Vluggen26-Jan-17 4:40
professionalEddy Vluggen26-Jan-17 4:40 
GeneralRe: Stupid request of the day Pin
Pualee26-Jan-17 4:47
Pualee26-Jan-17 4:47 
GeneralRe: Stupid request of the day Pin
Eddy Vluggen26-Jan-17 4:51
professionalEddy Vluggen26-Jan-17 4:51 
GeneralRe: Stupid request of the day Pin
Pualee26-Jan-17 5:23
Pualee26-Jan-17 5:23 
GeneralRe: Stupid request of the day Pin
Sander Rossel26-Jan-17 5:48
professionalSander Rossel26-Jan-17 5:48 
GeneralRe: Stupid request of the day Pin
User 483504726-Jan-17 4:51
User 483504726-Jan-17 4:51 
GeneralRe: Stupid request of the day Pin
Eddy Vluggen26-Jan-17 9:39
professionalEddy Vluggen26-Jan-17 9:39 
GeneralRe: Stupid request of the day Pin
User 483504726-Jan-17 10:11
User 483504726-Jan-17 10:11 
Hey, if his live depends on it, I'm suggesting a solution. Actually it's not that bad.

you can:

select TableName, columnName from whatever joins you need to do on all columns that are text, varchar, nchar etc.

Then you run
select count(ColumnName) from TableName where columName like '%whatever you search%'

Let's say 1-2 secs per query on a table up to 1 million records, he will have the answers in a hour or two.

It's a ridiculous request, but you know, if he absolutely needs to do it ...


modified 20-Oct-19 21:02pm.

GeneralRe: Stupid request of the day Pin
Eddy Vluggen26-Jan-17 10:42
professionalEddy Vluggen26-Jan-17 10:42 
GeneralRe: Stupid request of the day Pin
User 483504726-Jan-17 10:59
User 483504726-Jan-17 10:59 
GeneralRe: Stupid request of the day Pin
Eddy Vluggen26-Jan-17 11:36
professionalEddy Vluggen26-Jan-17 11:36 
GeneralRe: Stupid request of the day Pin
OriginalGriff26-Jan-17 4:49
mveOriginalGriff26-Jan-17 4:49 
AnswerRe: Stupid request of the day Pin
Nish Nishant26-Jan-17 4:50
sitebuilderNish Nishant26-Jan-17 4:50 
GeneralRe: Stupid request of the day Pin
Chris Quinn26-Jan-17 4:51
Chris Quinn26-Jan-17 4:51 
GeneralRe: Stupid request of the day Pin
ZurdoDev26-Jan-17 5:18
professionalZurdoDev26-Jan-17 5:18 
GeneralRe: Stupid request of the day Pin
Albert Holguin26-Jan-17 5:20
professionalAlbert Holguin26-Jan-17 5:20 
GeneralRe: Stupid request of the day Pin
Mark_Wallace26-Jan-17 22:47
Mark_Wallace26-Jan-17 22:47 
GeneralRe: Stupid request of the day Pin
PIEBALDconsult26-Jan-17 7:04
mvePIEBALDconsult26-Jan-17 7:04 
GeneralRe: Stupid request of the day Pin
Eddy Vluggen26-Jan-17 10:46
professionalEddy Vluggen26-Jan-17 10:46 
GeneralRe: Stupid request of the day Pin
MacSpudster26-Jan-17 8:13
professionalMacSpudster26-Jan-17 8:13 
GeneralManager vs. Facilitator - a tale of two styles Pin
Marc Clifton26-Jan-17 3:25
mvaMarc Clifton26-Jan-17 3:25 
GeneralRe: Manager vs. Facilitator - a tale of two styles Pin
Maximilien26-Jan-17 3:43
Maximilien26-Jan-17 3:43 
GeneralRe: Manager vs. Facilitator - a tale of two styles Pin
Mark_Wallace26-Jan-17 3:48
Mark_Wallace26-Jan-17 3:48 
GeneralRe: Manager vs. Facilitator - a tale of two styles Pin
KarstenK26-Jan-17 4:04
mveKarstenK26-Jan-17 4:04 
GeneralRe: Manager vs. Facilitator - a tale of two styles Pin
CDP180226-Jan-17 4:07
CDP180226-Jan-17 4:07 

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.