SqlDataServices
Tag details
Welcome to the 'SqlDataServices' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'SqlDataServices'.
Look up
"SqlDataServices"
at The Free Dictionary
Latest blogosphere posts tagged “SqlDataServices”
-
Some Changes in the latest CTP of SQL Azure Service
Sql Server Blog —
Authority: 120
Some new features have been introduced to the latest October CTP 2 of SQL Azure Service. The updated CTP still uses previous accounts, so you do not need the new invitation code again. Following are some changes made to the new CTP: With SQL Azure Services, you can now specify the maximum size for a database at the ...1 day ago -
SQL Data Services (SDS) Series
Sql Server Blog —
Authority: 120
SDS is a part of the Azure platform. If you have missed out on the SQL Data Services (SDS) series written by Gouri Sohoni, here’s the link list for you: SQL Data Services (SDS) SQL Data Services (SDS) Part II SQL Data Services (SDS) Part III Connecting to SQL Data Services (SDS) with SQL Server ...2 weeks ago -
SQL Data Services (SDS) Part VI
Sql Server Blog —
Authority: 120
In the previous SDS posts , we discussed how to create database, create table in the cloud by writing a query. We have also seen how to write T-SQL statements with SQL Azure . In this post, we will discuss how XML data type works with SQL Azure using some sample queries: How let clause works with FLOWR ...3 weeks ago -
SQL Data Services (SDS) Part V
Sql Server Blog —
Authority: 120
We discussed some T-SQL statements in my previous post SQL Data Services (SDS) Part IV. In this post, I will show some more T-SQL statements with SQL Azure and discuss the compulsion of using clustered index, and how try … catch and Transaction related statements differ with the use of SET XACT_ABORT clause Note ...3 weeks ago -
SQL Azure Now Feature Complete for PDC 2009 Release
OakLeaf Systems —
Authority: 524
The SQL Azure team sent the following e-mail on 7/13/2009 at about 7:40 PM to all registrants of the SQL Azure Database August 2009 CTP release. George Huey also released a new v1.0 of the SQL Azure Migration Wizard that supports the Bulk Copy Protocol (BCP), which is described at the end of this post. • Updated ...3 weeks ago -
SQL Data Services (SDS) Part IV
Sql Server Blog —
Authority: 120
In the previous SDS posts , we discussed how to create database, create table in the cloud by writing a query and also programmatically. When working with SQL Azure T-SQL provided is a subset of T-SQL for SQL Server. Using T-SQL with SQL Azure 1. When referring to an object in SQL Azure following are the ...4 weeks ago -
Connecting to SQL Data Services (SDS) with SQL Server Management Studio (SSMS)
Sql Server Blog —
Authority: 120
In order to connect to SQL Data Services, you should have an invitation for working with SQL Azure CTP (discussed in previous article working with SQL Data Services –SDS ) 1. Start SSMS 2008. When it asks for a connection to the services, click on Cancel. If by mistake you try connecting using this window, you get ...4 weeks ago -
SQL Data Services (SDS) Part III
Sql Server Blog —
Authority: 120
In my previous article SQL Data Services (SDS) Part II , we discussed how to create database and tables with the help of a query in SQL Server Management Studio (SSMS). While writing the application we have the choice of using ADO.NET provider or SQL Server 2008 ODBC driver. In this example, we are using ADO.NET in ...4 weeks ago