Sign in
Jeff Papiez - SQL Server Test Developer
My random thoughts, ideas, comments, and brain dumping ground.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
ASP.NET 2.0
Randomocity
SQL Express 2005
SQL General
SQL Server 2005
Upgrade Advisor
Visual Studio 2005
Archive
Archives
January 2007
(1)
July 2006
(1)
June 2006
(1)
April 2006
(1)
January 2006
(1)
November 2005
(2)
September 2005
(2)
June 2005
(1)
May 2005
(1)
December 2004
(1)
August 2004
(1)
July 2004
(7)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Jeff Papiez - SQL Server Test Developer
Windows Home Server Announced
Posted
over 6 years ago
by
jpapiez
2
Comments
Yesterday at the CES, we announced the future availability of Windows Home Server, a new server designed to be the central digital nervous system for the home. I've been running Windows Home Server at home for about 3 months now and I tell you it's just...
Jeff Papiez - SQL Server Test Developer
Adding n tuners in MCE
Posted
over 7 years ago
by
jpapiez
0
Comments
http://blogs.msdn.com/peterrosser/archive/2006/04/03/MCE_TechTalk_1.aspx
Jeff Papiez - SQL Server Test Developer
Windows Live Messenger Released
Posted
over 7 years ago
by
jpapiez
2
Comments
Windows Live Messenger is released! Pick it up here: http://get.live.com/messenger/overview
Jeff Papiez - SQL Server Test Developer
Using P/Invoke to Call Unmanaged APIs from Your Managed Classes
Posted
over 7 years ago
by
jpapiez
0
Comments
I came across this article on MSDN this morning about using P/Invoke in managed code. Had I came across this article a few weeks back it likely would have saved me some time! http://msdn.microsoft.com/netframework/default.aspx?pull=/library/en-us/dv_vstechart...
Jeff Papiez - SQL Server Test Developer
Using WatchedFolders on Media Center 2005
Posted
over 7 years ago
by
jpapiez
3
Comments
I don't know how many times I've had to search for this on TheGreenButton, so I thought I'd post the info here so I always know where to find it. The problem is this: I have 2 Media Center 2005 machines and one file server. Recorded TV that I want to...
Jeff Papiez - SQL Server Test Developer
Unable to Install SQL 2005 Management Tools with Visual Studio 2005 installed.
Posted
over 8 years ago
by
jpapiez
2
Comments
SQL Server Express Edition 2005 (Express) installs a set of command line tools that it calls Workstation Components, which happens to collide with the Management Tools for the other SQL Server 2005 editions. This presents a problem if you first install...
Jeff Papiez - SQL Server Test Developer
Watch the PDC05 Sessions
Posted
over 8 years ago
by
jpapiez
1
Comments
Missed the PDC like I did? Well here's your chance to catch up. You can view all the sessions from here: http://microsoft.sitestream.com/PDC05/ My favorite so far: TLNL09: Tips & Tricks: Productivity Tips for the Visual C# 2005 IDE
Jeff Papiez - SQL Server Test Developer
SQL Server 2005 Upgrade Advisor and SQL Clusters
Posted
over 8 years ago
by
jpapiez
3
Comments
If you've thought about using SQL Server 2005 Upgrade Advisor to determine the upgradability of your SQL Server 2000 cluster, be aware of the following issue. When you launch the Upgrade Advisor Analysis Wizard, you're prompted for the Server Name, which...
Jeff Papiez - SQL Server Test Developer
Passing a DataSet to a SQLCLR Stored Procedure
Posted
over 8 years ago
by
jpapiez
3
Comments
Is it possible to pass a DataSet to SQL and process the data in a SQLCLR stored procedure? This is the question I set out to answer. The .NET Framework 2.0 adds some features to the DataSet that make this scenario possible (WriteXml, ReadXml). I...
Jeff Papiez - SQL Server Test Developer
SQL Server 2005 and SQL Server Express 2005 on The Same Machine
Posted
over 8 years ago
by
jpapiez
0
Comments
Installing both SQL Server 2005 (SQL) and SQL Server Express 2005 (Express) on the same machine can present a problem that might not be easily identifiable. You can install both of these products on the same machine, though you must take care when...
Jeff Papiez - SQL Server Test Developer
What am I doing now?
Posted
over 8 years ago
by
jpapiez
0
Comments
A few things have changed since I blogged last. I've changed managers (though on the same team), and I'm working with a new product, SQL Server 2005 Upgrade Advisor. I own testing for the Upgrade Advisor engine and Report Viewer UI. I'll also own the...
Jeff Papiez - SQL Server Test Developer
Re-installing WMI
Posted
over 9 years ago
by
jpapiez
5
Comments
For those folks out there using Windows Server 2003 SP1 Build 1277 along with the SQL Server 2005 December CTP, you may be unable to install SQL Server 2005 with the following error: Microsoft SQL Server 2005 Beta 3 Setup The SQL Server System Configuration...
Jeff Papiez - SQL Server Test Developer
Life moves pretty fast...
Posted
over 9 years ago
by
jpapiez
7
Comments
... and if we don't stop and smell the roses... ah who am I kidding. I'm not word sleuth. But I do know this. My wife and I had our first child, a cute little boy named Jacob, back in March. He's growing like a weed. I can hardly believe how fast they...
Jeff Papiez - SQL Server Test Developer
HowTo: Debug a Managed Stored Procedure with Visual Studio 2005 and SQL Server 2005
Posted
over 9 years ago
by
jpapiez
2
Comments
In response to a newsgroup post, I wrote this quick little tutorial. This tutorial assumes you have the AdventureWorks database installed, but any database will do. 1. Create SQL Server Project in Visual Studio 2. Add a connection to AdventureWorks...
Jeff Papiez - SQL Server Test Developer
Query for a list of Procs that contain a string
Posted
over 9 years ago
by
jpapiez
3
Comments
I was browsing the SqlServerCentral.com forums today and came across a post where a user was asking how to write a query to list all the stored procedures that contain a specific string. This might be useful, so I thought I better blog it lest I forget...
Jeff Papiez - SQL Server Test Developer
Databound List Boxes
Posted
over 9 years ago
by
jpapiez
2
Comments
This one had me stumped for a little while until I was kicked in the right direction. The Problem You have two tables, Address and State. Address contains an attribute StateId, which is a primary key in the State table. You create a GridView to...
Jeff Papiez - SQL Server Test Developer
How do we Integrate?
Posted
over 9 years ago
by
jpapiez
0
Comments
Some background is probably in order. I'm a Software Tester here at Microsoft. I work in the Integration Test Team, Release Release Services, SQL Server. One of my new jobs is to look at how our products integrate. Currently I'm investigating SQL Server...
Jeff Papiez - SQL Server Test Developer
New Databinding in ASP.NET 2.0
Posted
over 9 years ago
by
jpapiez
3
Comments
First off, my hat's off to the ASP.NET team for some very cool new controls. I have been developing web content, on and off, for quite some time (let's just say a long time). Sometimes I really get tired of coding the same thing over, and over, and over...
Jeff Papiez - SQL Server Test Developer
Visual Studio 2005 Beta Install Woes
Posted
over 9 years ago
by
jpapiez
3
Comments
I was all psyched to install Visual Studio 2005 Beta 1 today. After launching Setup, I got a nice little error message --------------------------- Visual Studio Beta Setup --------------------------- Setup has detected that previous versions of the...
Jeff Papiez - SQL Server Test Developer
My First Post
Posted
over 9 years ago
by
jpapiez
1
Comments
I suppose everyone has to have one of these, so here's mine. Not much to say right now at this late hour, but I wanted to get something up here before the day was up. Will I make it?
Page 1 of 1 (20 items)