Sign in
Patrick Sirr's Blog
DataDude Notes
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
Search
Tags
No tags have been created or used yet.
Archive
Archives
November 2009
(3)
July 2009
(1)
December 2008
(2)
November 2008
(4)
MSDN Blogs
>
Patrick Sirr's Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Patrick Sirr's Blog
Converting .dbp files to .dbproj files
Posted
Mon, Nov 16 2009
by
psirr
0
Comments
With the release of Visual Studio 2010 Beta 2, database projects with the .dbp extension are deprecated. There are several ways to convert your project manually Import Script. Unfortunately this will shred your scripts for schema objects and move any...
Patrick Sirr's Blog
Interesting Memory Leak in .Net 3.5 Binary Deserialization
Posted
Fri, Nov 13 2009
by
psirr
0
Comments
Recently I was analyzing an application written in managed code for memory problems. In managed code a common cause of eating up memory is statically allocated objects which are not nulled out after they are no longer needed. In the application...
Patrick Sirr's Blog
Sample Visual Studio 2008 Fonts and Color Provider
Posted
Fri, Nov 13 2009
by
psirr
0
Comments
Adding a new Font and Color category to the Visual Studio Options dialog is, admittedly, a little tricky. There are several services your package must proffer, an interface you must implement and registry keys you must provide (one of them very poorly...
Patrick Sirr's Blog
Template Driven Sql Generation
Posted
Fri, Jul 31 2009
by
psirr
5
Comments
Recently Duke Kamstra and I demonstrated how you can use Visual Studio 2008 Database and Server projects to deploy Sql Server permission objects to your various Sql Server instances. It’s common to develop on a local box with admin rights, and then restrict...
Patrick Sirr's Blog
Using T4 Templates with GDR Database Projects
Posted
Mon, Dec 29 2008
by
psirr
15
Comments
For this blog I’ve developed an add-in for General Distribution Release (GDR) for Visual Studio Team System 2008 Database Edition projects (better known as “Data Dude”) which will generate Create, Read, Update and Delete (CRUD) stored procedures for a...
Patrick Sirr's Blog
Navigating the Data Dude Object Model
Posted
Thu, Dec 11 2008
by
psirr
2
Comments
In this blog I’ll introduce you to the basics of navigating the General Distribution Release (GDR) for Visual Studio Team System 2008 Database Edition object model. I’ve wrapped it all into an add-in so you can step through the code and extend it as you...
Patrick Sirr's Blog
Database Project Import Scripts Add In
Posted
Mon, Nov 24 2008
by
psirr
3
Comments
In this blog I’ll introduce you to the Import Scripts add-in to the General Distribution Release (GDR) for Visual Studio Team System 2008 Database Edition. With this add-in Visual Studio can import multiple scripts to populate a target database project...
Patrick Sirr's Blog
Data Compare DTE Commands
Posted
Sat, Nov 22 2008
by
psirr
6
Comments
In this blog I’ll lead you through the various parameters for the “Data.NewDataComparison” command available in the General Distribution Release (GDR) for Visual Studio Team System 2008 Database Edition. This command launches the Visual Studio Data Compare...
Patrick Sirr's Blog
Schema Compare DTE Commands
Posted
Sat, Nov 22 2008
by
psirr
6
Comments
In this blog I’ll lead you through the various parameters for the “Data.NewSchemaComparison” command available in the General Distribution Release (GDR) for Visual Studio Team System 2008 Database Edition and Visual Studio 2010 Beta 2. This command...
Patrick Sirr's Blog
Importing Multiple Scripts using DTE
Posted
Fri, Nov 21 2008
by
psirr
8
Comments
We have had a lot of requests from folks that would rather not go through the Import Script Wizard when they have multiple T-SQL source scripts. Fortunately Visual Studio provides the ability to execute parameterized commands by using the Design Time...
Page 1 of 1 (10 items)