Archive

Posts Tagged ‘Azure’

Windows Azure Platform Benefits for MSDN Subscribers

January 28th, 2010 No comments

MSDN subscribers can get started developing on the Windows Azure platform today. Starting January 4, 2010, subscribers in many countries (see list on the right) will benefit from compute hours, storage, data transfers, SQL Azure databases and Windows Azure platform AppFabric messages included at no extra charge as part of their subscription. The Windows Azure platform offers a simple, comprehensive, and powerful platform for the creation of web applications and services. Hmm now to find some time to play with BI and Azure …

Available in: Austria, Belgium, Canada, Denmark, Finland, France, Germany, Ireland, India, Italy, Japan, Netherlands, New Zealand, Norway, Portugal, Singapore, Spain, Sweden, Switzerland, United Kingdom, United States.
(Support for other countries will be phased in over time, many coming in 2010)

Thx to Marc Valk for the heads up.

Categories: Uncategorized Tags:

The no spin details on the new relational SDS features

March 10th, 2009 No comments

The official announcement of the new relational features that are coming to SQL Data Services:

What does this mean for developers? Developers will be able to very easily provision themselves a logical server and database and begin developing against it immediately using the existing tools and technologies that they are accustomed to. We are providing an experience where a developer can take an existing application and just change the connection string to point it to the cloud and have it just work.

How will we do it? Three letters TDS. TDS stands for Tabular Data Stream and it’s the published protocol that clients use to communicate with SQL Server. From its inception, SDS has always been built on the SQL Server technology foundation and it just made sense to allow our users to access their data via TDS. Most importantly for developers, this means symmetric SQL Server functionality and behavior combined with compatibility with the existing tools you are familiar with.

                Tables?…Check

                Stored Procedures?…Check

                Triggers?…Check

                Views?…Check

                Indexes?…Check

                Visual Studio Compatibility?…Check

                ADO.Net Compatibility?…Check

                ODBC Compatibility?…Check

To be clear, the above is not a complete list of supported features. 

read the etire post here: http://blogs.msdn.com/ssds/archive/2009/03/10/9469228.aspx

Categories: BI Technical Tags: ,

SQL Server In The Cloud Vaporware Or Inevitable?

February 26th, 2009 No comments

An interesting discussing at sqlblog.com on cloud computing, what are the pros and cons? and in what time can we expect this to take a flight ?

Read the discussion here: http://sqlblog.com/blogs/denis_gobo/archive/2009/02/25/12206.aspx

Reporting Services against SQL Data Services, BI in the clouds ..

October 31st, 2008 No comments
Microsoft have started the SQL Server labs with all kind of experimental Services on SQL Server. One of them is a Reporting Services 2008 add on that will allow you to connect to SSDS authorities and containers via HTTP SOAP to extract data sets, build rich reports using standard tools like Report Designer / Report Builder and deploy the reports to Report Manager.
 
 
Sounds promising ! The start of bi in the clouds !

Countdown to PDC2008: Extending the Data Platform to the Cloud

September 24th, 2008 No comments
Dave Campbell, a Microsoft Technical Fellow and SQL Server guru, talks about what his group has been working on and what they will be unveiling at the PDC.
 
Dave is giving a session on data-driven applications that go from the device to the cloud, and the all important reduction in provisioning friction.  In this Countdown episode we talk about how cloud-based data services will change the way you develop and deploy applications, and how SQL Server technologies are evolving to help build data-driven solutions that span devices, desktops, servers, and the cloud. Hear how to build applications that can be deployed using SSDS in the cloud or SQL Server on-premises, and learn how to gain insights using the BI capabilities of Microsoft SQL Server.
 
Check out the movie here.
Categories: Uncategorized Tags: , ,

Volta – Wrapping the Cloud with .NET

April 23rd, 2008 No comments
With the dutch DevDays comming up at the end of may, I want to get your attention to a new cool Microsoft technology named Volta. They will have a session about it at the second day.
 
What is Volta?
From the official Volta site where you can download it:
“The Volta technology preview is a developer toolset that enables you to build multi-tier web applications by applying familiar techniques and patterns. First, design and build your application as a .NET client application, then assign the portions of the application to run on the server and the client tiers late in the development process. The compiler creates cross-browser JavaScript for the client tier, web services for the server tier, and communication, serialization, synchronization, security, and other boilerplate code to tie the tiers together.
 
Developers can target either web browsers or the CLR as clients and Volta handles the complexities of tier-splitting for you.  Volta comprises tools such as end-to-end profiling to make architectural refactoring and optimization simple and quick. In effect, Volta offers a best-effort experience in multiple environments without any changes to the application. “
 
Ok sounds great, but what does it mean?
ZDnet has more:
Volta lets you take .NET code and compiles it into JavaScript. But there’s more to Volta. For one, the “tier-splitting” nature of Volta means you can write in .NET and then tell the compiler which code to run on the client (say, in JavaScript) and which to keep on the server. Okay, that’s cool, but why is this applicable to rich Internet applications?
 
Microsoft is doing some really interesting things with how data is stored and accessed. Bill Gates and Ray Ozzie have often said you shouldn’t care where your data lives (in the cloud, on your desktop) just that you have access to it. I think that’s becoming a very fundamental part of rich Internet applications. From what I can tell, Volta is directed at that. The Volta blog says “he focus of Volta is on extending the .NET platform to cover the Cloud, hence the essence of Volta is to enable multi-tier and asynchronous programming via declarative attribution and MSIL to MSIL rewriting.” Volta does all of a sudden make it very easy to tailor your application so parts of it run in the cloud and parts of it run in the client. In theory it would be easy to refactor your application as needs change or as functionality wanes and waxes on the client or server. But it’s bigger than that.
 
In a paper called “Democratizing the Cloud” [PDF] the architect of Volta, Erik Meijer, says that when no CLR is available on the client, Volta will use what’s already there. That means that the .NET application you’ve written could use Silverlight when it exists, but when it doesn’t you could use Ajax or Flash. Writing Flash in .NET isn’t a new idea, but coming from Microsoft it’s a big step. I don’t believe Flash is actually supported yet, but it sounds like they’re thinking about it.
 
So with Volta developers can write in .NET code and then (relatively simply) deploy different parts of their application to the server and to the client in whatever client-side technology they want. There are still big questions about whether you can use this to achieve some of the results you want. But what this does is abstract the client/server development model so that you don’t have to think about the cloud, it’s all one code base. This is very in line with the idea of your data “just being accessible when you want it” but for developers.
Channel9 has some ver intresting video’s:
And of course, you van download Volta here:
 
So everybody go to the Volta session at the devdays!
 
Categories: Uncategorized Tags: ,