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
[Updated]: Light weight SQL Server procedure auditing without using SQL Server auditing version 0.2.1.0
Posted
2 months ago
by
Jens K. Suessmeyer -
0
Comments
The most recent version can be found here (The detailed Information of the solultion is mentioned here ) I created a minor update for the logging functionality in order to find the right entry point for injecting the code. It turned out that finding the...
Developer hearted / Relational minded
Finally, the family…united. SQL Server BI Project templates now available in Visual Studio 2012
Posted
2 months ago
by
Jens K. Suessmeyer -
11
Comments
We waited and hoped and now we finally have them. SQL Server BI project templates in Visual Studio 2012. This includes Project templates for SSAS Analysis services projects (.dwproj) SSRS Reporting services projects (.rptproj) SSIS Integration...
Developer hearted / Relational minded
SQL Server Reporting Services Load Simulator v 0.2.0.0
Posted
2 months ago
by
Jens K. Suessmeyer -
0
Comments
( Download at the end of the blog entry ) Testing with realistic parameter sets Ever wanted to test your SQL Server Reporting Services infrastructure against a realistic workload? Most often the problem is where to get the realistic data (parameter...
Developer hearted / Relational minded
PowerShell StdOut go out, StdErr go everywhere
Posted
3 months ago
by
Jens K. Suessmeyer -
0
Comments
While becoming familiar and a really big fan of PowerShell, I faced the following issue. During a migration project doing bulk migrations, I needed information Messages (coming to StdOut) as well as error message (coming to StdErr) displayed to the Console...
Developer hearted / Relational minded
Blog Resources online again !
Posted
3 months ago
by
Jens K. Suessmeyer -
0
Comments
I will write everyone who directed me directly again, but for those watching the blog, the ressources linked in the blog entries are online again..finally. Thanks for all your patience ! -Jens
Developer hearted / Relational minded
Where have all the objects gone, long time passing ? (Version 0.1.0)
Posted
3 months ago
by
Jens K. Suessmeyer -
0
Comments
(You find the script at the end of the blog post) People who inherit databases encounter often the same problem. They either don´t have the time “learning” the internals / logic of the existing objects within that database, or...
Developer hearted / Relational minded
Headless build can make you scratch your head (Part 1)
Posted
3 months ago
by
Jens K. Suessmeyer -
0
Comments
One big advantage over recent database projects is the ability to do headless build on a build controller. There is no straight forward definition of a headless build. In summary you can describe it that only the needed prerequisites are...
Developer hearted / Relational minded
Why the name of the service ist not the ServiceName, is not the ServiceName
Posted
4 months ago
by
Jens K. Suessmeyer -
0
Comments
While recently writing a windows service which should be a multi-instance Service, I encountered the following challenge. As in SQL Server I wanted to use a similiar naming convention like MyServiceName$InstanceNameHere to distinguish the services from...
Developer hearted / Relational minded
The help for “The database schema provider could not be determined…”
Posted
4 months ago
by
Jens K. Suessmeyer -
2
Comments
Some of us might be still bound to VSDBCMD instead of using the new tools of SSDT like SQLPackage. As frustrating as it is, we need to also get around this and the limitations of the existing error Messages of VSDBCMD. The one you will encounter often...
Developer hearted / Relational minded
Outage: External sample server down
Posted
7 months ago
by
Jens K. Suessmeyer -
1
Comments
As I am hosting my sample files on an external server, you may experience a 404 downloading them at the moment. This is due to a server move I am currently in. Sorry for the inconvenience, I will post when they are available again. In the meantime, if...
Developer hearted / Relational minded
Update to SQLCmdScriptExpander => 0.2.0.0 is out
Posted
10 months ago
by
Jens K. Suessmeyer -
2
Comments
(Updated version available here) As suggested by M Merrill in my former post of SQLCMDScriptExpander (which can be found here ), I added an option for providing the encoding of files. So I created another option where you can specify the encoding from...
Developer hearted / Relational minded
Bulk Backup and Restore at the tip of your finger
Posted
over 2 years ago
by
Jens K. Suessmeyer -
2
Comments
(Code can be downloaded here ) The Backup part “Can you please give me a recent backup of all user databases on that computer please ?” That is the sentence that will delay your planned work for the afternoon and will keep you busy for numerous hours...
Developer hearted / Relational minded
IsGuid or not isGuid, that is the question…
Posted
over 2 years ago
by
Jens K. Suessmeyer -
2
Comments
As I was asked about a functionality how to check a string for being of the type GUID and only finding either solution with massive string operations, or using TRY..CATCH trying to CAST a value and then returning the CAST or CONVERT result, I created...
Developer hearted / Relational minded
Get the NULL percentage of values in a specific table dynamically
Posted
over 3 years ago
by
Jens K. Suessmeyer -
4
Comments
Nothing really fancy, but a small script I was now asked twice for. So I thought I publish it for the public and for the reference for others. It simply calculates the percentage of NULL values for a specific table in all columns. The last request was...
Developer hearted / Relational minded
ALM Visual Studio Database Projects Guidance is out in the wild !
Posted
over 3 years ago
by
Jens K. Suessmeyer -
3
Comments
After many months of hard work, collaboration, short weekends and nights, the new ALM Rangers guidance document is out covering Visual Studio Database Projects. Details about the documents and the documents themselves can be found here: Visual...
Developer hearted / Relational minded
Expand :r referenced files for SQLCMD into one file (SQLCmdScriptExpander)
Posted
over 3 years ago
by
Jens K. Suessmeyer -
4
Comments
(Updated version available in this blog post ) How can we expand files from a .sql file referenced with the :r operator ? Ok, lets make a step back in the past and see how we used to reference files in .sql files and calling them via OSQL or ISQL...
Developer hearted / Relational minded
Script out jobs in SQL Server v2
Posted
over 3 years ago
by
Jens K. Suessmeyer -
4
Comments
For those asking a couple of times if the JobScripter for SQL Server Agent jobs is also available in 2008… here it is ! The only difference is that the version v2 is now targeting to SMO Assemblies of SQL Server 2008 which is version 10.0. This...
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...
Developer hearted / Relational minded
The New! report in town
Posted
over 3 years ago
by
Jens K. Suessmeyer -
0
Comments
Ever wondered what New! means if you see a report in SQL Server Reporting Services Manager ? Obviously it is a report which was created recently. But what does “recently” mean and do I have a way to influence what SQL Server identifies with “New!”. Well...
Developer hearted / Relational minded
Want to know what happened on your database by reading the transaction log ?
Posted
over 4 years ago
by
Jens K. Suessmeyer -
0
Comments
(Download the dbo.fndblog2 function here ) Update and word of caution: Be aware that the mentioned function is undocumented and subject to change in any release of SQL Server. You should only use that for investigational purposes and in case you...
Page 1 of 4 (88 items)
1
2
3
4