Rudy Rodarte . com

Programming

Programming topics can cover SQL, Windows and Windows Phone Development.

I recently had to use back end data from SQL Server to deliver several reports in excel. All of my SQL code gave me results in seconds; however, the users had distinct formatting requests. I would have to use a few excel tricks to get things just right in each report.

Working with Seconds in Excel

I recently had to use back end data from SQL Server to deliver several reports in excel. All of my SQL code gave me results in seconds; however, the users had distinct formatting requests. I would have to use a few excel tricks to get things just right in each report.

May, 24
DateDiff is a great tool in SQL Server. But you have to extend DateDiff a bit to get things in a nicer format, such as HH:MM:SS. See what Rudy found on SQLServerCentral.com which saved the afternoon!

Using datediff to display results as HH:MM:SS

DateDiff is a great tool in SQL Server. But you have to extend DateDiff a bit to get things in a nicer format, such as HH:MM:SS. See what Rudy found on SQLServerCentral.com which saved the afternoon!

May, 05

Long TRANSACTION Identifier is Long

If you’re like me, you like using descriptive variable, procedure and function names. Along with those, descriptive transaction names are great, so you know exactly what type of havoc you were throwing at SQL Server. ...

Apr, 26
Rudy Rodarte is thinking about taking an MCM immersion class given by the good folks over at http://www.sqlskills.com.

Rudy: An MCITP Today. Rudy: An MCM Tomorrow?

Rudy Rodarte is thinking about taking an MCM immersion class given by the good folks over at http://www.sqlskills.com.

Jan, 24
Reset and verify IDENTITY values in SQL Server using DBCC.

Reset an Identity Column in SQL Server

Reset and verify IDENTITY values in SQL Server using DBCC.

Dec, 08
Determine Tables Sizes in SQL Server

Determine Tables Sizes in SQL Server

Everyone is worried about their database size. Even though storage is relatively cheap, if your database is growing linearly or exponentially, you’re going to run into issues down the road. One quick way to check ...

Dec, 01
Use SQL Server DMVs to find a table’s IDENTITY Column

Use SQL Server DMVs to find a table’s IDENTITY Column

Use SQL Server DMVs to find a table’s IDENTITY Column. The SQL Server DMVs sys.objects and sys.columns contain valuable information that can identify IDENTITY Columns.

Nov, 30

Navigation

Please use the navigation to move within this section.