I am migrating o开发者_JAVA技巧ne ASP.NET MVC 3 intranet Website to the Windows Azure and DB to SQL Azure.
Here\'s a basic query that relies on two non-clustered indexes: SELECT cc.categoryid, count(*) from company c
I\'m looking for some guidance on whether SQL Azure is a suitable platform for one-off, short-term intensive processing of a batch of SQL data. (i.e. \"crunching\" of d开发者_StackOverflow社区ata)
I have a client that runs a small business. They need a custom database solution and I\'m looking into various options. My experience is limited to .NET using local SQL Servers (no ASP.NET), however,
I would like to run a script to drop the multiple databases from SQL Azure as soon I finish using it. When I tried as following,
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I m using Opendialogbox to read the file. Then stored the file in byte[] array. file --> byte [] byte[] --> stored on SQL AZure in varbinary(max) field.
Here is my situation. I have got Table A in database DB1(sql server) and Table B in database DB2(sql azure) with same table structure. I need to compare the data in table A and Table B and add the m
First of all, I\'m not a DB expert .. so I\'m not sure if my terminology or anything is correct here, but if you can bear with me I hope you\'ll get the idea.
Where can I find a sample of managing connection retries using SQL Azure and EF 4.1 Code First DbContext? I have found plenty of information on what I should be doing and why, here are some ex开发者_S