Click here to Skip to main content
15,881,938 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have created Blobs in windowa azure but I don´t understand how to make a table and make it work whit the blob?
Posted
Comments
girishkalamati 28-Nov-14 14:55pm    
Azure blobs and Azure Table service are different sort of services ... they are not same ..

Tables are no relational tables very simlar to table u would have saw in SQL or MYSQL.. they do the same task as the relational tables .. except JOIN ops are not possible on them

1 solution

Solution for your first part of the Question
"How to Create Table in azure"

and follow above my comments about the TABLE storage characteristics !
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900