Does SQL Azure Support Relational Databases?
Posted
by Goober
on Stack Overflow
See other posts from Stack Overflow
or by Goober
Published on 2009-10-08T15:45:15Z
Indexed on
2010/04/09
5:43 UTC
Read the original article
Hit count: 586
I keep reading that SQL Azure doesn't support relational databases; however, I just tapped into my SQL Azure Database and scripted a relational database.
I even checked to see what was present using:
select * from sys.objects
Any thoughts?
© Stack Overflow or respective owner