(Koen Verbeeck) I have an entity in SQL Server Master Data Services where the code value is not generated automatically. I deleted a member and now I want to add a new member with the same code, but instead I get an error. How is this possible and how can I resolve this?
Tag: sql server
Clustered Columnstore Index: Enforcing uniqueness constraint in table
(Sunil Agarwal) SQL Server introduced ‘updateable’ clustered columnstore index (CCI) starting with SQL Server 2014 to speed up analytics by orders of magnitude up to 100x while significantly reducing storage, typically 10x.
Azure BizTalk Services: Connecting to On-Premises Resources
(Matt Milner) By moving applications to Azure, you can’t always avoid the requirement for accessing data from applications that are based within your intranet. You have a wide range of choices for doing this.
Sort using Hierarchyid of SQL Server 2008
(Niladri Biswas) SQL Server 2008, introduced the hierarchyid. This is basically use for storing the hierarchical data. Though it’s been a long time that it got introduced, recent use of this feature and in this article experience of that is shared.
SQL SERVER – Database Mirroring login attempt failed – Connection handshake failed. An OS call failed: (8009030c)
(Pinal Dave) The best way I have learnt about building SQL Server AlwaysOn Availability Group is by contacting my close friends who have written the only book on this topic. It is not common that I ping them for such technical queries but that is what friendship is made off.
SQL SERVER – Database Mirroring login attempt failed – Connection handshake failed. An OS call failed: (8009030c)
(Pinal Dave) The best way I have learnt about building SQL Server AlwaysOn Availability Group is by contacting my close friends who have written the only book on this topic. It is not common that I ping them for such technical queries but that is what friendship is made off.
How to Modify SQL Server Database Mail Accounts
(Manvendra Singh) We all know about SQL Server Database Mail which is very feature rich to get mail alerts from our SQL Servers. Database Mail can be configured by creating mail accounts where we configure the required details like the SMTP server name, port number, email address, etc. which is used
How to Modify SQL Server Database Mail Accounts
(Manvendra Singh) We all know about SQL Server Database Mail which is very feature rich to get mail alerts from our SQL Servers. Database Mail can be configured by creating mail accounts where we configure the required details like the SMTP server name, port number, email address, etc. which is used
SQL SERVER – Fix @@ServerName Property Value When Incorrect
(Pinal Dave) Our software systems are funny and sometimes give us strange values. I don’t quite venture out trying to fiddle around with system level properties on my servers, but having said that, this query had come from one of my colleagues who was working on his SQL Server instance and he found
Using @@ROWCOUNT can be a bit tricky
(Kenneth Fisher) @@ROWCOUNT is a very useful system variable that returns the number of rows read/affected by the previous statement. It’s frequently used in loops and in error handling.
