Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Microsoft Bob
NOTE: The views expressed on this blog are my own and may not reflect the views of Microsoft
This Blog
About
Email
Syndication
RSS 2.0
Search
Tags
.NET
.NET Tips and Tricks
AI
Artificial Intelligence
Code Generation
CodeProject
Data Mining
DDL Trigger
High Availability
Indexed Views
Query Hints
SCCM
Simulation
Software Architecture
Software Automation
SQL Partitioning
SQL Performance
SQL Server
SQL Server 2005
SQL Server 2008
SQL Server 2008 Analysis Services
SQL Server Indexing
SQL Server Performance
SQL Server Reporting Services
SQL UDF
SSAS
SSRS
Team Foundation Server
T-SQL Tips and Tricks
Visual Studio.NET
VSTS
Web Data Mining
Web Scraping
Archives
November 2009 (1)
October 2009 (1)
August 2009 (9)
July 2009 (4)
June 2009 (3)
May 2009 (2)
January 2009 (1)
June 2008 (4)
Browse by Tags
All Tags
»
SQL Server Performance
(RSS)
CodeProject
Simulation
SQL Partitioning
SQL Performance
SQL Server
SQL Server 2005
SQL Server 2008
SQL Server Indexing
T-SQL Tips and Tricks
Visual Studio.NET
Monday, August 24, 2009 4:32 PM
Nested Identity Keys in SQL?
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
Posted by
Bob Leithiser
|
0 Comments
Filed under:
SQL Server 2005
,
SQL Server
,
SQL Server 2008
,
SQL Server Performance
,
SQL Server Indexing
,
SQL Performance
,
SQL Partitioning
Friday, July 10, 2009 9:43 PM
Using Persisted Computed Columns in SQL Server Indexes
As part of my research work, I generate thousands of simulations on an almost daily basis for various scenarios. One of my scenarios involves determining strategies for selecting the most profitable short and long stock entry/exit positions.
Posted by
Bob Leithiser
|
0 Comments
Filed under:
SQL Server 2005
,
SQL Server
,
SQL Server 2008
,
SQL Server Performance
,
SQL Server Indexing
Saturday, June 06, 2009 6:20 AM
Part 2 – Bits for Event Patterns
I promised last time ( http://blogs.msdn.com/microsoftbob/archive/2009/06/03/the-power-of-bits-for-historical-event-analysis.aspx ) that I would follow up with some code to provide a proof of concept for using bit masks for date patterns. I have good
Posted by
Bob Leithiser
|
0 Comments
Filed under:
SQL Server 2008
,
T-SQL Tips and Tricks
,
CodeProject
,
Simulation
,
SQL Server Performance
,
Visual Studio.NET
Attachment(s):
TestBitArray.zip