WordPress database error: [Disk full (/tmp/#sql-temptable-1-2620a9-92f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SHOW FULL COLUMNS FROM `markjacobsen_options`
Want to see the nickname setup for a DB2 database? \u00a0Here’s a handy query…<\/p>\n
SELECT \r\n NICK.TABSCHEMA,\r\n NICK.TABNAME,\r\n NICK.SERVERNAME,\r\n NICK.OWNER,\r\n NICK.REMOTE_SCHEMA,\r\n NICK.REMOTE_TABLE,\r\n SRV.SERVERTYPE\r\nFROM SYSCAT.NICKNAMES NICK\r\n INNER JOIN SYSCAT.SERVERS SRV\r\n ON (NICK.SERVERNAME = SRV.SERVERNAME);<\/code><\/pre>\nPlease remember to subscribe to the newsletter<\/a> to stay up to date!<\/i>
\n
\nYou or someone you know looking to buy or sell?<\/i>\n<\/a>
\nDisclaimer: Thoughts and opinions are my own, and do not reflect the views of any employer, family member, friend, or anyone else. Some links may be affiliate links, but I don't link to anything I don't use myself. You would think this should be self evident these days, but apparently not...<\/small><\/i>","protected":false},"excerpt":{"rendered":"Want to see the nickname setup for a DB2 database? \u00a0Here’s a handy query… SELECT NICK.TABSCHEMA, NICK.TABNAME, NICK.SERVERNAME, NICK.OWNER, NICK.REMOTE_SCHEMA, NICK.REMOTE_TABLE, SRV.SERVERTYPE FROM SYSCAT.NICKNAMES NICK INNER JOIN SYSCAT.SERVERS SRV ON (NICK.SERVERNAME = SRV.SERVERNAME); Please remember to subscribe to the newsletter to stay up to date! You or someone you know looking to buy or sell? … Continue reading Find DB2 Nicknames<\/span>