SQL Bits IV
Coming to Newport in the UK on Nov 19-21, be sure to register and attend if you are nearby. A few days of great SQL Server training.
2009-10-21 (first published: 2009-09-21)
1,882 reads
Coming to Newport in the UK on Nov 19-21, be sure to register and attend if you are nearby. A few days of great SQL Server training.
2009-10-21 (first published: 2009-09-21)
1,882 reads
DevWeek is Europe’s leading independent conference for software developers, database professionals and IT architects, and features two dedicated tracks of breakout sessions on SQL Server and related topics, plus optional pre- and post-conference workshops.
2009-02-09
399 reads
A series of online conferences covering various aspects of SQL Server and other Microsoft technologies. Check out the list for this fall and see if there is some training that you can attend.
2008-09-15
1,606 reads
A series of free, one-day training events are coming in October, 2008 to various locations around the country. See if you can attend one in Olympia, Greenville, or Orlando.
2008-08-25
2,197 reads
SQL Know How is holding a 3 day seminar in Hatfield, Hertfordshire in the UK this September 1-3.
2008-08-20 (first published: 2008-08-06)
4,266 reads
The next European PASS Conference will take place between the 14th - 16th of April 2008 in Neuss, Germany!
2008-03-10
427 reads
2008-04-22 (first published: 2008-02-22)
3,212 reads
2008-01-30
1,186 reads
By HamishWatson
This blog post is about a situation where you are capitalising an argument in...
By HamishWatson
This blog post relates to where you might be doing scale operations of your...
By HamishWatson
This blog post is about a situation where writing an IF THEN ELSE statement...
Create TABLE #TableA ( TaskNameA nvarchar(100), GovernA bit, ToolTypeA nvarchar(10), ResourceNameA nvarchar(100) ) Create...
I am trying to the code function to determine if a particular application is...
I am trying to patch my SQL server with CU8 and GDR for SQL...