Sign in
Dave does Data
Tutorials, Performance Tuning, Tips & Techniques on SQL Server & its ecosystem.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
.NET
.NET Development
Connection Strings
Data Mining
Downloads
Free
Geography
Geometry
News
Polygon
Recommendations
Reporting Services
Spatial
SQL Analysis Services (SSAS)
SQL Integration Services (SSIS)
SQL Management Studio (SSMS)
SQL Reporting (SSRS)
SQL Server
SQL Server Intergration Services
SQL Server Spatial
SSIS
SSRS
Tools
Training
TSQL
Archive
Archives
November 2010
(4)
October 2010
(2)
August 2010
(1)
April 2010
(4)
January 2010
(2)
October 2009
(1)
September 2009
(8)
August 2009
(1)
May 2009
(1)
April 2009
(11)
March 2009
(1)
February 2009
(3)
January 2009
(1)
November 2008
(9)
October 2008
(8)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Dave does Data
SQL Server NOLOCK Hint & other poor ideas.
Posted
over 4 years ago
by
davele
17
Comments
Frequently I see production code, created by professional development teams, peppered with NOLOCK & other TSQL Hints. While totally understandable, as it is a common recommendation by many internet posts & often found in their sample code, this...
Dave does Data
Free Chart Controls for .NET: Windows and Web – Handy Links
Posted
over 4 years ago
by
davele
4
Comments
Even though its been available for more than 6 months, many people have overlooked this little gem. Those that are using it get terribly excited when they discover how easy it is to use the features & capability it offers. So if you need very powerful...
Dave does Data
SQL Server 2008 Jumpstart Materials – very detailed training, now FREE to download.
Posted
over 4 years ago
by
davele
10
Comments
This post is a pointer to a lot of in-depth training on SQL 2008. It includes Virtual PC’s with Demo Scripts, Lab Exercises & a lot of PowerPoint's with notes. To get access to it all click here SQL Server 2008 Training . It is free but you do need...
Dave does Data
Database Design – Many to Many Join Tables
Posted
over 4 years ago
by
davele
4
Comments
I was asked why my previous post suggested to “not use an Identity Column as a Key for Many to Many Join Tables”. This post outlines some of the pitfalls I’ve seen. UPDATED: 17 May 09: To clarify a question about how to do this with higher normal forms...
Dave does Data
How do I get FREE Software from Microsoft?
Posted
over 4 years ago
by
davele
3
Comments
It is common to hear students & small start-up businesses state “I use Open Source because it is free” or they download pirate Microsoft from really dodgy, spyware prone sites to get it free. The irony is that many of these people qualify to get the...
Dave does Data
Get SQL Server 2008 for FREE: FREE Database, FREE Reporting Solution, FREE Spatial
Posted
over 4 years ago
by
davele
5
Comments
If you are a Student, Teacher or anyone on a budget, don’t feel pushed to use Open Source databases like MySQL just because they have an entry level offering for free. You may be one of many who expressed concern for its quality & design which suffered...
Dave does Data
News: Look at the CTP3 of our upcoming Distributed Cache technology - Velocity
Posted
over 4 years ago
by
davele
2
Comments
If you develop high scale, scale out/distributed apps, check out Microsoft Project Code Named “Velocity” Community Technology Preview 3 (CTP3) Released to Web on 7 April 09. "Velocity" is a distributed in-memory application cache platform for...
Dave does Data
SQL Server 2008: April 09 Updates – Handy links
Posted
over 4 years ago
by
davele
1
Comments
Scanning the Microsoft sites it might not be obvious that April 09 was a huge month for new releases from the SQL Team. Given that it is sometimes difficult to find everything in one place I thought I’d make it easier for you by creating this index. Beyond...
Dave does Data
Tip: Make your Identity Keys go Further
Posted
over 4 years ago
by
davele
4
Comments
It is extremely common to use computer generated Primary Keys in a table. eg: OrderID INT PRIMARY KEY CLUSTERED IDENTITY ( 1 , 1 ) NOT NULL Most people set the seed to 1. I don’t know why. Perhaps because it is the default value, maybe they...
Dave does Data
SQL Server 2008 SP1 - Released
Posted
over 4 years ago
by
davele
2
Comments
April 09: Service Pack 1 for SQL 2008 can now be downloaded Download SQL 2008 Service Pack 1 from here: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=66ab3dbb-bf3e-4f46-9559-ccc6a4f9dc19 See the SQL Server New Blog for more...
Dave does Data
Teach your Kids to Program these school Holidays
Posted
over 4 years ago
by
davele
2
Comments
If you know Primary, High School aged kids OR know a teacher who struggles to keep up with Technology. Point them at Kid's Corner . This site is full of videos, articles, tips & tricks. Many of the videos are have young teens being actors & doing...
Page 1 of 1 (11 items)