Click here to Skip to main content
15,887,585 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: Controversial: SQL Pin
raddevus1-Dec-20 2:24
mvaraddevus1-Dec-20 2:24 
GeneralRe: Controversial: SQL Pin
Member 133016791-Dec-20 2:28
Member 133016791-Dec-20 2:28 
GeneralRe: Controversial: SQL Pin
raddevus1-Dec-20 2:50
mvaraddevus1-Dec-20 2:50 
GeneralRe: Controversial: SQL Pin
Gaston Verelst30-Nov-20 21:12
Gaston Verelst30-Nov-20 21:12 
GeneralRe: Controversial: SQL Pin
raddevus1-Dec-20 2:26
mvaraddevus1-Dec-20 2:26 
GeneralRe: Controversial: SQL Pin
Gaston Verelst1-Dec-20 2:31
Gaston Verelst1-Dec-20 2:31 
GeneralRe: Controversial: SQL Pin
Peter Adam1-Dec-20 0:00
professionalPeter Adam1-Dec-20 0:00 
GeneralRe: Controversial: SQL Pin
DumpsterJuice1-Dec-20 0:26
DumpsterJuice1-Dec-20 0:26 
A lot of tools come to mind on this topic.

Notepad, or Notepad++:

I recommend using "AGENT RANSACK" a very fast multi-threaded Search engine.
(You can start the search in your ROOT file for the SQL files)
(Side note: This is my number one favorite tool)

Organize the SQL files, by INDEXING Them (aka: "Tags")

INDEX: (Example)

#DATE Ex: 01/01/2021
#PROJECT Ex: (NAME)
#TYPE Ex: (SELECT INSERT UPDATE DELETE)
#NOTATION Ex: That query for the thing I had to do at 1AM
...more as needed
----------------------------------------------------------------

<SQL HERE>

Open "Agent ransack" and search on terms in the sql.

This could be all put in a database, but I think that may be a bit too much.
You want something simple, and you want to find it fast.

You already have a body of SQL that is not indexed.
Start indexing all NEW SQL FILES, and as you revisit the old ones, (that are not indexed),
Index them as you go along.

Keep it all in one file, or multiple files, doesnt matter much with Agent Ransack.

So what you wind up with is your very own Google Search for your sql.

Keep It Simple, keep it moving.
GeneralRe: Controversial: SQL Pin
raddevus1-Dec-20 2:33
mvaraddevus1-Dec-20 2:33 
GeneralRe: Controversial: SQL Pin
DumpsterJuice1-Dec-20 2:52
DumpsterJuice1-Dec-20 2:52 
GeneralRe: Controversial: SQL Pin
Member 145416481-Dec-20 1:33
professionalMember 145416481-Dec-20 1:33 
GeneralRe: Controversial: SQL Pin
Member 103624061-Dec-20 1:57
Member 103624061-Dec-20 1:57 
GeneralRe: Controversial: SQL Pin
raddevus1-Dec-20 2:35
mvaraddevus1-Dec-20 2:35 
GeneralRe: Controversial: SQL Pin
Brian Battles1-Dec-20 2:38
Brian Battles1-Dec-20 2:38 
GeneralRe: Controversial: SQL Pin
raddevus1-Dec-20 2:51
mvaraddevus1-Dec-20 2:51 
GeneralRe: Controversial: SQL Pin
ElectronProgrammer1-Dec-20 2:40
ElectronProgrammer1-Dec-20 2:40 
GeneralRe: Controversial: SQL Pin
raddevus1-Dec-20 2:53
mvaraddevus1-Dec-20 2:53 
GeneralRe: Controversial: SQL Pin
ElectronProgrammer1-Dec-20 4:03
ElectronProgrammer1-Dec-20 4:03 
GeneralRe: Controversial: SQL Pin
Rusty Bullet1-Dec-20 3:19
Rusty Bullet1-Dec-20 3:19 
GeneralRe: Controversial: SQL Pin
raddevus1-Dec-20 3:35
mvaraddevus1-Dec-20 3:35 
GeneralRe: Controversial: SQL Pin
rnbergren1-Dec-20 3:14
rnbergren1-Dec-20 3:14 
GeneralRe: Controversial: SQL Pin
raddevus1-Dec-20 3:37
mvaraddevus1-Dec-20 3:37 
GeneralRe: Controversial: SQL Pin
obermd1-Dec-20 3:31
obermd1-Dec-20 3:31 
GeneralRe: Controversial: SQL Pin
raddevus1-Dec-20 3:54
mvaraddevus1-Dec-20 3:54 
GeneralRe: Controversial: SQL Pin
AndrewGT1-Dec-20 3:36
AndrewGT1-Dec-20 3:36 

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.