Sign In
Developer hearted / Relational minded
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
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
ADO.NET
Basta
Custom Security
Data Dude
Launch
Merge
Reporting Services
SMO
SQL Server
SQL Server 2000
SQL Server 2005
SQL Server 2008
SQL Server Agent
SQL Server Deployment
SQL Server Integration Services
SSIS
T-SQL
T-SQL Procedure
T-SQL Procedure Logging
Unit Testing
Visual Studio for Database Professionals
VSDBCMD
VSTSDB
XML
Archive
Archives
September 2011
(2)
August 2010
(4)
July 2010
(6)
January 2010
(1)
November 2009
(2)
October 2009
(7)
September 2009
(8)
July 2009
(1)
June 2009
(1)
May 2009
(3)
April 2009
(11)
March 2009
(2)
February 2009
(1)
January 2009
(5)
November 2008
(1)
October 2008
(1)
July 2008
(4)
June 2008
(1)
May 2008
(4)
April 2008
(4)
March 2008
(4)
February 2008
(4)
April, 2009
MSDN Blogs
>
Developer hearted / Relational minded
>
April, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Developer hearted / Relational minded
A long (but not missed) friend revisited, prefixing stored procedures with SP_
Posted
over 3 years ago
by
Jens K. Suessmeyer -
2
Comments
Coming as a simple sample with PBM (creating a policy with a condition that procedure names shouldn't´t start with SP_) and getting an interesting question in one of my classes, I wanted to revisit the question about the yet in some places existing naming...
Developer hearted / Relational minded
Perception vs. reality, how to keep your database schema changes of different environments aligned with VSTSDB and VSDBCMD.EXE Part 1
Posted
over 3 years ago
by
Jens K. Suessmeyer -
0
Comments
Yesterday at the PASS conference I met an former colleague and he asked me about a particular challenge applying changes to the production database from Visual Studio Team System Database Edition. As he didn’t know about the new features of the deployment...
Developer hearted / Relational minded
Consuming SSIS package data in Reporting Services (and using Web Services in addition) Part 1
Posted
over 3 years ago
by
Jens K. Suessmeyer -
2
Comments
(Update: Due to security reasons the functionality retrieving data from SSIS packages has been deprecated and is no longer available in SQL Server 2008 R2) There are several scenarios where you want to extract data from different data sources and combine...
Developer hearted / Relational minded
VSTS 2008 Database Edition GDR R2 is released
Posted
over 3 years ago
by
Jens K. Suessmeyer -
1
Comments
The second release of the GDR was published today, it includes bug fixes as well as additions. See the Release Notes for more information: http://download.microsoft.com/download/0/A/E/0AE1153A-8798-474A-93E6-D19299F37C8B/GDR_R2_Release_Notes.mht...
Developer hearted / Relational minded
Getting relational data as well formed XML structures out of SQL Server
Posted
over 3 years ago
by
Jens K. Suessmeyer -
1
Comments
I saw many times people having problems working with XML structures in SQL Server. It is that easy, even more with the new functionality in SQL Server 2005>. Most times people try to take the XML line with the least resistance and effort which...
Developer hearted / Relational minded
Getting a list of all facets and its properties
Posted
over 3 years ago
by
Jens K. Suessmeyer -
8
Comments
For those struggling as I did for getting the complete list of all facets and its properties available, I went down the dark side of the code (Reflection) and got the methods to extract the information from the PBM framework. As a complete reference ...
Developer hearted / Relational minded
SQL Server 2008 SP1 CU1 is out
Posted
over 3 years ago
by
Jens K. Suessmeyer -
1
Comments
For those waiting to update their CU4 fixed SQL Server 2008 server to upgrade to SP1 as they not wanted to loose the CU4 fixes, here is the most recent fix for SQL Server 2008 SP1. This version is CU1 FOR SP1. So you will have to install SP1 before applying...
Developer hearted / Relational minded
SQL Server 2008 SP1 + CU1 or CU4 or what ?
Posted
over 3 years ago
by
Jens K. Suessmeyer -
2
Comments
I saw some confusion around the availability and difference of SP1 and CU4 on the web, therefore decided to put on a blog post for clarifying this. If you compare the contents of CU4 (RTM) and SP1 for SQL Server 2008, you will notice that some patches...
Developer hearted / Relational minded
When is random “random enough” ?
Posted
over 3 years ago
by
Jens K. Suessmeyer -
2
Comments
An interesting question came up in a private conversation. If you want to pick a random value from a random generated result set and want to make sure that the row is really random, is the known ORDER BY NEWID() really random enough ? The point is that...
Developer hearted / Relational minded
Who2 wants to process sp_who2 ?
Posted
over 3 years ago
by
Jens K. Suessmeyer -
1
Comments
SP_who2 has become a very handy tool for administrator, DBAs developers or all who are the All-In-One role) to get information from the processes table and get the appropriate information by just issuing this command form the command line. Easy if you...
Developer hearted / Relational minded
Checking Failover after setting up a Database Mirroring
Posted
over 3 years ago
by
Jens K. Suessmeyer -
2
Comments
If you use database mirroring, the essence is that you use an additional connection property which is called “Failover partner” to make the client aware that it can try to connect to another server. If the principal went down or you lost connection to...
Page 1 of 1 (11 items)