# Saturday, October 23, 2004
A cool addin for getting source code onto the web...
Saturday, October 23, 2004 5:31:16 PM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [1]  | 
See what 15 minutes can do..
Saturday, October 23, 2004 4:37:20 AM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [3]  | 
# Friday, October 22, 2004
RSS isn't working...
Friday, October 22, 2004 6:41:03 AM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [2]  | 
# Thursday, October 21, 2004
How to grab a random record which is very useful for testing...
Thursday, October 21, 2004 6:58:16 AM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [2]  | 
I wrote automated tests. Why does it still crash?
Thursday, October 21, 2004 6:51:54 AM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0]  | 
# Wednesday, October 20, 2004

Note: For visitors of your site, this entry is only displayed for users with the preselected language English/English (en)

A debate over a hot topic...

Wednesday, October 20, 2004 5:09:24 AM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [3]  | 
# Tuesday, October 19, 2004

DBA Must Haves (IMHO)

First, a little about myself. I have been working with databases since SQL Server 6, and a little back when it was Sybase. Here are two procs I use so much, I have to link them here.

First, there's Narayana Vyas Kondreddi's sp_generete_inserts. It's a great utility/sproc for extracting data from existing tables. I have used it from everything from migrating data to making impromptu backups to text files, all the way to bailing out some hapless developers who run against production and wipe out data they should not be touching. Here's where you can get it:

http://vyaskn.tripod.com/code/generate_inserts.txt

Next, there's sp_findsp. Not the prettiest thing, but if I want to find out where a string (such as a table or proc) is used, I can run this baby and it will return to me a list where I can start looking. It's also very useful to me when I start a new project to do some “mining“ to see what's going on. Here's where this one can be found:

http://databasejournal.com/features/mssql/article.php/1458871

These two follow me everywhere I go!

 

Tuesday, October 19, 2004 3:07:53 PM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [1]  | 

Note: For visitors of your site, this entry is only displayed for users with the preselected language English/English (en)

Want a good tip?

Tuesday, October 19, 2004 2:55:14 PM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [3]  | 

Note: For visitors of your site, this entry is only displayed for users with the preselected language English/English (en)

Welcome to the new DotNetTechnologies web site!

Tuesday, October 19, 2004 4:11:43 AM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [1]  |