Tagged Questions
3
votes
1answer
60 views
User-defined CLR data types in Windows Azure SQL Database
I have created user defined data types in my project. Now I am going to deploy my project on Windwos Azure.
I have defined user defined CLR data types in my sql server 2008 database. As much as I ...
0
votes
1answer
17 views
Azure Sql Reporting Service external Image
We are working on Sql Azure Reporting Services, we have a situation where we need to display client logo on report. We are passing Image path (URL) as parameter to the report which works fine on ...
0
votes
0answers
16 views
How I could update dacpac file using sqlpackage.exe?
I need update an Azure database, but I don't want to use the Azure web portal. So I think it is possible If I use SqlPackage.exe, but the problem is that I don't know How I can update file dacpac for ...
0
votes
0answers
23 views
how to update Client ODBC driver on Azure Cloud service enviroment
This error can resolve by RDP to each instance and install ODBC driver update but I am sure this is NOT the right way to do it. What is the right procedure for this update sine instance reimage on ...
0
votes
1answer
15 views
Foreign Key between federated tables in SQL Azure
I have a problem..
I need to define foreign keys between federated tables, and I cant do it.. I have two tables...
CREATE TABLE Tarifa(
[cp_id] [int] NOT NULL,
[id] [uniqueidentifier] NOT NULL,
...
0
votes
4answers
79 views
SQL Azure - Transient “ExecuteReader requires an open connection” exception
I'm using SQL Azure in a Windows Azure app running as a cloud service. Most of the time my database actions works completely fine (that is, after handling all sorts of timeouts and what not), however ...
0
votes
1answer
35 views
Does too many Linq DataContexts slow down loading time?
my data access Layer uses syntax something like the following:
public static List<MyTableInstance> dataBaseAccessMethod(int someValue)
{
using(myCustomDataContext db = new ...
0
votes
0answers
33 views
How to apply federation to an existing table
Am very new to azure federation.In my project there is an SQL azure database and now we want to use azure federation for scaling that database.
Is it possible to Federate the existing table ?.
How ...
-2
votes
0answers
27 views
SQL Azure Import and export [closed]
I have windows Azure account and have Azure SQL databases.
I want to know how to generate export database script with schema + data.
Also how to import schema + data to azure SQL database.
I want to ...
1
vote
1answer
31 views
Migrating a wordpress site from azure sql to Mysql
I need to migrate a mysql db including data from ms azure to my regular hosting provider. I already have an empty db waiting there.
The db contains a wordpress+woocommerce and various plugin tables.
...
-1
votes
1answer
43 views
Is their a way to connect to windows azure database using SQL Workbench or management tool
Hello guys,
Now its whole day ended and i am stuck where i was in morning..
I tried mostly lot of management tool and mysql workbench to connect to sql azure database so i can manage ...
0
votes
1answer
34 views
SQL Azure Migration Wizard with connection error
I'm trying to migrate SQL server data into Azure when i stumbled upon this program called SQL Azure Migration Wizard. I heard many success stories with it. However when i reached this steps, i'm ...
0
votes
2answers
23 views
Unable to select database when using SQL Database Migration Wizard v3.9.12 & v4.0.15
I'm trying to migrate my database table along with my data from SQL server 2008 to SQL azure. After much research, most of the users will give a thumbs up for this program called
SQL Database ...
0
votes
1answer
33 views
Unable to connect Windows Azure to MySQL WorkBench
Hello guys,
i am unable to connect mysql workbench with windows azure sql database so i can manage the DB from PC without issues.
Is their a way to do it.. ? or is their an option or ...
1
vote
1answer
25 views
Importing database from an sFTP server in Windows Azure
I'm building a website that will surface data from a third party system. The third party will provide a copy of all the data I need as a SQL restore file (*.bak) inside a rar file on their sftp ...