T-SQL concatenate an incremental row number
This is a quick article on how to use a counter added to the end of a field column of data. Eh. What? Assume the following two tables exist:
Knowledge base / Since 1999
Practical Databases tutorials, troubleshooting notes and implementation guides from real projects.
Advanced search75 entries / Databases
Clear filters
This is a quick article on how to use a counter added to the end of a field column of data. Eh. What? Assume the following two tables exist:
A very quick note in case I forget this one. If you are trying to join two tables and receiving the error "Conversion failed when converting the varchar value 'B110' to data type int" then read on. How?
So this is an article to serve as documentation for one of the data sources available to download for FREE from this site.
This is an article on how to do a restore from backup on a database but when you get the error: "... database is in use". -- SQL Server 2005 EXEC SP_WHO // details on who is logged in GO -- SQL Server 2008 EXEC SP_WHO2 // even more details GO -- Run as database owner to see ALL connected processes as well.
So I can ping the server the Oracle 11g database sits on. I've installed the Oracle 11g client tools and can connect using sqlplus. But if I tnsping any oracle database, I get something along the lines of: Message 3511 not found; No message file for product=NETWORK, facility=TNSMessage 3512 not found; No message file f...
This article isn't unique as there are other tutorials out there. This is meant to detail a process to export a database using MySQL Workbench and then to import it into another database.
This is an article on how to replace a string with another in all your joomla articles without modifying other data such as modified date and author.
So this is a quick article on how to install the mySQL add-on for Oracle SQL Developer v3.0.04.
Some memory aids for me so that I don't have to keep looking them up:
Working principle
This site exists as a practical knowledge base built from real-world experience across systems, platforms, and technologies since 1999. Much of the content documents solutions, edge cases, and working patterns that were learned through investigation where documentation was incomplete or absent, and is shared to reduce the same friction for others.
Protected notes
Log in for protected notes and any private client projects assigned to your account.