Jason N. Gaylord's Blog
Visit
JasonGaylord.com
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET Languages
.NET Valley
Architecture Design Patterns and Testing
ASP.NET
ASP.NET and ASP.NET MVC
ASP.NET MVC
Books
Browsers
Business
Community News
Conference
Content Management Server
Controls
Crystal Reports
Databases
Debugging
Design/Development Tools
Desktop and Server Software
Did You Know
DYK
Employment Opportunities
Games
General Software Development
Hardware
Hoax
Hot Links
IT Professional
JavaScript and JavaScript Libraries
LINQ
Microsoft
Microsoft Office
Mobile
MVC
Off Topic (Non-Technical)
Opinions/Direction
Personal
Personal Accomplishments
Podcasts and Videos
Regex
Reviews (Technical)
Social Networking
Software
Team System
TECHbash
Technology Trends and Organizations
The Technology Post
Tips and Tricks
Twitter
User Group
Visual Studio
Web 2.0
Web Services
Web Services and APIs
Website and Coding Usability
Windows Development (Win Forms)
WPF Silverlight and other RIA
News
View my website at
www.JasonGaylord.com
My Twitter Account
Technorati Profile
Navigation
Home
Blogs
Archives
October 2009 (1)
August 2009 (1)
July 2009 (5)
June 2009 (22)
May 2009 (26)
April 2009 (5)
March 2009 (1)
February 2009 (5)
January 2009 (7)
December 2008 (6)
November 2008 (7)
October 2008 (15)
September 2008 (13)
August 2008 (15)
July 2008 (1)
June 2008 (14)
May 2008 (25)
April 2008 (9)
March 2008 (7)
February 2008 (6)
January 2008 (2)
November 2007 (1)
October 2007 (5)
September 2007 (4)
August 2007 (2)
July 2007 (2)
June 2007 (6)
May 2007 (9)
April 2007 (15)
March 2007 (2)
February 2007 (12)
January 2007 (7)
December 2006 (2)
November 2006 (3)
October 2006 (8)
September 2006 (8)
August 2006 (20)
July 2006 (17)
June 2006 (23)
May 2006 (40)
April 2006 (12)
March 2006 (8)
February 2006 (1)
January 2006 (2)
December 2005 (2)
November 2005 (12)
October 2005 (12)
September 2005 (3)
August 2005 (8)
July 2005 (5)
June 2005 (12)
May 2005 (14)
April 2005 (11)
March 2005 (14)
February 2005 (7)
January 2005 (4)
December 2004 (9)
November 2004 (4)
October 2004 (10)
September 2004 (2)
August 2004 (1)
July 2004 (1)
June 2004 (1)
May 2004 (6)
February 2004 (5)
September 2003 (6)
August 2003 (9)
July 2003 (1)
June 2003 (3)
May 2003 (1)
April 2003 (4)
Local Blogs
Michael Sumerano
Rachel Appel
Michael J. Murphy (MS)
Stan Spotts
Lindsay Rutter (MS)
Non-Local Blogs
Erik Porter
Steve Smith
Wally McClure
Rob Caron (MS)
Tim Heuer (MS)
Thom Robbins (MS)
Justin Preston (MS)
Brian Goldfarb (MS)
Mike Marshall (MS)
Somasegar (MS)
Scott Watermasysk
Rob Howard
Scott Guthrie (MS)
G. Andrew Duthie (MS)
Chad Osgood
Jeff Julian
Paul Gielens
Dana Coffey
Julie Lerman (INETA)
Jeff Key
Teemu Keiski
Geoff Snowman (MS)
Phil Weber
Nikhilk (MS)
Scott Mitchell
Jose Fuentes
Andrew Mooney
Ben Miller (MS)
Dave Sussman
Justin Lovell
Steve Schofield
Robert Scoble
Jeffrey Putz
Phil Winstanley
Shanku Niyogi (MS)
Sites I Visit
MVP Blogs
MVPs.org
.NET Valley (DotNetValley) Store
ASPInsiders.com
DotNetSlackers
Websites of Mine
JasonGaylord.com
.Net Valley (NEPA User Group)
My .NET Blog
My ASPAlliance Site
My SQL Blog
My AntiSource Page
My Windows Advice Blog
My Personal Blog
Browse by Tags
All Tags
»
Databases
(
RSS
)
.NET Languages
.NET Valley
ASP.NET and ASP.NET MVC
Business
Community News
Crystal Reports
Desktop and Server Software
General Software Development
JavaScript and JavaScript Libraries
LINQ
Microsoft Office
Team System
Tips and Tricks
User Group
Issue with ADO.NET Sync Services and SQL Server 2000
by
Jason N. Gaylord
Last Friday I had a battle and won. I was working in VS 2010 on an internal project that was being targeted for .NET 3.5. Everything was going good until I decided to be fancy. The application pulled down several tables that contain mostly static stuff...
Filed under:
General Software Development
,
Databases
,
Desktop and Server Software
Installing Team Foundation Server 2008 on SQL Server 2008
by
Jason N. Gaylord
One of the prerequisites for TFS 2008 is that it must be installed to work with SQL Server 2005 SP2 or SQL Server 2008. However, TFS 2008, by itself, will not work with SQL Server 2008. You’ll receive an error message that your SQL Server instance is...
Filed under:
Databases
,
Team System
Use LINQ to XML to Generate Excel Documents
by
Jason N. Gaylord
I was looking for a quick and easy solution to export data from SQL into an Excel format from within my ASP.NET application. I came across a great video posted by Beth Massi on the asp.net website (Video #7 at the bottom at http://www.asp.net/learn/linq...
Filed under:
ASP.NET and ASP.NET MVC
,
.NET Languages
,
Databases
,
Microsoft Office
,
LINQ
Microsoft Releases SQL Server 2008
by
Jason N. Gaylord
SQL Server 2008 has been released to manufacturing (RTM'd) today. For more information about this release, be sure to visit Microsoft's press release at http://www.microsoft.com/presspass/press/2008/aug08/08-06SQLServer2008PR.mspx .
Filed under:
Databases
Using the LINQ Keyword "First"
by
Jason N. Gaylord
All day I was stumped on why there wasn't a simple way to grab the first object in a sequence other than using: .Take(1).Single Then I discovered the keyword First. I'm still a little puzzled as to why .Single would throw an exception if more than a single...
Filed under:
Databases
,
LINQ
LINQ to SQL and MS Small Business Server 2008 Talks at .NET Valley
by
Jason N. Gaylord
The next .NET Valley User Group event will be on June 18th at Scranton University in Scranton, Pennsylvania. There will be two talks that evening. The first will begin at 6pm and will be presented by Michael Murphy. Michael will talk about the ins and...
Filed under:
Community News
,
Databases
,
.NET Valley
,
Business
,
User Group
,
LINQ
,
Desktop and Server Software
Performance Tip: Return Only Necessary Columns Using LINQ
by
Jason N. Gaylord
I was running into an issue where one of my webmethods was taking a large amount of time to return a small set (5-10 objects). I was using LINQ to SQL. I noticed that the LINQ to SQL query was returning all of the rows. After looking into the table a...
Filed under:
Tips and Tricks
,
Databases
,
LINQ
A circular reference was detected while serializing an object of type 'XXX'
by
Jason N. Gaylord
I ran into an issue earlier when trying to return an entity class through a web service for use in an AJAX page. After some quick research, I came across a post by Darren Neimke that referenced Rick Strahl's post about LINQ to SQL and Serialization ....
Filed under:
JavaScript and JavaScript Libraries
,
Databases
,
LINQ
Retrieving SQL Type Image Using LINQ
by
Jason N. Gaylord
LINQ views the Image type in SQL Server as Binary. So, there are a few options that we have. We can either (a) modify our LINQ to SQL class and change the property to Byte() instead of Binary or we can (b) convert the Binary to an array. To do the latter...
Filed under:
Tips and Tricks
,
ASP.NET and ASP.NET MVC
,
Databases
,
LINQ
SQL Management Studio Shows All Databases
by
Jason N. Gaylord
This has "bugged" me for awhile. When you log into any version of SQL (2000, 2005, and even 2008) as a user with restricted access to just a single database (or even a few databases), you can still see a complete list of all the databases on...
Filed under:
Databases
More Posts
Next page »