Sign in
Microsoft Bob
NOTE: The views expressed on this blog are my own and may not reflect the views of Microsoft
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
RSS for comments
OK
Search
Tags
.NET
.NET Tips and Tricks
COBOL
CodeProject
DDL Trigger
Development Methodology
Fusion-io
future RDBMS
High Availability
Indexed Views
in-memory database
PCIE SSD
Software Architecture
SQL Partitioning
SQL Performance
SQL Server
SQL Server 2005
SQL Server 2008
SQL Server Indexing
SQL Server Performance
SSD
SSIS
SSIS Tips
T-SQL Tips and Tricks
Visual Studio.NET
Archive
Archives
October 2012
(6)
April 2012
(1)
March 2012
(1)
February 2012
(1)
October 2011
(1)
September 2011
(1)
November 2010
(3)
July 2010
(1)
June 2010
(3)
May 2010
(2)
November 2009
(1)
October 2009
(1)
August 2009
(7)
July 2009
(3)
June 2009
(1)
May 2009
(2)
January 2009
(1)
June 2008
(5)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft Bob
Nested Identity Keys in SQL?
Posted
over 4 years ago
by
MSFT Bob
0
Comments
This weekend I played with partitioning. I have a table with about 10 million rows spanning the last 6 years of stock history for AMEX, NYSE, Indexes, and NASDAQ. I partitioned each year into a separate filegroup so that should make...
Microsoft Bob
A Wrapper for Running SQL Server 2008 Reporting Services Reports Anonymously
Posted
over 4 years ago
by
MSFT Bob
3
Comments
With SQL Server 2008, Microsoft re-architected SQL Server Reporting Services (SSRS) to no longer have an IIS dependency. It now relies directly on HTTP.SYS and handles web protocols independently. This is a good thing, in a lot of respects (see http:...
Microsoft Bob
Cautions with Indexed Views
Posted
over 4 years ago
by
MSFT Bob
0
Comments
If you’ve been following my blog, you may remember an article I did extolling the virtues of indexed views - http://blogs.msdn.com/microsoftbob/archive/2009/05/13/sql-data-warehousing-tip-2-indexed-views.aspx . I stand behind that and have found...
Microsoft Bob
Some Uses for Query Hints
Posted
over 4 years ago
by
MSFT Bob
0
Comments
Some of you are all set to flame me just because of my title. I know because a couple of years back, I would have probably been one of the first to say “NO!”, when anybody started talking about query hints. But, like everything else in this world, they...
Microsoft Bob
Getting the full exception from .NET
Posted
over 4 years ago
by
MSFT Bob
0
Comments
While we're on the topic of .NET coding, here's another technique. If you thought my last post was short, here's an even shorter one... Ever wanted to make sure you returned an error message with all of the inner exceptions? I know I've wasted...
Microsoft Bob
Fun with Enums and a Generic File Date/Time Stamper
Posted
over 4 years ago
by
MSFT Bob
0
Comments
Time for a break from SQL stuff for a little .NET. Have you ever wanted to use the integer value of an ENUM instead of the actual Enum Value? For example, here is an enum I created to map datetime formats. public enum FileDatePrecision {...
Microsoft Bob
Using NTILE with Cross Reference Values to Create Dimensions
Posted
over 4 years ago
by
MSFT Bob
0
Comments
I confess lack of depth in SQL Analysis Services (SSAS). I've read quite a bit about the capabilities including data mining, and played with a couple of the wizards, but just haven't had time to immerse deeply into end-to-end scenarios. ...
Page 1 of 1 (7 items)