Dynamic Values in Linux Scripting
I do a LOT of scripting. Given the choice to click in a GUI vs. typing at the command line, I’ll choose the command line. Given the choice to...
2019-04-26
I do a LOT of scripting. Given the choice to click in a GUI vs. typing at the command line, I’ll choose the command line. Given the choice to...
2019-04-26
More and more organizations are moving to the cloud, but for some moving data isn’t an option. With a remote managed software and services (RMSS) solution deployment, however, it’s...
2019-04-15
NEW-PRODUCT NEWS: The addition is the latest hosting option available for enterprise Azure users as they refine their Azure cloud deployments.
2019-04-12
Building software for the cloud often requires some changes. This week Steve wonders how many of you are making the effort.
2019-04-12
182 reads
Amazon.com Inc. and Microsoft Corp. are the last competitors standing in the Pentagon’s winner-take-all competition for a $10 billion cloud services contract, the Defense Department said. The announcement eliminates...
2019-04-10
Anthos is an open platform that lets you run an app anywhere, without needing to modify the code, on existing on-premises hardware or in the public cloud.
2019-04-09
In this tip we look at how to configure Azure Data Factory to move data from an on-premises SQL Server database to an Azure SQL Database.
2019-03-20
1,813 reads
In this article, Feodor demonstrates the architecture, workflow, and some of the challenges of a collaborative platform (cloud foundation) for speeding up enterprises in their search for analytical power. He uses an example from the EA Billing solution, which was presented in the previous articles of the series.
2018-12-27
2,332 reads
The public perception is that, when something is deleted, it no longer exists. Often that's not really the case; the data you serve up to the cloud can be stored out there indefinitely, no matter how hard to try to delete it. Rob Sheldon investigates, and finds the cloud a worryingly public place.
2014-10-09
8,992 reads
The 'Community Cloud' sounds, on first impression, like marketing-speak for some untried novelty, but in fact it is already around, and working well for governments and healthcare in particular. Bob Sheldon investigates, and is encouraged to find groups of organisations who have cooperated to create secure and resilient cloud-based services.
2014-09-05
8,236 reads
By davebem
I’ve had a Dropbox account for years. Like a lot of people, I started...
By Zikato
Someone hacked Digitown's municipality and stole classified documents. 45 million rows of router traffic,...
Hello Hello, We. Are. Back! The schedule for EightKB 2026 Edition has been announced!...
Comments posted to this topic are about the item Displaying Money
Comments posted to this topic are about the item The Slow Growing Problems
Comments posted to this topic are about the item Calculating the Harmonic Mean in...
I want to get the currency sign displayed with my amount stored in a money type. Does this work?
DECLARE @Amount MONEY; SET @Amount = '?1500'; SELECT CAST( @Amount AS VARCHAR(30)) AS EurosSee possible answers