Sign in
Marcelo's WebLog
Improving the world one entity at a time (now tweeting on @mlrdev)
Common Tasks
Blog Home
Email Blog Author
About
OK
RSS for comments
RSS for posts
Atom
Search Form
Tag Cloud
ADO.NET Data Services
Astoria
Azure
datajs
Design
Development
Entities
MIX10
MIX11
OData
Office
Pages
PDC05
Performance
Phone
Security
Silverlight
SQL
VBA
Velocity
WCF Data Services
Web
Windows
WPF
XML
Monthly Archives
Archives
April 2012
(2)
November 2011
(1)
September 2011
(1)
July 2011
(4)
June 2011
(7)
May 2011
(6)
April 2011
(10)
March 2011
(10)
February 2011
(9)
January 2011
(8)
December 2010
(2)
November 2010
(1)
October 2010
(1)
September 2010
(7)
August 2010
(2)
July 2010
(17)
June 2010
(11)
May 2010
(6)
April 2010
(28)
March 2010
(21)
February 2010
(14)
January 2010
(1)
December 2009
(11)
November 2009
(4)
October 2009
(2)
September 2009
(1)
August 2009
(2)
July 2009
(1)
June 2009
(11)
May 2009
(3)
April 2009
(10)
March 2009
(17)
February 2009
(9)
January 2009
(1)
December 2008
(3)
November 2008
(19)
October 2008
(14)
September 2008
(11)
August 2008
(18)
July 2008
(8)
June 2008
(6)
May 2008
(5)
April 2008
(9)
March 2008
(5)
February 2008
(5)
January 2008
(11)
December 2007
(3)
October 2007
(7)
September 2007
(3)
August 2007
(1)
July 2007
(5)
June 2007
(2)
May 2007
(1)
April 2007
(2)
March 2007
(5)
February 2007
(4)
January 2007
(6)
December 2006
(3)
November 2006
(3)
October 2006
(3)
September 2006
(2)
July 2006
(2)
May 2006
(1)
March 2006
(9)
January 2006
(1)
November 2005
(1)
October 2005
(1)
September 2005
(10)
August 2005
(5)
July 2005
(6)
June 2005
(4)
May 2005
(4)
April 2005
(8)
March 2005
(2)
February 2005
(1)
January 2005
(3)
December 2004
(6)
November 2004
(1)
Browse by Tags
MSDN Blogs
>
Marcelo's WebLog
>
All Tags
>
sql
Tagged Content List
Blog Post:
New SQL Azure website
Marcelo Lopez Ruiz - MSFT
In case you missed it, last week a new SQL Azure website went up at http://www.microsoft.com/sqlazure/ . Some of the new content includes a page with SQL Azure videos and a Community page to keep you up-to-date on what's happening. Enjoy!
on
20 Sep 2010
Blog Post:
HTTP and optimistic concurrency
Marcelo Lopez Ruiz - MSFT
I was recently talking about optimistic and pessimistic concurrency . That got me thinking about one of the most popular protocols around: HTTP. While HTTP doesn't refer to this in as many words, it does in fact have support for an optimistic concurrency system. This is based around entity tags , which...
on
20 Jul 2010
Blog Post:
Optimistic and Pessimistic Concurrency - A Simple Explanation
Marcelo Lopez Ruiz - MSFT
I remember that this was a tricky thing for me to understand and remember when I first got started with databases, so I thought I might help someone out by explaining these in a simple way. Optimistic and pessimistic locking (or concurrency control) are ways of addressing a problem such as the following...
on
16 Jul 2010
Blog Post:
TechEd Highlight: T-SQL OVER Clause
Marcelo Lopez Ruiz - MSFT
I'd like to start by making sure everyone knows that the Microsoft TechEd sessions are available online . There is some great content that is definitely worth checking out. Today, I'd like to highlight the talk on the T-SQL OVER Clause presented by Adam Machanic. Sure, you can always go to the reference...
on
24 Jun 2010
Blog Post:
Atomize your strings to improve memory usage
Marcelo Lopez Ruiz - MSFT
In yesterday's post , I hinted at a method to improve memory usage in your applications. This trick can be applied anytime you have many strings in your application that have the same value but were allocated separately and thus each take up space of their own. This is something that you may find whenever...
on
22 Jun 2010
Blog Post:
DataSet versus plain objects
Marcelo Lopez Ruiz - MSFT
The other day, a question popped up on the forums about whether the DataSet , by virtue of not being able to “spill to disk” intelligently like a database engine can, was inappropriate for some specific scenario. That got me thinking about how much memory the component consumes, one thing led to another...
on
21 Jun 2010
Blog Post:
Microsoft SQL Server 2008 R2 Release to Manufacturing (RTM)
Marcelo Lopez Ruiz - MSFT
Go find out all the goodness of the release at http://www.microsoft.com/sqlserver/2008/en/us/R2.aspx My personal favorite? Self-service business intelligence . Anything that empowers end-users is a win for me, and this one simultaneously gives IT more oversight and control of what's happening with...
on
22 Apr 2010
Blog Post:
Changing the connection string for typed DataSets
Marcelo Lopez Ruiz - MSFT
If you're still developing new code using typed DataSet , you may have run into the situation where you want to read connection information at runtime, maybe from a centralized configuration file, or perhaps by simply asking the user. The place where the connection information comes into place is...
on
6 Apr 2010
Blog Post:
DataSet does not validate XML Schema (XSD)
Marcelo Lopez Ruiz - MSFT
If you're working with the DataSet class and loading and saving data in XML format, you may have run into a bit of a surprise. Even when you specifically read an XSD schema into your DataSet, when you load data into it, it seems that validation doesn't work - you're still able to pass in data with extra...
on
2 Apr 2010
Blog Post:
Problems when installing SQL Server 2005 on an upgraded Windows XP SP3 with MSXML6 SP2
Marcelo Lopez Ruiz - MSFT
As mentioned in the SQL Server Support Blog , you may find an issue installing SQL Server 2005 if you install MSXML Core Services 6.0 Service Pack 2 on Windows XP SP2, then upgrade to Windows XP SP3, then try the SQL install. Check out that post for more details, along with the KB for the problem...
on
31 Aug 2009
Blog Post:
SQL Server 2008 SP1 Available
Marcelo Lopez Ruiz - MSFT
I know, I know - two announcements in a row? What's happening to this blog? This is big enough to warrant it though - SP1 is now available , and if you're using SQL 2008, you definitely want to look into this. No fancy new features, you'll get "it's just better" goodness, so no reason to shy away...
on
9 Apr 2009
Blog Post:
MSDN on Azure, Oslo and SQL Data Services
Marcelo Lopez Ruiz - MSFT
If you're following the PDC announcements, new, good things are coming for developers and business... MSDN is already showing some topics to get you started. Azure Services Platform . Includes Windows Azure SDK, Live Services SDK, Microsoft .NET Services Nov 2008 CTP and SQL Services (more on that...
on
28 Oct 2008
Blog Post:
Microsoft SQLXML 4.0 SP1 Released
Marcelo Lopez Ruiz - MSFT
As announced in the Data Platform Insider , the SQL Server 2008 Feature Pack has been released. This includes SQLXML 4.0 SP1, which provides support for the new date/time data types - some of the work that my team has been doing lately, all in the spirit of XML goodness. Enjoy!
on
21 Oct 2008
Blog Post:
XML building blocks
Marcelo Lopez Ruiz - MSFT
What are some good XML specifications to get acquainted with? Here are the ones I find myself referring people to the most. Extensible Markup Language (XML) 1.0 (Fourth Edition) . Close to a must-read, although XML basics are simple enough that it's often not necessary. Great to refer back to refresh...
on
11 Sep 2008
Blog Post:
SQL Server Videos
Marcelo Lopez Ruiz - MSFT
Yes, it seems like short instructional videos are all the rage , everywhere . It's been growing for a while, of course. Still, I was happily surprised when I came across http://www.sqlservervideos.com/ today - that's a pretty specialized website! I'm looking forward to seeing what will be coming up...
on
29 Aug 2008
Blog Post:
Welcome SQL Server 2008 to the world!
Marcelo Lopez Ruiz - MSFT
Yes, it's available now , in all its yummy-licious editions. If you can't wait for your IT department to upgrade, you can always start building desktop / mobile applications with the free Express or Compact editions. Enjoy!
on
7 Aug 2008
Blog Post:
SQL Server 2005 Driver for PHP now available
Marcelo Lopez Ruiz - MSFT
Yay for interoperability! If you've got systems running PHP, you can now connect them to SQL Server 2005 with the PHP driver available for download at http://www.microsoft.com/downloads/details.aspx?FamilyId=61BF87E0-D031-466B-B09A-6597C21A2E2A&displaylang=en . Enjoy!
on
28 Jul 2008
Blog Post:
Steve Lasker on Stored Procedures, SQL Server Express and SQL Server Compact
Marcelo Lopez Ruiz - MSFT
Steve Lasker has some very good explanations on the thinking and the trade-offs behind SQL Server Express and SQL Server Compact in this post . If you haven't kept pace with the free Express and Compact editions of SQL Server, you really are missing out. Check them out!
on
14 Feb 2008
Blog Post:
SQL Server User Education Blog
Marcelo Lopez Ruiz - MSFT
Not too long ago, I happened to write a post mentioning how good SQL Books Online is. Well, turns out that just today I discovered that the SQL Server User Education team has its own blog. Well, one of the highly nifty things they've already posted is this Scoped Search for Books Online. Very much...
on
26 Oct 2007
Blog Post:
Database Design Books
Marcelo Lopez Ruiz - MSFT
A few days ago a friend of mine asked for some books I could recommend about developing databases. This is my personal list based on personal likes – to be extra clear, this is not an endorsement from my employer. An Introduction to Database Systems, by C.J. Date. A great book that covers all sorts...
on
17 Oct 2007
Blog Post:
System Views, or "Who's connected to my database?"
Marcelo Lopez Ruiz - MSFT
The other day I was trying to drop a database , but I was getting an error because it was in use. Given that I was the only user of the database, I was a bit puzzled... I had a number of programs running, and I wasn't sure which one might be holding on to a collection. Enter System Views , and more...
on
5 Oct 2007
Blog Post:
VS 2008 Beta 2 available
Marcelo Lopez Ruiz - MSFT
The announcement is right here . ScottGu has a recap of the articles he's posted so far here . For those who fell like they can't wait for the download, the "What's New" page is available on MSDN here . As you can see, there's a lot of developer love in this product. Some of the highlights that...
on
27 Jul 2007
Blog Post:
Vardecimal whitepaper available
Marcelo Lopez Ruiz - MSFT
Big decimals getting you down? Vardecimal is coming to town! OK, I couldn't come up with a smarter way to begin this post. But if you have I/O bound operation in SQL Server in tables with many decimal/numeric values, you owe it to yourself to read the recently posted Reducing Database Size by Using...
on
29 May 2007
Blog Post:
Using DataView.Sort
Marcelo Lopez Ruiz - MSFT
After my DataView.RowFilter post , the next obvious step is of course a short post on using the DataView.Sort property. This property is simpler, as it simply takes column names, with a possible ASC or DESC modifier. You cannot use expressions directly in the Sort property, although you can use expression...
on
19 Mar 2007
Blog Post:
A nice printable XAML reference page for DataColumn.Expression syntax
Marcelo Lopez Ruiz - MSFT
I always found the text layout on the DataColumn.Expression page a bit odd. So, in the spirit of my last post , I decided to go ahead and do something similar for it - here is a reformatted version, which will print out in columns and should fit on a two-sided letter page. Of course, any and all errors...
on
19 Mar 2007
Page 1 of 2 (34 items)
1
2