SQL AZURE – SQLSERVERLEARNER https://sqlserverlearner.com LEARN SQL SERVER ONLINE Tue, 19 Jun 2012 05:37:45 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.3 This session has been assigned a tracing ID of ‘xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx’. Provide this tracing ID to customer support when you need assistance. https://sqlserverlearner.com/2012/06/19/this-session-has-been-assigned-a-tracing-id-of-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx-provide-this-tracing-id-to-customer-support-when-you-need-assistance/ https://sqlserverlearner.com/2012/06/19/this-session-has-been-assigned-a-tracing-id-of-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx-provide-this-tracing-id-to-customer-support-when-you-need-assistance/#respond Tue, 19 Jun 2012 05:37:45 +0000 https://sqlserverlearner.azurewebsites.net/2012/06/19/this-session-has-been-assigned-a-tracing-id-of-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx-provide-this-tracing-id-to-customer-support-when-you-need-assistance/ When you try to connect to SQL Azure you get the error :
Login failed for user ‘username’.
This session has been assigned a tracing ID of ‘xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx’. Provide this tracing ID to customer support when you need assistance. (Microsoft SQL Server, Error: 18456)

[xml]
TITLE: Connect to Server
——————————

Cannot connect to tcp:xxxxxxxxxx.database.windows.net.

——————————
ADDITIONAL INFORMATION:

Login failed for user ‘username’.
This session has been assigned a tracing ID of ‘xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx’. Provide this tracing ID to customer support when you need assistance. (Microsoft SQL Server, Error: 18456)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&EvtSrc=MSSQLServer&EvtID=18456&LinkId=20476

——————————
BUTTONS:

OK
——————————
[/xml]

Fix/Resolution:
– Check if the server name is correct.

– Check if the user name, password is correct.

– Try using the username as server@username.
If server is xxxxxx.database.windows.net then try with username xxxxxx@username

– Check if you are able to connect to the SQL azure server using the below link:
https://servername.database.windows.net/?langid=en
If xxxxxx.database.windows.net is the server name then try to login by using the link
https://xxxxxx.database.windows.net/?langid=en

]]>
https://sqlserverlearner.com/2012/06/19/this-session-has-been-assigned-a-tracing-id-of-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx-provide-this-tracing-id-to-customer-support-when-you-need-assistance/feed/ 0
Benefits and Features of SQL Azure https://sqlserverlearner.com/2011/06/30/benefits-and-features-of-sql-azure/ https://sqlserverlearner.com/2011/06/30/benefits-and-features-of-sql-azure/#respond Thu, 30 Jun 2011 06:37:35 +0000 https://sqlserverlearner.azurewebsites.net/2011/06/30/benefits-and-features-of-sql-azure/ Benefits of SQL Azure:

  • High availability
  • High Fault tolerance
  • ability to create and deply of multiple number of databases
  • Similar to TSQL Used for SQL SERVER, hence makes its use easy
  • PAY AS YOU GO Option for pricing helps users pay for what they use
  • Integration to SQL Server and Visual Studio
  • Scale up and down the databases as per requirement
  • No need to take care of Physical administration of the server

Features of SQL Azure:

  • Cloud based model
  • Similar to SQL Server
  • Similar TSQL Usage
  • Ability to use tables, indexes, views,triggers, stored procedures, functions, roles etc
  • Execution of Joins on multiple tables
  • Transactions are allowed
  • Creation of Temporary tables is allowed
  • System functions like string,datetime are allowed
  • SQL Azure Data Sync
]]>
https://sqlserverlearner.com/2011/06/30/benefits-and-features-of-sql-azure/feed/ 0
DIFFERENCES BETWEEN SQL AZURE AND SQL SERVER https://sqlserverlearner.com/2011/06/30/difference-between-sql-azure-and-sql-server/ https://sqlserverlearner.com/2011/06/30/difference-between-sql-azure-and-sql-server/#respond Thu, 30 Jun 2011 06:14:11 +0000 https://sqlserverlearner.azurewebsites.net/2011/06/30/difference-between-sql-azure-and-sql-server/ SQL Azure is in very very similar to SQL Server in terms of TSQL and other common features in SQL Server. But there are few limitations of SQL Azure with respect to SQL Server.

SQL Azure does not support the following:

  • MASTER DATA SERVICES (Introduced in SQL Server 2008 r2)
  • SQL Server Utility
  • Common Language Runtime (CLR)
  • Service Broker
  • Database Mirroring
  • XML Indexing
  • Database Mirroring
  • Backup and Restore
  • Backup and Restore (SP’s from DLL’s)
  • SQL Server Agent
  • Replication
  • Table Partitioning
  • SQL Server Replication
  • Resource Governor
  • PolicyBased Management
  • Large User Defined Data Types
  • Full-Text Search
  • Data Compression
  • Extension methods USING CLR
  • Extension spatial types USING CLR
  • External Key Management
  • Sparse Columns
  • Transparent Data Encryption
  • Data Auditing
  • UDAs – User Defined Aggregates
  • Data Collector
  • FILESTREAM
  • Extended Events
]]>
https://sqlserverlearner.com/2011/06/30/difference-between-sql-azure-and-sql-server/feed/ 0
WHAT IS SQL AZURE https://sqlserverlearner.com/2011/06/29/what-is-sql-azure/ https://sqlserverlearner.com/2011/06/29/what-is-sql-azure/#respond Wed, 29 Jun 2011 07:54:38 +0000 https://sqlserverlearner.azurewebsites.net/2011/06/29/what-is-sql-azure/ WHAT IS SQL AZURE?

SQL AZURE is basically SQL Server Hosted in a cloud envirorment. This means it has the power of SQL Server and The power of Cloud Computing both held together.

SQL AZURE helps users Focus on their application and not the infrastructure required for running the application.

All the necessary Hardware, Software required for creation of SQL Server is taken care by the Cloud Service Provider.

By opting to SQL Azure the Hardware requirements and burden of hardware maintainence are moved away from the user and the user can concentrate on development of SQL Databases and hence enhances the ability of companies in creating SQL Code.
SQL Azure takes care of enviromental conditions like server setup, harddisk setup, processors etc and provides high availability, good levels of security.

SQL Azure Will for sure be the future of SQL Server databases as we see companies migrating from their self hosted servers to SQL Azure.

Users have high levels of options to opt SQL Azure in the Country Region where they wish to set up.

Users have to pay as they use and they would have options to reduce or increase their Disk spaces hence enhancing the Budget Capabilities of SQL Azure Users.

There are certain differences between SQL Azure and SQL Server hosted on local boxes. These differences are eloborated in the below link.
DIFFERENCE BETWEEN SQL AZURE AND SQL SERVER

SQL Azure was formally called as SQL Server Data Services and later it was called as SQL Services. SQL AZURE cloud based services are provided by Microsoft.

]]>
https://sqlserverlearner.com/2011/06/29/what-is-sql-azure/feed/ 0