HiveBrain v1.2.0
Get Started
← Back to all entries
patternMinor

Color syntax printing in SSMS 2012

Submitted by: @import:stackexchange-dba··
0
Viewed 0 times
ssms2012colorsyntaxprinting

Problem

It seems the SSMS of Sql server 2012 cannot print the SQL statements with syntax color anymore. Is it a bug? Does it have any workaround?

Solution

The color printing extension for Visual Studio 2010 works just fine for adding the color print ability to SSMS 2012. Download the VSIX package, and unzip into it's own directory in your to your SSMS extensions folder (C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\Extensions most likely). You'll then want to modify the extension.vsixmanifest file -- in the `` section add

ssms


After that, restart SSMS, and you'll have the ability to print in color, even if it doesn't look like it.

Code Snippets

<IsolatedShell Version="1.0">ssms</IsolatedShell>

Context

StackExchange Database Administrators Q#31307, answer score: 4

Revisions (0)

No revisions yet.