Microsoft Azure SQL Database Vs SQL Server Databases
Hi All
I have listed out some of the differences between azure SQL Database and SQL server Databases.
you need to select any one of the 2 based on the features you want in your project , in our project we are handling with PII data where we need Transparent Data encryption which is not available in Azure SQL Database so we went for SQL server databases .
I have listed out some of the differences between azure SQL Database and SQL server Databases.
you need to select any one of the 2 based on the features you want in your project , in our project we are handling with PII data where we need Transparent Data encryption which is not available in Azure SQL Database so we went for SQL server databases .
SQL Server Database | Azure SQL Database services | |
Category | ||
Size Limitations | SQL server can grow upto 524,272 Terabytes | 1 to 5 GB for web edition and 10 to 150GB for business edition |
Connecion Limitations | Tcp/ip , sharedmemory , and Named Pipes client protocols | Only one TCP/IP |
Windows authentication | No windows authentication only through username and password | |
Communication through static/Dyanic port | only through 1433 port | |
Unsupported Features In SQL database | Agent Service | |
Audit | ||
Backup/Restore | ||
Change data Capture | ||
Compression | ||
Database Object naming Convention | ||
Extended events | ||
Extended stored procedures | ||
File streaming | ||
Full-Text Searching (FTS) | ||
Mirroring | ||
Partitioning | ||
Replication | ||
Transparent Data Encryption (TDE) |
Comments
Post a Comment