1
2
3
Declare @Index varchar(128)
...

C# Drop all Indexes in SQL Server

by GateKiller, October 07, 2008 10:48, 4 refactorings, tagged with sql, Index

The below is some code I re...

98c852e2d9b26249745ea92c72964d3f Talk
1
2
3
Use Master

...

C# Backup All MS SQL Server Da...

by GateKiller, September 19, 2008 15:19, 2 refactorings, tagged with sql

I've recently blogged about...

98c852e2d9b26249745ea92c72964d3f Talk
1
2
3
4
<?php

$flacpath = '/bin/flac';
...

PHP FLAC -> Multiple File Ty...

by wegosublime, October 31, 2007 17:33, 5 refactorings, tagged with cron, mp3, flac, ogg, music, record company, sql, shell, command line

This is part of a larger pr...

98ae5419a4fd2b739280c3ed7d6cdb3d Talk
1
2
3
4
Tables:

items
...

PHP SQL JOIN vs. tmpTable

by jackbauer.myopenid.com, October 30, 2007 16:32, 3 refactorings, tagged with sql

The first codesnippet last ...

Avatar Talk