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
Tags
.Net
ADO.NET
ALM
Basta
Data Dude
Logging
Merge
Reporting Services
SMO
SQL Server
SQL Server 2000
SQL Server 2005
SQL Server 2008
SQL Server 2012
SQL Server Agent
SQL Server Deployment
SQL Server Integration Services
SSIS
T-SQL
T-SQL Procedure
Unit Testing
Visual Studio for Database Professionals
VSDBCMD
VSTSDB
XML
Archive
Archives
March 2013
(2)
February 2013
(3)
January 2013
(4)
September 2012
(1)
June 2012
(1)
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)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Developer hearted / Relational minded
Database internal file versions– How to determine if the database was upgraded or created from scratch
Posted
over 3 years ago
by
Jens K. Suessmeyer -
1
Comments
In some cases it it interesting to know whether a database was directly created on the current version of the running SQL Server instance or if the database was upgraded during an upgrade of the instance or by attaching a database from an older...
Developer hearted / Relational minded
Did your SQL Agent doze off and you don´t know which jobs to run afterwards ?
Posted
over 3 years ago
by
Jens K. Suessmeyer -
9
Comments
In some cases you might face the problem that SQL Server Agent Service didn't come up or was stopped for reason. Jobs scheduled in the downtime will not run automatically when the Agent service comes up again, and that is a good thing. I often...
Developer hearted / Relational minded
Database internal file versions–Where is the Undo button for a database upgrade ?
Posted
over 3 years ago
by
Jens K. Suessmeyer -
3
Comments
A common question is how to move back to the older version of the database once upgraded. The answer is, you can´t . By attaching the database to the new SQL Server version an upgrade is done internally which can be seen if you run the attach commands...
Developer hearted / Relational minded
SSIS as a data source for SSRS–where is it gone for SQL Server 2008 R2
Posted
over 3 years ago
by
Jens K. Suessmeyer -
4
Comments
Some time ago I did a blog entry for SQL Server Integration Services packages as a data source for SQL Server Reporting Services reports. You can find this article here. This feature relies on a data processing extension that is explained in detail here...
Developer hearted / Relational minded
Usage of @@Trancount in DML statements
Posted
over 3 years ago
by
Jens K. Suessmeyer -
4
Comments
Some time ago I got an interesting questions why the following applies: -- drop table a create table a(m varchar ( max ), i int ) go declare @cnt int --Explicit transaction begin tran set @cnt=@@trancount insert into a select 'inside...
Developer hearted / Relational minded
Light weight SQL Server procedure auditing without using SQL Server auditing version 2
Posted
over 3 years ago
by
Jens K. Suessmeyer -
3
Comments
(The project is attached to this blog post, if you have any questions, feel free to send me a mail. You find the bits for download here .) The most recent version can be found here For all of you who haven´t been able to read my blog entry on logging...
Page 1 of 1 (6 items)