Gunnar Peipman's ASP.NET blog

Browse by Tags

All Tags » SQL Server (RSS)
SQL Server 2008 Reporting Services - save your time!
Some time ago I tried out SQL Server 2008 Reporting Services and I was amazed. I'm serious MS Paint terrorist and nice pictures are not one of my strong skills. So, if something makes things look nice to me I'm very happy. I downloaded last CTP of SQL...
Posted: Apr 20 2008, 12:16 AM by DigiMortal | with 3 comment(s)
Filed under:
SharePoint: Changing comments of document versions in code
During one SharePoint migration project I had problem with document versions comments. I needed some way to set these in my code. As I didn't found any normal way to do it through SharePoint API I worked out something I call dirty hack. But it works....
Some cool SQL Server user names
One day when I checked SQL Server messages in Event Viewer I found a long series of unsuccessfull attacks. Somebody desperately tried to guess user names and passwords. The favourite ones were the following user names: sa sql admin administrator administrador...
Posted: Feb 16 2008, 10:17 PM by DigiMortal | with 4 comment(s)
Filed under:
SQL-DMO and searching from meta-data
Lately I faced the need to search for specified strings in all stored procedures in given database. I found SQL-DMO library very useful for it. So, ten minutes later I had a simple form that fits my needs perfectly. And some minutes later I had there...
More Posts