(Pinal Dave) Collation is a very interesting concept but I quite often see it is heavily neglected. I have seen developer and DBA looking for a workaround to fix collation error rather than understanding if the side effect of the workaround. Collation is a very deep subject.
Tag: sql server
How To Help Others Become Managers
As a manager or leader, we are constantly faced with multiple roles and tasks. One of the most effective methods for juggling these (sometimes) conflicting roles is delegation. But how do we help others become managers?
T-SQL tricks for SQL Server 2012: T-SQL functions
(Robert Sheldon) Whenever Microsoft releases a new version of SQL Server, the new version inevitably contains enhancements to Transact-SQL (T-SQL), as is the case with SQL Server 2012. The latest updates to T-SQL include numerous new and modified elements that extend the language’s capabilities.
Getting Started with Master Data Services (MDS) In SQL Server 2012
(Arshad Ali) Master Data Services is a new feature introduced in SQL Server 2008 R2 and further enhanced in SQL Server 2012. Master Data Services is an extensible Master Data Management (MDM) platform, which is built on top of the SQL Server database engine and Windows Communication Foundation (WCF)
Performing Fast Searches of Query Plans
(SQLSoldier) I’ve made blog posts in the past on using the exist() method to search for query plans with specific attributes (e.g., Find Cached Query Plans By Index Name). Another good aspect of the exist() method is that it is a much faster way to search for a specific string inside of a query plan
How to connect to SQL Server if you are completely locked out
(Manvendra Singh) Suppose you are a DBA responsible for managing all of the SQL Server instances in your environment. For the sake of security you lock down your environment by removing the BUILTINAdministrators group, disable sa the login, change the port number, removed all users except sa that w
Using template explorer to create your own code bank
(Vadivel) Most of the Developers / DBAs I have worked with are maintaining their utility scripts in file system. When ever a script is needed they browse through that folder via SQL Server Management Studio (SSMS) and open it.
Adding RESTful Web Services to Oracle Identity Manager 11g
(Scott Fehrman) Organization’s are leveraging RESTful Web Services to integrate multiple client interfaces and devices with Internet-centric data services. We will cover how RESTful Web Services can be added to Oracle Identity Manager (OIM) 11g using the Jersey (JAX-RS) framework and Project OpenPTK
SQL SERVER – Retrieve SQL Server Installation Date Time
(Pinal Dave) I have been asked this question a number of times and my answer always has been “Search online and you will find the answer.” Every single time someone follows my answer, he finds the accurate answer in just a few clicks. However, this question is getting very popular nowadays, so I dec
SQL Server: Instant Blocking Alert Using WMI in Your Mailbox
(Nelson John A) As a DBA, it is important for all of us to get real time alert on various issues in our inbox to be more proactive and to manage the database servers in better way.There are many third party tools which you can easily configure to monitor the servers and to get the alerts. I feel mor