sql server
Welcome to the 'sql server' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'sql server'.
Are you an expert about 'sql server'? Do you want to be the Technorati authority on 'sql server'? You can write a description that will appear right here:
Join Blogcritics!
Original Technorati articles tagged “sql server”
-
in TechnologyWhat Will The Next Version of SQL Server Be Named?

What Will The Next Version of SQL Server Be Named?by sqlrockstar / on Sep 29, 2011
Latest blogosphere posts tagged “sql server”
-
Распараллеленное соединение вложенных циклов (Nested Loops)
—
Authority:
По материалам статьи из блога Craig Freedman : Parallel Nested Loops Join Перевод Ирины Наумовой Техническая редакция Александра Гладченко SQL Server распараллеливает соединение вложенных ...2 days ago -
Forget SQL Server Password?
—
Authority:
New Question Created by ClientsQuery2 days ago -
Some stuff I’m working on
DBMS2 -- DataBase Management System Services —
Authority: 464
1. I have some posts up on Strategic Messaging . The most recent are overviews of messaging , pricing , and positioning . 2. Numerous vendors are blending SQL and JSON management in their short-request DBMS . It will take some more work for me to have a strong opinion about the merits/demerits of various ...2 days ago -
Freelancer with experience in Sql Server (SSIS) and in C# by Today
—
Authority:
If you are good knowledge of C# and you have good/low experience in SSIS (Sql Server Integration Services), this project is for you. You will have a positive and fast feedback. Project : – Putting… (Budget: $30-$250 USD, Jobs: C Programming, Paypal API, SQL, Windows API) Go to Source1 week ago -
SQL SERVER – Interesting Observation of CONCAT_NULL_YIELDS_NULL and CONCAT in SQL Server 2012 onwards
—
Authority:
Have you ever worked with CONCAT_NULL_YIELDS_NULL earlier in your career? If yes, you will find this post very interesting. If you have not worked with this function before I think this post will teach you something very interesting. Before we start please note that as per SQL Server official ...1 week ago -
SQL SERVER – Weekly Series – Memory Lane – #028
—
Authority:
Here is the list of selected articles of SQLAuthority.com across all these years. Instead of just listing all the articles I have selected a few of my most favorite articles and have listed them here with additional notes below it. Let me know which one of the following is your favorite article from memory lane. 2007 ...1 week ago -
Dew Drop – May 10, 2013 (#1,545)
Alvin Ashcraft's Morning Dew —
Authority: 475
Top Links Publish Individual Files to your Server in Visual Studio 2012.2 (Rick Strahl) Toastr 1.3.0 Now Available (John Papa) Inside Windows Phone – Windows Phone and HTML5 (Larry Lieberman) My Conversation with Bill Clinton at the 2013 Fiscal Summit (Bill Gates) Web Development Happy 10th ...1 week ago -
Log Buffer #319, A Carnival of the Vanities for DBAs
—
Authority:
This week again, the Log Buffer Edition covers the exciting and ever-evolving galaxies of Oracle, MySQL and SQL Server. Oracle: When does an Oracle process know it’s on Exadata ? MobaXterm 6.3 has been released. You can find the download and changelog in the usual place. A new major release (version 3.0) ...1 week ago -
Local Install of Books Online 2012
A Developer's Blog —
Authority: 107
The other day I needed to be able to study the SQL Server 2012 documentation, aka Books Online or BOL, to prepare for an exam while sitting on the train. So I was looking for the latest BOL download but that search wasn’t very successful. It took me a while to realize that what I was doing was no longer valid! ...1 week ago -
T-SQL – Get a Historical Record of SQL Statements Hitting a Table
—
Authority:
Today I’ll review two useful queries that you can use to get information from SQL Server about what SQL statements are hitting one or more of your database tables. If you are interested in further T-SQL tips and tricks, please have a look through related articles I have written. The first query will check SQL […]1 week ago -
QuickHitter 03 : Put some Windows updates in my basket
—
Authority:
Maybe this is just news to me, but I didn’t know this resource was out there. In comparing the updates between two nodes on a cluster, I found out about the “ Microsoft Update Catalog ” where you can add updates to your basket and download them all at once. I also found the cluster validation wizard lists the ...1 week ago -
SQL SERVER – Adding Column Defaulting to Current Datetime in Table
—
Authority:
Presenting a technical session is a greatest experience one can have and I enjoy doing the same. While I write this blog post, I am presenting at Great Indian Developer Summit in India. The event is a grand success and I am having a great time at this event. One of the questions which I often receive is how do one ...1 week ago -
Migrating SQL Query from Oracle to SQL Server 2008 or Sybase
—
Authority:
Oracle and Microsoft SQL Server are very different than each other and ifyou are migrating SQL queries or database, tables from Oracle 11g database toMicrosoft 2008 SQL server than you are bound to face some issues. Main reasonof these porting issues are features, which are supported and exists in Oracledatabase, but ...1 week ago -
Dew Drop – May 9, 2013 (#1,544)
Alvin Ashcraft's Morning Dew —
Authority: 475
Top Links Introducing Objective Sharpie (Aaron Bockover) jQuery Migrate 1.2.1 Released (Dave Methvin) When To Comment Your Code (Steve Smith) Conversation #38– disrupt or die (Steven Sinofsky) Web Development Developing a CRUD grid with IgniteUI, Node.js, Express, Mongoose, MongoDB and Nginx ...1 week ago -
Check SQL Server 2012 Compatibility with AX 2009
—
Authority:
Sometimes we need to find that whether AX 2009 is compatible with SQL Server 2012 or not then you can read following article to Check SQL Server 2012 Compatibility with AX 2009. Announcing Compatibility Certification of SQL Server 2012 and SQL Server 2012 SP1 with Dynamics AX 2009 SP1 ...1 week ago -
SQL Server Upserts – Using MERGE to INSERT or UPDATE Table Rows
—
Authority:
The idea of an Upsert was added in the SQL 2003 standard for databases and is implemented using a MERGE statement in both Oracle and SQL Server. So You Might Ask: What is an Upsert? An Upsert does pretty much does what it sounds like: it runs an update on a row where a condition […]1 week ago -
SQL SERVER – A New Approach to Scale .NET Applications
—
Authority:
In a previous article , I wrote about scale-up vs. scale -out architectures using SQL Server and NuoDB as examples. NuoDB recently announced the general availability of their latest product release, 1.1, and it looks like they’ve made significant progress in improving their Microsoft support. NuoDB now ...1 week ago -
SQL Saturday #200 - Philadelphia
—
Authority:
If you read my post from yesterday you will know I will be spending some time on the US east coast at the end of May.Last week my friend and fellow Learning Tree instructor Sharon Dooley asked me if I would like to attend SQL Saturday #200 in Philadelphia which is being organised by the Philadelphia User group. Seeing ...2 weeks ago -
Dew Drop – May 8, 2013 (#1,543)
Alvin Ashcraft's Morning Dew —
Authority: 475
Top Links Visual Studio 2012.3 (Update 3) “go-live” CTP is now available (Brian Harry) Release Candidate of Visual Studio 2012 Update 3 now available (Charles Sterling) scriptcs gets a REPL! (Glenn Block) Putting the Dynamic back into TypeScript (Derik Whittaker) Web Development Professional ...2 weeks ago -
SQL Server Triggers and Performance
—
Authority:
SQL Server Triggers can cause performance problems if best practises are not considered. Theyre useful for tasks such as enforcing referential integrity but if not not applied correctly can cause performance issues, often difficult to diagnose. The only time I’ve ever used Triggers is to apply Data Modification ...2 weeks ago


Follow Technorati