Sign In
Technical Weblog of Eric Charran
A Journal of My Technical Achievements and Challenges
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET Development
BizTalk Server
Electronics and Portables
Exchange and Windows Mobile
General Microsoft and MCS
Hyper-V, Virtual PC and Virtual Server 2005
LINQ Development
Office
SharePoint 2010
SharePoint and MOSS 2007
SQL Server
Team Foundation Server
Vista
Visual Studio
WCF Development
Windows 7
Windows Communication Foundation
Windows Server 2008
XBOX
Archive
Archives
October 2011
(1)
February 2011
(1)
July 2010
(1)
May 2010
(2)
April 2010
(4)
February 2010
(1)
December 2009
(1)
November 2009
(3)
May 2009
(2)
March 2009
(2)
February 2009
(1)
January 2009
(1)
December 2008
(1)
November 2008
(1)
October 2008
(2)
September 2008
(2)
August 2008
(1)
June 2008
(3)
May 2008
(6)
April 2008
(7)
March 2008
(5)
February 2008
(1)
December 2007
(5)
November 2007
(4)
October 2007
(4)
September 2007
(3)
August 2007
(7)
July 2007
(4)
June 2007
(3)
May 2007
(8)
April 2007
(11)
March 2007
(15)
February 2007
(12)
January 2007
(11)
December 2006
(10)
November 2006
(11)
October 2006
(5)
September 2006
(9)
August 2006
(14)
July 2006
(5)
June 2006
(6)
May 2006
(10)
April 2006
(11)
March 2006
(21)
February 2006
(8)
January 2006
(7)
December 2005
(6)
November 2005
(14)
October 2005
(8)
SQL Server
MSDN Blogs
>
Technical Weblog of Eric Charran
>
SQL Server
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Technical Weblog of Eric Charran
Expression Examples in Reporting Services
Posted
over 5 years ago
by
Eric Charran
0
Comments
While this topic is in Books Online for SQL Server 2005, I found it really handy as a quick reference for writing elementary and advanced Reporting Services expressions. http://technet.microsoft.com/en-us/library/ms157328.aspx
Technical Weblog of Eric Charran
Dynamic Flat File Connection Manager Connections
Posted
over 5 years ago
by
Eric Charran
0
Comments
I'm writing an SSIS package to iterate over the MOSS logs directory to import the logs into a SQL Server table (eventually a data mart) where I can write queries to pull out the information I need. What I plan to do is loop over the logs directory structure...
Technical Weblog of Eric Charran
MOSS 2007 and SQL Server 2005 Maintenance Plans
Posted
over 5 years ago
by
Eric Charran
1
Comments
For my future reference (and yours as well), here is how to configure your SQL Server 2005 maintenance plans so that they operate correctly with MOSS. A great post by Jingmei Li. http://blogs.msdn.com/jingmeili/archive/2007/02/26/sql-server-2005-maintenance...
Technical Weblog of Eric Charran
Clustered Index Rebuilds Affecting Non-Clustered Indexes
Posted
over 5 years ago
by
Eric Charran
0
Comments
Another nifty note about indexing. One of the more popular interview questions for technical folks is the various effects a change to a clustered index can have on nonclustered indexes. This post clears some of that up: Does rebuilding a clustered index...
Technical Weblog of Eric Charran
Create a Time Dimension in SQL Server
Posted
over 5 years ago
by
Eric Charran
0
Comments
Here is a great link on how to create a time dimension for a relational data warehouse in SQL Server. It's great that I won't have to worry about this again! http://sqljunkies.com/WebLog/enigma/archive/2004/02/04/940.aspx
Technical Weblog of Eric Charran
SQL Server Feature Pack and SP2
Posted
over 5 years ago
by
Eric Charran
0
Comments
The following URL goes to the SQL Server Feature Pack which consists of a listing of SQL Server 2005 redistributable components and add-ons for SQL Server. If you have a server that only needs ADOMD.NET for example, or Notification Servers Client Components...
Technical Weblog of Eric Charran
SQL Server Reporting Services Add-in For WSS 3.0/MOSS 2007
Posted
over 5 years ago
by
Eric Charran
1
Comments
Here is the link for the MOSS 2007/WSS 3.0 add-in for SQL Server Reporting Services. http://www.microsoft.com/downloads/details.aspx?familyid=4E50BE6E-3F92-4552-A78C-B3BE1D94D5DA&displaylang=en
Technical Weblog of Eric Charran
Load Testing SQL Server Reporting Services using Visual Studio 2005
Posted
over 6 years ago
by
Eric Charran
1
Comments
Here is a great article on how to leverage the unit testing engine built into Visual Studio to test SQL Server Reporting Services. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsql90/html/VS05PLTSQL.asp
Technical Weblog of Eric Charran
SQL Server 2005 Feature Pack and Downloads
Posted
over 6 years ago
by
Eric Charran
0
Comments
The feature pack is a set of separate downloads that allow you to install components of SQL Server without installing the whole server product. Available at the following URL: http://www.microsoft.com/downloads/details.aspx?familyid=D09C1D60-A13C-4479...
Technical Weblog of Eric Charran
Connection Pooling Scope and Behavior
Posted
over 6 years ago
by
Eric Charran
1
Comments
I recently ran into a question regarding the scope of connection pools that .NET creates when applications require a database connection. The following feedback and link was provided by a colleague of mine in response to the question: As per the...
Technical Weblog of Eric Charran
Federated Database Design
Posted
over 6 years ago
by
Eric Charran
0
Comments
Federated database design relates to carrying service oriented architecture into the database layer. Because SQL Server 2005 has several application server-like capabilities (i.e., SQL Server Integration Services, SQL Server Service Broker, Web Services...
Technical Weblog of Eric Charran
When to use SQL Server Service Broker
Posted
over 6 years ago
by
Eric Charran
2
Comments
Use SQL Server Service Broker for asynchronous transactional messaging from applications where transactional throughput and scalability is required, as well as rehydratable and failure resistant transactional consistency is required. The example would...
Technical Weblog of Eric Charran
SQL Server 2005 WMI Provider Error
Posted
over 6 years ago
by
Eric Charran
11
Comments
I recently resolved an error with the SQL Server 2005 Configuration Manager. Occasionally, during setup, some .mof files don't get installed and registered correctly. There is a program called mofcomp that is responsible for registering and storing the...
Technical Weblog of Eric Charran
Visual Studio and SQL Server 2005 Beta and CTP Uninstall Tool
Posted
over 7 years ago
by
Eric Charran
0
Comments
Of course, by now everyone is running Visual Studio 2005, riiight? [8-|] For those folks that are just beginning to install, check out this tool that will clean your machine of previous versions of pre-released Visual Studio 2005 and SQL Server 2005...
Technical Weblog of Eric Charran
SQL Server 2000 Reporting Services Parameter Gotcha
Posted
over 7 years ago
by
Eric Charran
0
Comments
Here is a situation I recently ran across. We created a report which executed a stored procedure. The parameters being passed had default values, so that when they were not qualified, they would default to pre-assigned values. Thus, when these "optional...
Technical Weblog of Eric Charran
SQL Server 2005 System Table Map
Posted
over 7 years ago
by
Eric Charran
0
Comments
The official SQL Server 2005 table map can be found below in .pdf format. http://www.microsoft.com/downloads/details.aspx?FamilyID=2ec9e842-40be-4321-9b56-92fd3860fb32&DisplayLang=en
Technical Weblog of Eric Charran
Best Practices for CLR Assemblies vs. TSQL
Posted
over 7 years ago
by
Eric Charran
1
Comments
A very good article on MSDN will help developers determine when to use the CLR stored procedures, functions and triggers versus traditional TSQL ones. The guidance is as follows directly from the article: Use declarative T-SQL SELECT , INSERT , UPDATE...
Technical Weblog of Eric Charran
Standard Numeric Format Strings Output
Posted
over 7 years ago
by
Eric Charran
0
Comments
Since I'm doing a bit of SQL Server Reporting Services development and architecture, I found this URL on MSDN that leads to standard .NET format syntax for data types. This is specifically relevant when doing financial reporting and formatting numbers...
Technical Weblog of Eric Charran
SQL Server Reporting Services Field Error Part 2
Posted
over 7 years ago
by
Eric Charran
0
Comments
So here is another solution to the following error message: The data set "DataSetName" contains a definition for the field "FieldName". This field is missing from the returned result set from the data source. This can happen in report designer when...
Technical Weblog of Eric Charran
SQL Server Reporting Services Field Error
Posted
over 7 years ago
by
Eric Charran
0
Comments
Ever get this error from SQL Server Reporting Services when you consume a stored procedure and attempt to preview the report from the designer? The data set "DataSetName" contains a definition for the field "FieldName". This field is missing from the...
Technical Weblog of Eric Charran
SQL Server Reporting Services Table of Contents
Posted
over 7 years ago
by
Eric Charran
1
Comments
The Approach Since there is no table of contents functionality in SQL Server 2000 Reporting Services, I had to develop a maintainable approach that worked well within the domain of Reporting Services as a technology. The Table of Contents requirement...
Technical Weblog of Eric Charran
Upgrade to the RTM Bits for SQL Server 2005
Posted
over 7 years ago
by
Eric Charran
0
Comments
Like Silk. I had an instance of the full imprint of SQL Server 2000 SP4 (Database Engine, Analysis Services, Reporting Services, etc.). I just ran through the setup and it worked wonderfully. It detected the installed products and versions and asked me...
Technical Weblog of Eric Charran
SQL Server 2000 Clustering Gotchas
Posted
over 7 years ago
by
Eric Charran
0
Comments
Part 2 on AWE Memory If AWE is enabled, SQL Server cannot use the paging file If AWE is enabled, SQL Server will grab all memory it is allowed if the max server memory configuration option is not set. If you accidentally forget to set this, SQL...
Technical Weblog of Eric Charran
SQL Server 2000 Clustering Gotchas
Posted
over 7 years ago
by
Eric Charran
1
Comments
Yes, I know that SQL Server 2005 is on the horizon. However, there are still many companies that are interested in clustering on SQL Server 2000. As a result, here are some of the most prevalent gotchas when attempting to cluster. These tips are from...
Technical Weblog of Eric Charran
SQL Server Data Import Best Practices
Posted
over 7 years ago
by
Eric Charran
0
Comments
The following link goes to an MSDN article which outlines some of the do's and don'ts surrounding importing of data. Whether its for a Data Warehouse or for import into a transactional applcation, these best practices are lessons learned from the best...
Page 1 of 2 (27 items)
1
2