Stories recently tagged with 'JonGalloway'

Passing lists to SQL Server 2005 with XML parameters(weblogs.asp.net)

submitted by jongallowayjongalloway(4380) 5 years, 3 months ago

Pass an arbitrary list of values in a SQL Server stored procedure parameter using the XML datatype. read more...

add a comment |category: |Views: 111

tags: another

Show a file in Explorer(weblogs.asp.net)

submitted by jongallowayjongalloway(4380) 5 years, 3 months ago

Make things easy on your users by opening Explorer with their file selected. read more...

add a comment |category: |Views: 10

tags: another

Getting Cropper to work in Vista(weblogs.asp.net)

submitted by jongallowayjongalloway(4380) 5 years, 3 months ago

Decompile and fix Cropper so it works in Vista read more...

1 comment |category: |Views: 0

tags: another

SMO uses sysobjects and sys.objects instead of INFORMATION_SCHEMA(weblogs.asp.net)

submitted by jongallowayjongalloway(4380) 5 years, 4 months ago

Why? Who knows, but you can fix your scripts with a regex replace. read more...

add a comment |category: |Views: 14

tags: another

Script SQL data with the Database Publishing Wizard (SqlPubWiz)(weblogs.asp.net)

submitted by jongallowayjongalloway(4380) 5 years, 4 months ago

SqlPubWiz lets you script your SQL Server schema and / or data from the command line. read more...

add a comment |category: |Views: 403

tags: another

Use the Database Publishing Wizard to script your table data(weblogs.asp.net)

submitted by HaackedHaacked(5105) 5 years, 4 months ago

Jon Galloway combines the Database Publishing Wizard with PowerSMO to create a powerful means of scripting schema and data so it can be version controlled. read more...

add a comment |category: |Views: 44

tags: another

Freeing up drive space on Windows XP(weblogs.asp.net)

submitted by jongallowayjongalloway(4380) 5 years, 5 months ago

Some quick tips for cleaning up your XP box as you get ready to upgrade to Vista. read more...

add a comment |category: |Views: 17

tags: another

Reporting Services - Add a logo to the Report Manager(weblogs.asp.net)

submitted by jongallowayjongalloway(4380) 5 years, 5 months ago

Here's how to use some smarty pants CSS and JavaScript hackery to add a logo to the SSRS Report Manager page. read more...

add a comment |category: |Views: 227

tags: another

A simple example of a fluent interface(weblogs.asp.net)

submitted by jongallowayjongalloway(4380) 5 years, 5 months ago

A fluent interface can make your code much easier to use by allowing users to write code like this: imageFilter.Rotate(90) .Watermark("Monkey") .RoundCorners(100, Color.Bisque) .Save("test.png"); This article shows how and why you should add fluent interfaces to your toolbelt. read more...

add a comment |category: |Views: 22

tags: another

Free OCR software? You may already have it...(weblogs.asp.net)

submitted by edburdoedburdo(1350) 5 years, 7 months ago

Office 2003 gives you a great little OCR tool. And this can be controlled via .NET read more...

1 comment |category: |Views: 351

tags: another

[Tools] Switched to Notepad++, here's my C# syntax file(weblogs.asp.net)

submitted by dalzieldalziel(6230) 5 years, 9 months ago

Jon Galloway on Notepad++ and all it's coolness, with screenshots! read more...

add a comment |category: |Views: 192

tags: another