Windows Azure Table storage stores large amounts of structured data. The service is a NoSQL datastore which is ideal for storing structured, non-relational data.

learn more… | top users | synonyms (2)

0
votes
1answer
12 views

Azure table storage only SLA?

Our team is working on a project that may need to use Azure table storage in addition to Azure blobs and message queues. One concern of using another kind of storage provider (table storage in this ...
0
votes
0answers
23 views

WCF error at client - Hosted in Azure

I deployed a WCF service in Azure website.This can be easily accessed as below - http://mytestwcfservice.azurewebsites.net/Service1.svc This service as following functions - A) ...
0
votes
0answers
7 views

Is there an implementation of the writeEntityWithReflection() method in .NET Azure?

The static writeEntityWithReflection() method in Windows Azure Storage for Java is exactly what I want for my .NET application. Essentially, I want a way to pass in an object and get back a ...
1
vote
0answers
26 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
43 views

Azure Table Update Concurrency Issue

I am trying to update a user credit / count information against each transaction. If we hit more than 2/4 transaction per second the update below is not updating the counts / user credit information. ...
0
votes
2answers
42 views

azure table storage Export Data to Flat or XML File for SQL

I am looking for capability to Export data from SQL Azure Azure Table Storage to Some Flat file or XML file, so that we can import that to SQL / MYSQL Server and do the data analysis. What happens is ...
1
vote
1answer
40 views

Azure Table Storage service 2.0 case sensitive filter

How to perform case sensitive filter On Azure Table storage 2.0 ? If i do this query TableQuery.GenerateFilterCondition("ShortUrl", QueryComparisons.Equal, "Abc"); It will returns 2 records with ...
0
votes
0answers
20 views

Wrap .Net CLR Performance Counter into Custom Performance Counter

today i discovered a bug in the microsoft azure DiagnosticsService and i like to find a workaround for it. (TL;DR further below) Here the Bug: I am using the AzureDiagnsticMonitor for loging ...
0
votes
1answer
33 views

Azure table storage - Simplest possible example

Whenever learning new technologies I like to write the simplest possible example. Usually this means a console app with the least number of references. I've been trying, with little success, to write ...
0
votes
1answer
50 views

Azure Table query with only RowKey

I have a table with ~10,000 PartitionKey (PK) and each PK has ~500,000 RowKey (RK) as "yyyyMMddHHmmss" short When I try to retrieve records with "yyyyMMdd" formatted RK without PK, it takes forever ...
1
vote
2answers
204 views

Could not load file or assembly Microsoft.Data.OData Version=5.2.0.0 error in Azure Cloud Worker Role using Table Storage

I have a very peculiar issue using Azure Table Storage. I have a .NET 4.5 project in Visual Studio 2012 where I deal with all my Azure Table Storage functions. This project/dll is referenced by two ...
0
votes
1answer
51 views

Image Pattern Matching in SQL Server

I have an metro app which takes a picture of a burning flame and sends it Azure. I am storing image directly in SQL Server table and not in BLOB because the image is generally < 100KB. The way I am ...
1
vote
1answer
54 views

Azure Table Storage batch insert with potentially pre-existing rowkeys

I'm trying to send a simple batch of Insert operations to Azure Table Storage but it seems that the whole batch transaction is invalidated and, using the managed azure storage client, the ExecuteBatch ...
0
votes
0answers
28 views

Windows 8 store javascript app with cloud storage

I begin to use table storage in windows 8 store app. I download the library from: ...
3
votes
8answers
156 views

Getting large rows out of SQL Azure - but where to go? Tables, Blob or something like MongoDB?

I read through a lot of comparisons between Azure Table/Blob/SQL storage and I think I have a good understanding of all of those ... but still, I'm unsure where to go for my specific needs. Maybe ...
0
votes
0answers
54 views

What library to use for Azure Table Storage on Windows Phone 8?

I'm looking to pull some data from azure table storage into a windows phone 8 app. I'm a huge newbie on this but it seems like the Phone.Storage library is outdated and attempting to use nuget ...
0
votes
1answer
26 views

The connection name 'DefaultConnection' was not found in the applications configuration or the connection string is empty

I am using Azure Tables, so i don't know how my connection string should be? can anyone please guide for the same. I am using the Account Controller provided by MVC 3 Internet template as is. Then ...
1
vote
1answer
47 views

How to get the latest ID for a Windows Azure Table Insert

Is it possible to get the latest id which was insert into a table via windows azure? my code looks like this: private IMobileServiceTable<FooToo> MyTable = ...
-1
votes
1answer
39 views

How many tables can you put in one windows azure storage account? [closed]

The documentation I see says that there can be "Many" tables in one storage account. Does anyone actually know the limit?
0
votes
1answer
54 views

Not able to update an entity of type string in azure table storage to null

I have user table which has an attribute called "PictureUri" of string type. By default its null and then i update it to some text. Later if i try to update it to null again, it doesnt happen. The ...
0
votes
0answers
195 views

Azure Table Storage, Cassandra or HBase for caching

Have a nice day! I am developing site with a large number of users and contents, so I need to cache some data about their (in format like string key and serialized array or columns - millions rows). ...
1
vote
2answers
67 views

Proper use of Azure storage. (When to use SQL, Tables and Blobs)

I am relatively new to Azure storage and have been implementing a solution for some time now. And I keep hitting obstacles, making me feel that I'm not applying the right storage type for the data I'm ...
-1
votes
1answer
36 views

What is PartitionKey and Rowkey in AzureTableStorage? [closed]

What is PartitionKey and Rowkey in AzureTableStorage. Any difference having this?
1
vote
2answers
105 views

Migrating Azure Table storage

I have a cloud native app based on azure. The app uses azure table storage. Due to a fantastic opportunity I have decided to also provide the app on-premises. So I have to replace the NoSql data ...
0
votes
0answers
16 views

Azure WAD* Table Storage Costs

I'm working on a large scale web project hosted in azure. Our requirement is to have performance counters stored on azure storage tables. There are over 100 performance counters for each web roles ...
0
votes
0answers
72 views

Applying Dynamic LINQ on Azure table storage is thowing exception Value cannot be null

Im trying to query the azure table storage's Table using Dynamic LINQ Queries to get only subset of columns along dynamic constructed predicate. I was able to successfully generate predicate, but to ...
1
vote
2answers
64 views

Is it possible to have the Windows Azure emulator open the browser to a URL other than 127.0.0.1

Simple question but lots of meaning/discussion behind!!! Is it possible to have the Windows Azure emulator open the browser to a URL other than 127.0.0.1 and port 81?
1
vote
1answer
100 views

Why Azure Table Storage has a different DateTime.MinValue limit than .NET

.NET DateTime.MinValue is 1/1/0001, however Windows Azure Table Storage does not accept this value, because it has a different lower limit: CloudTableClient.MinSupportedDateTime. Why there is such a ...
1
vote
1answer
75 views

Is there a log viewer application that can read log messages from Azure Table Storage?

Microsoft recently released Enterprise Library 6 which contains the new Semantic Logging Block. One of the options available with the Semantic Logging Block is the ability to write log messages to ...
0
votes
1answer
53 views

CloudTable.ExecuteQuery : how to get number of transactions

AFAIK the ExecuteQuery handles segmented queries internally. And every request (=call to storage) for a segment counts as a transaction to the storage (I mean billing transaction - ...
1
vote
1answer
78 views

How to do a bulk insert using WCF in a Worker Role

I have a WCF running in a Worker Role with a method that does an insert in Tables. I have a lot of clients that will access this method to insert data in Tables, but I really need performance on ...
0
votes
1answer
38 views

azure table storage from outside

When using azure table storage from an app outside cloud does the speed of a transaction decrease and by how much?
0
votes
0answers
59 views

Save image in Windows Azure Mobile service

Anyone who can help me how to save images in Windows Azure Mobile service from an iOS client? I have one table with primary keys and want so save items. But I also want to store images from my app. ...
0
votes
2answers
101 views

Optimize Windows Azure Table Storage?

I have about 28GB of Data-In for a little over 13.5 million rows stored in Windows Azure Table Storage. 6 Columns, all ints except 1 decimal and 1 datetime. Partition Key is about 10 characters long. ...
0
votes
2answers
50 views

Best Practice in Deleting Azure Table Entities in ForEach Loop

I have not had consistent results when deleting entities in an Azure table when the deletion occurs in a “foreach” loop. PartitionKey is unique. Is there a best practice that folks can recommend? I ...
0
votes
0answers
51 views

Can't get Azure TableEntity etag on CreateQuery

I'm doing a query for entities from a table, changing them, then doing a replace operation. The replace operation fails because the etag property on the etag is null. I checked, and the etag is null ...
1
vote
1answer
163 views

Does Azure TableQuery handle continuation tokens internally?

I'm trying to find a definitive answer to the question of continuation tokens and the Azure Storage Library 2.0, as there seems to be significant differences between pre-2.0 versions (StorageClient) ...
0
votes
1answer
52 views

Azure pricing for sorting or filtering table entities

I am very new to Windows azure. I was just curious how the calculation of number of transactions for sorting or filtering the azure storage tables work?
1
vote
1answer
91 views

Windows Azure Table Stoarge and Authentication, more than 100 hits per second

I need solution / recommendation from your expert opinion... We are building an API solution where users will send us a unique code along with user name and password to get the authentication code ...
1
vote
1answer
193 views

Authorization Header for Windows Azure Storage REST API from Windows Store App

So I am just trying to list the tables in the storage account to test the authorization using the Query Tables method. I tried using the SDK, but the SDK was trying to reference DLLs that aren't ...
-1
votes
1answer
81 views

Which C# field creates an Azure Table Storage column as “binary” type

If you have bool, int, string or Guid types as members in your C# TableEntity class, these are converted to Azure Table columns with appropriate types. It seems like an Azure Table column can be of ...
2
votes
1answer
443 views

Design of Partitioning for Azure Table Storage

I have some software which collects data over a large period of time, approx 200 readings per second. It uses an SQL database for this. I am looking to use Azure to move a lot of my old "archived" ...
0
votes
1answer
231 views

Transactions and Continuation tokens in Windows Azure Storage Tables

How many transactions are fired for retrieving 1200 entities in Azure Storage Tables, keeping continuation Tokens in mind. I have read that " Windows Azure Tables returns up to a maximum of 1000 ...
0
votes
1answer
74 views

Aggregate functions on windows azure storage tables

I have a Windows Azure Storage table in which i am storing more than 1000k+ rows(entities). I wants to perform few aggregate functions on the table like counting on specific column for a specific ...
1
vote
1answer
76 views

Not able to add entities to a azure storage table in node.js when deployed to cloud?

I am using socket.io in node.js to implement chat functionality in my azure cloud project. In it i have been adding the user chat history to tables using node.js. It works fine when i run it on my ...
0
votes
2answers
98 views

WADPerformanceCountersTable is not created

I am trying to collect some performance counters from a worker role and WADPerformanceCountersTable is never created. public override bool OnStart() { // Set the maximum number of concurrent ...
0
votes
2answers
84 views

Non-derived POCO and Azure Storage

Is it possible to have a non-derived POCO for Azure Table Storage? In other words, a POCO that does not derive from TableEntity or implement ITableEntity? It seems a step backward to have to have a ...
1
vote
1answer
195 views

What is the azure table storage query equivalent of T-sql's LIKE command?

I'm querying Azure table storage using the Azure Storage Explorer. I want to find all messages that contain the given text, like this in T-SQL: message like '%SysFn%' Executing the T-SQL gives "An ...
0
votes
1answer
61 views

Azure Table QuerySegmented no return

I am trying to pull a group of entities from an AzureTable and am using the following code to query it. string partitionKey = string.Format(CultureInfo.InvariantCulture, "{0:d20}", accountId); string ...
0
votes
2answers
62 views

Setup a partition and row key for user account database in Windows Azure

I'm just a little bit stumped at the moment on a small issue. I want to setup an accounts table where all the registered users data lives. This table will contain stuff like email, addresses, SRP ...

1 2 3 4 5 9