We’ve been looking at tools to allow you to write mobile apps in a single environment and deploy it to multiple devices. Today I wanted to present an overview of Icenium from Telerik. This product was suggested through email by Eric. I went to the Icenium sight and was pleasantly surprised about the polished presentation, tutorials, and the video demonstrating […]
Tag: Editorials
Xamarin
We’ve been looking at ways to keep from writing code multiple times for different mobile platforms. Today I’m looking at a tool based on C# called Xamarin. Xamarin uses C# as the base code generation tool for all the code that is not platform specific and may be reusable. Code that is transportable could be features such as database access […]
Mobile Apps for Multiple Platforms
I was talking with a colleague who writes mobile apps asking about how he writes code efficiently for the different mobile operating systems. He was saying that, “PhoneGap is the leader right now for cross mobile.” I found PhoneGap at www.phonegap.com. They say, “PhoneGap is a free and open source framework that allows you to create mobile apps using standardized […]
Android or IOS
Write once, run anywhere was the goal of Java, and works pretty well in many scenarios. We have once again moved far away from that open concept, a key player once again being Apple. Our two most popular smart phone systems are programmed in completely separate languages making code transportability less likely. You can write your code to work on […]
SQL Server Licensing – Some Important Information
SQL Server Licensing – Some Important Information With all the work around the cloud – be it on-premise, hybrid, public or private clouds, it’s important to understand the impact your environment can have on your software licensing. First, the easiest perhaps of the mix is a vendor-provided cloud where you’re essentially renting time on a server – and can include […]
Set Operation Final Thoughts
Today I’m sharing some final thoughts on the Set Operations sent from Maurice who regularly to this column with practical examples from his experience. Maurice Writes: Some examples to says that achieving row exclusion using outer join / not exists is not the equivalent of EXCEPT, and considerations on performance. EXCEPT as other set operations is based on internal optimizer […]
Time for Things to Change with Data Security
Time for Things to Change with Data Security I think we’re finally at the point where we’ll have to devise new and better ways of managing information stored. While there are some tools available today that we need to be taking advantage of (encryption, access controls, etc.), I think the value of information is the critical thing we need to […]
Following up on EXCEPT
Today I am following up on my earlier editorial on the EXCEPT operation, I did some performance comparisons as well as expanded the question to the INTERSECT operation. The INTERSECT operation is the exact opposite of EXCEPT. The query returns all unique records from the first set also found in a second set. This is the equivalent to selecting a […]
3 Things – Don’t Be Complacent with Your Servers
3 Things – Don’t Be Complacent with Your Servers Systems are pretty forgiving these days. It leads to a potentially much less urgent management of servers when it comes to performance, disaster recovery and more. I’ve talked with more and more different companies and DBAs about their priorities and it’s clear that what used to be key to a DBA-type […]
What to Do When You Have Too Much Memory
Today I want to ask questions more than provide guidance. The cost of hardware has dropped to the point that I find myself with a server having more memory than my entire database. How about a 4:1 ratio of Ram to Database Data. Now I start asking myself how to best take advantage of that additional memory? The traditional answer […]
