I am failing to connect to SQL Azure using Delphi 2010 and dbGo. What is wrong and how to resolve that ?
I do have 开发者_C百科a BKS file which contains 15GB+ size. How do I extract the data and run queries on this? I was told that this is SQL Server data. Should I try to upload this to SQL Azure? Any id
I have a dedicated server which hosts a Windows Service which does a lot of very heavy load stuff and populates a number of SQL Server database tables.
I\'m using log4net appender ADO.NET to log messages of Azure Worker Role to the SQL Azure instance (default diagnostics just does not fit). For some reason, while running the worker in dev fabric, log
I am trying to use a Database in SQL Azure. I have installed SQL Server 2008. I can Login SQL Azure and can u开发者_运维技巧se master Database. But I can\'t use other Database and I can\'t see any thi
I am using an SP which will insert data in 2 tables in 2 different DB\'s. To mainitain the transaction, the SP has been designed 开发者_开发技巧like that. Its working fine in SQL Serverenvironment.
Is anybody using SQL Azure with Gr开发者_开发技巧affiti CMS. If so how do you add SQL Azure as your DB for Graffiti CMS 1.3? As of today, Graffiti CMS is not compatible with SQL Azure. Graffiti CMS 1.
I\'m working on a project that will have a single table holding lots and lots of rows on either a SQL Server or SQL Azure installation. I\'m trying to estimate how many rows I can store per GB. Is it
I am at the planning stage of a web application that will be hosted in Azure with ASP.NET for the web site and Silverlight within the site fo开发者_JAVA技巧r a rich user experience. Should I use Azure
I\'m using SQL Azure on a project and it works great.The problem is that the usual backup features do not exist.I have exported the database a couple of times using SQLAzureMW ( http://sqlazuremw.开发