Applies to:
Microsoft SQL Server 2008 R2
Microsoft SQL Server 2012
What?
These were in a solution and I thought I'd note them on my site so I can refer to them more easily.
How?
Let's ...
What?
So this is a quick article on how to delete from multiple tables in a mySQL database where we use some JOIN statements.
Why?
It is never recommended to delete from multiple tables and instead ...
... number my bosses want - 7h 24m or 26640s is 1 person day)...
With date range as parameters
...ouch...
...and it was so easy up to here...
Tables of interest
StaffActivities
...
In standard SQL we can combine the contents of two tables with a CROSS JOIN, (BTW these are not instructions to create some table I'll never use again unlike the rest of the solutions I found on the web). ...
... now I can go back to my query and expand on it a little to include the other datasources (CRM Tables):
SELECT
'CRM Accounts' AS "DataSource",
date(t1."ModifiedTime") AS "Date",
t1."RecordID" ...
... be in a bigger font?"... without pushing back too much, it can end up looking like those old websites with HTML tables. We're going to use a HTML table again but that's because I want to send it to the ...
... from ZohoDesk to ZohoAnalytics using the integration. Other tables will sync but we couldn't find attachments, so our solution here is to create a data table and then to push the attachment from ZohoDesk ...
... We want the photo on eBay to be downloaded and uploaded to the Zoho Inventory record for the respective record. As Zoho Books and Zoho Subscriptions uses the same database tables as Zoho Inventory, and ...
... browser with that profile.
How?
So you will need to be able to run AutoHotkey or create executables from an AHK file. Here is the code that creates a GUI with a ListView with rows that can be double-clicked ...
... database accessible only by root and and this database "backuper" user. For both methods, I grant the following to the user doing the backup on the database I want a backup of:
GRANT SELECT, LOCK TABLES, ...
... of creator is the one creating the connection link. The JSON response is that the update was successful but the Creator tables do not update...
ZohoCreator/creatorapi option not available to enable: ...
Sometimes it is critical to ensure a group of queries are all executed successfully to maintain the integrity of our data. Let's say we have a banking app
where we need to subtract funds from one account ...
... respective database tables are prefixed with "v25_" and "v34_". So an example MySQL statement will be:
`v25_db`.`v25_tablename`
-- with the database name and table prefix of database you are READING ...
... Date is now "created" date.
- Enhancement: Included span tags for individual elements.
- Enhancement: Using div layers instead of tables.
- Fixed Bug: Switched CSS ID tag to CLASS for W3C Validation.
- ...
... database table (where #_ is the prefix to your joomla tables)
Find the column password and the row of your known user and Copy the text there
Find the row of your forgotten user and Paste the text ...
What?
A quick article on how to populate a database column from another table using a string comparison.
Why?
I have several database tables which replicate country names and I would rather they ...
... do this:
But we didn't want to do this.
How?
As a proof of concept, I created one lookup task that executes a SQL query which returns all the joined tables and displays the decode name. Let' ...
...
Open the #__assets tablewhere #_ is the Database Tables Prefix value found by logging into your Joomla admin panel Browse to Site > Global Configuration > Server > Database Settings : Database Tables ...
What?
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:
TABLE: Employee
--------------------------------------------------
ID ...
What?
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 ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.