Always loved his music. I went by myself to see him in concert about 30 years ago because I didn't know anyone else into him at the time.
scottgp
Posts
-
RIP Gordon Lightfoot -
CMD Type command - When did this happen?My education was mainframe but my first six years of programming was on PDP's, MicroVAX, etc. Unfortunately it was mostly programming in DIBOL, lol.
-
CMD Type command - When did this happen?I liked working on VMS and DCL. That's the environment my first programming job was in. Scott
-
To think about... :(I saw them on that tour in Connecticut, sixth row from the stage, right in the center. Awesome show. Scott
-
2 queries from OracleI confess I use SQL Server more these days than Oracle, but the only possible option I can find that would let you see multiple databases seems to be if you're using something like Enterprise Manager Cloud Control - [Extract the list of all databases with server and OS version of Oracle Enterprise Manager Cloud Control repository - My DBA World]([https://www.mydbaworld.com/extract-databases-server-os-version-of-oem-repository/\])
-
2 queries from OracleIn Oracle, the equivalent for SQL Server's information_schema or sys tables would be the DICTIONARY and dynamic performance views - ([https://docs.oracle.com/cd/E11882\_01/server.112/e40540/datadict.htm#CNCPT002\](https://docs.oracle.com/cd/E11882\_01/server.112/e40540/datadict.htm#CNCPT002)) Your first query doesn't make sense in an Oracle context since in Oracle you only connect to one database at a time. The second could be (to list the tables in the connected database): SELECT * FROM ALL_TABLES; SELECT * FROM DBA_TABLES; depending on your rights. See the link for the difference.
-
Tutorial suggestion on SQL "partition over" and "dense_rank"?I find Robert Sheldon's articles to be excellent, e.g. [Working with Window Functions in SQL Server - Simple Talk](https://www.red-gate.com/simple-talk/databases/sql-server/learn/working-with-window-functions-in-sql-server/)
-
Tutorial suggestion on SQL "partition over" and "dense_rank"?I always find Robert Sheldon's articles to be excellent, e.g. [[^]Working with Window Functions in SQL Server - Simple Talk](https://www.red-gate.com/simple-talk/databases/sql-server/learn/working-with-window-functions-in-sql-server/)
-
Thought of the DayOr the husband. Both just to be sure. ;-) Scott
-
what would you like to be expert at?Guitar
-
My first ASMI started out on the PDP-11 but it was with DIBOL. Scott
-
Winter WorriesI'm in Connecticut, currently forecast to get a foot+. Ugh. Scott
-
Have a nice weekend with Jethro Tull - Locomotive BreathI saw them twice in concert in the mid 80's. Awesome concerts. Scott
-
Taking a Linux CourseAnd I was just using it myself - gawk anyway, both in Cygwin and in Gow ([Home · bmatzelle/gow Wiki · GitHub](https://github.com/bmatzelle/gow/wiki)) since I was on Windows. I was totaling up some fields in some CSV's.
-
Singer Eddie Money passed away from cancer. 70 year's old.I saw him just last year at a free show at a casino and I was impressed at the show he put on. :( Scott
-
What a shit week I've had...Wishes for a speedy recovery. For my sh*tty week, I tore my distal biceps tendon last Saturday. Just had repair surgery yesterday, now comes the post-surgery pain, PT, etc. Scott
-
An age test???Sadly, I chuckled. :)
-
SOTW - Nowhere NowI was just listening to Refuge from the same album not five minutes ago while driving. :thumbsup: Scott
-
Hello IT, I need some technical information...I can sympathize. I've been "business" side for about seven years now, after being in IT for about 22 years, programming, DBA, tech lead, etc. Now whenever I contact the "help" desk with an issue or submit an IT request, I have to sit through explanations about things like how memory is important and used by all the applications. :doh: Scott
-
Your fault!I was woken up once by my now-wife by her hitting me in the head. I said "what was that for??", and she replied, "That's what you get for stealing my sewing machine!". Dreams can be dangerous. Scott