|
Custom SSIS Task, referencing Microsoft.DataTransformationServices.Controls
| If your creating a UI for a custom SSIS/DTS Task, then its a good idea to descend from '' to offload a whole section of development. In this case you need to reference the 'hard-to-find' Microsoft.DataTransformationServices.Controls assembly | C# | 3/17/2010 |
|
Echo an empty line in a Dos Batch
| when echo is off you can have issues echoing an empty line. | Other | 3/15/2010 |
|
Simple DOS Menu
| Simple DOS menu | Other | 3/15/2010 |
|
Manipulating File Name and path in a DOS Batch File
| If you need to extract the drive letter, path, full path, file name, extension of a file in a DOS Batch file then this snippet is for you. | Other | 3/15/2010 |
|
Rob Conery's ASP.Net Mvc Helpers
| useful blog from Rob Conery | ASP.NET | 3/15/2010 |
|
test
| test | C# | 3/13/2010 |
|
Outer Join
| Joining 2 tables where not matches will still show | ActionScript | 3/12/2010 |
|
Convert plainpass to MD5 with SQL
| Convert the MD5 Hash from your plain-Password with SQL | SQL | 3/12/2010 |
|
DataSetToExcel
| Toss a dataset into Excel | VB.NET | 3/11/2010 |
|
ExportToExcel
| Pass it a datatable, will open up the Excel object and toss in the data. | VB.NET | 3/11/2010 |