No announcements
Found 637458 threads
-
1 Votes
Azure storage table no response!
> boolx = submitInfoTable.Exists(); // I debug, when it go to here, I waiting long time and it is no response I try a test and this issue ...Answered | 6 Replies | 2820 Views | Created by fcjy - Monday, August 19, 2013 3:19 AM | Last reply by fcjy - Thursday, August 22, 2013 6:37 AM -
0 Votes
Azure table storage/backup
Allows various backup & restore options for Windows Azure Table Storage accounts: - Backup from one storage account to another - Backup a ...Answered | 1 Replies | 809 Views | Created by Alex_Dud - Monday, March 23, 2020 4:01 AM | Last reply by SumanthMarigowda-MSFT - Monday, March 23, 2020 7:15 AM -
0 Votes
Azure Table Storage & Time Series
In addition to what Malar has given, this article might be helpful as well with determining a good solution for designing your ...Answered | 2 Replies | 3852 Views | Created by Guy Dillen - Sunday, March 22, 2015 11:07 AM | Last reply by Michael Curd - Wednesday, March 25, 2015 9:13 PM -
1 Votes
Users table - use SQL Azure or Table Storage?
Matt, Windows Azure Table Storage is ideal for working with non-relational data.Answered | 3 Replies | 12563 Views | Created by OceanMorning - Monday, August 22, 2011 5:37 PM | Last reply by RiccardoBecker - Thursday, August 25, 2011 3:05 PM -
0 Votes
Azure table storage and ASP.NET 5
The Storage Client Library currently ships twinned versions -- for each release, the WindowsAzure.Storage Nuget package will have an X.Y.Z version and a matching X.Y.Answered | 2 Replies | 1149 Views | Created by Richardhz - Monday, March 7, 2016 7:48 PM | Last reply by Pradnya K - Wednesday, March 9, 2016 10:39 PM -
0 Votes
Azure table storage datetime error
. :) I am glad you solve this issue ;-)Windows Azure Consultant http://cloudikka.wordpress.com/ (Don't open this link, if you don't understand czech language)Answered | 5 Replies | 10691 Views | Created by Vipin_PC_04 - Wednesday, May 25, 2011 9:10 AM | Last reply by dropoutcoder - Wednesday, May 25, 2011 3:32 PM -
6 Votes
Using SQL Azure instead of Azure Storage Blob and Tables?
Gauruv's response is spot on.Answered | 2 Replies | 8885 Views | Created by Vishal Supekar - Thursday, January 12, 2012 4:56 AM | Last reply by Brian Reischl - Thursday, January 12, 2012 5:07 PM -
0 Votes
Connect Azure SQL to azure storage table?
Connect from SP to Azure storage table like OLEDB I am afraid we cannot connect to Azure storage table from Stored procedure.Answered | 3 Replies | 8758 Views | Created by valQC1 - Sunday, July 10, 2011 10:15 PM | Last reply by Wenchao Zeng - Tuesday, July 12, 2011 10:12 AM -
1 Votes
Azure Storage Table as table in SQL Server
Adding a Polybase layer into Azure tables would add extra overhead to the system and wouldn’t add any value (since Azure tables don’t ...Answered | 1 Replies | 1565 Views | Created by Navind - Tuesday, January 30, 2018 5:02 PM | Last reply by SumanthMarigowda-MSFT - Thursday, February 8, 2018 1:32 PM -
0 Votes
Adding a custom domain name for a table storage in Azure
We only could custom azure blob storage domain name.Answered | 4 Replies | 1806 Views | Created by Alfonso V - Wednesday, May 28, 2014 7:20 AM | Last reply by Darin Rousseau - Friday, May 30, 2014 6:10 PM -
0 Votes
is it possible to join a table in Azure SQL and Windows Azure storage table
If you want to make joins with data stored in Table Storage I would suggest you to import the data located in ...Answered | 2 Replies | 1064 Views | Created by udhayan - Monday, April 9, 2018 9:45 AM | Last reply by Alberto Morillo - Monday, April 9, 2018 1:06 PM -
0 Votes
Migration from Azure Table Storage to Cosmos DB
Currently there are two options available for migrating from Azure Table Storage to Azure Cosmos DB Table API.Answered | 3 Replies | 1110 Views | Created by Daren Leonard - Wednesday, June 5, 2019 2:06 PM | Last reply by Rimma Nehme - Friday, June 7, 2019 3:53 AM -
0 Votes
SQL Azure vs.
Hi, You can get higher scalability in SQL Azure by using SQL Azure Federations but this will, normally, be more expensive.Answered | 2 Replies | 5491 Views | Created by whwheisenberg - Thursday, September 6, 2012 10:35 PM | Last reply by Vitor Faria Tomaz - Friday, September 7, 2012 3:56 PM -
0 Votes
Cannot create any tables in Azure Storage
I am currently using Windows Azure Storage Explorer from Neudesic, available on Codeplex and it doesn't show any tables.Answered | 7 Replies | 6793 Views | Created by Mang Alex - Thursday, November 29, 2012 12:55 AM | Last reply by Gaurav Mantri - Thursday, November 29, 2012 8:08 AM -
0 Votes
Azure Table Storage Excel CSV Error
I understand what the azure table definition should be.Answered | 6 Replies | 2441 Views | Created by DDL19 - Tuesday, August 1, 2017 9:27 PM | Last reply by Md Shihab - Sunday, August 6, 2017 8:22 AM -
0 Votes
Using SSDS Explorer with Azure Table Storage
Looks like SDS is aimed at becoming and online relational database and Azure Table is more aimed at simple storage.Answered | 6 Replies | 7986 Views | Created by EM24 Arsen - Friday, November 14, 2008 4:02 PM | Last reply by Anilred - Monday, January 12, 2009 9:46 PM -
5 Votes
Azure Table Storage for logs very slow
Do you know if there's a way of calculating the ticks from a datatime on the query line within Azure Storage Explorer ?Answered | 6 Replies | 11674 Views | Created by Chumpeee - Friday, November 25, 2011 2:11 PM | Last reply by Gaurav Mantri - Saturday, November 26, 2011 2:02 AM -
1 Votes
Copy Azure Tables Between Storage Accounts
Actually, there is no server-side copy for Azure Table, so you have to export the table and then import the exported data into another table.Answered | 5 Replies | 10788 Views | Created by KenAtDIFZ - Friday, July 10, 2015 5:30 PM | Last reply by SumanthMarigowda-MSFT - Monday, November 18, 2019 5:28 AM -
1 Votes
Getting the contents of a table stored in Azure Storage
Construct your query like PartitionKey ge '<from date/time ticks (step 1)>' and PartitionKey le '<to date/time ticks (step 2)>' I've written a blog post on writing ...Answered | 6 Replies | 14308 Views | Created by MyPublicIndentity - Friday, April 1, 2011 4:47 PM | Last reply by Jai Haridas - Tuesday, April 5, 2011 1:52 PM -
0 Votes
Azure table storage rest API including
Hi, Please have a look at this article: http://blogs.msdn.com/b/tconte/archive/2011/08/10/accessing-windows-azure-blob-storage-using-jquery.aspx, hope it ...Answered | 2 Replies | 1426 Views | Created by Raj Krish - Sunday, November 9, 2014 4:00 AM | Last reply by Jambor yao - Monday, November 10, 2014 2:57 AM - Items 1 to 20 of 637458 Next ›
No announcements