I have a silverlight application to call the SQL Azure\'s stored procedure and show the data. I use the service to call stored procedure, and it is working when it is run at VS 2008. But when I integr
I would like to use SQL Enterprise Manager to manage my SQL Azure Databa开发者_JAVA技巧ses. Everywhere I look everyone says that if you want to use the object browser then you need R2.
Does anyone have any good sources of information of using NHibernate with Sql Azure with the implication开发者_如何转开发s of sharding (because of the 10gb cap)? I know there are posts on the internet
Has anyone come up with a good way to do backups of SQL Azure databases? The two approaches seem to be SSIS or BCP. SSIS looks like it re开发者_开发技巧quires a local install of MS SQL 2008 which I d
In mssql2005 when I want to get size of table in MBs, I use EXEC sp_spaceused \'table开发者_如何学JAVA\'.
I read开发者_开发知识库 on the MS site that SQL Azure does not support SQL Profiler. What are people using to profile queries running on this platform?I haven\'t got too far playing around with SQL Az
I cannot get the Entity Framework to work against SQL Azure. Is this just me or is it not intended to be compatible? (I have tried the original release of EF with VS2008 as well as the more recent VS2
i don\'t want to encapsulate every call in a try catch block is there an event i can subscribe to, for when a connection is lost or timesout so that i can reconnect..
We are currently trying out the SQLBulkCopy API on the new SQL Azure CTP. While we have been able to consistently migrate tables with about a million rows, we are facing connection errors when workin
Does anyone know if SQL Azure supp开发者_运维百科orts CTE syntax? Specifically; WITH OVER ROW_NUMBER()