I have a stored proc in an SQL Azure database. If I run this stored proc via SSMS it always takes around 1 second to run. If I run from a web role application running on Azure with an SqlCommand objec
can any one please tell me what is the inside happening when we switched staging to production environment?
My database structure is this: an OptiUser belongs to multiple UserGroups through the IdentityMap table, which is a matching table (many to many) with some additional properties attached to it. Each U
I am doing smoke test of my web application and in that I am required to check free database space out of total space to disp开发者_如何学编程lay alert on smoke test page. I am connected to Sql Azure
is there a script available which take back up of database which is in SQL Azure???开发者_Python百科Well, backup like you know from MS SQL 2008 is not supported on Azure SQL http://msdn.microsoft.com/
Hello, I have a question regarding the above Power Pack. I can\'t seem to find none of the CTP\'s on the internet anymore, why is that? I really need the Sql Azure Data Sync for one of my projects,
I am trying to make sure that all users have been assigned a particular role. Is there any view or SQL query for getting开发者_如何学Python this information?The views have changed names but the follow
I\'m designing a database that it\'s not totally 开发者_开发问答defined yet, and as the project goes, it won\'t be defined very soon. However, the project will be online very soon, and database will b
I\'m trying to setup Staging and Live environments in Azure (September toolkit) and I want a separate Staging and Live database - with different connection strings. Obviously I can do this with web.co
Do F# 3.0 Type Providers work with SQL Azure? I\'m getting an err开发者_运维技巧or while trying. Wondering if there are any known issues with this.Nevermind I fixed it. I needed to use EntityTypeProvi