Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Transact-SQL (2008)
 printing using sql

Author  Topic 

g3jimha
Starting Member

10 Posts

Posted - 2011-08-08 : 06:54:29
Hi, I was wondering if there was a simple way to print out using the SQL language. I believe oracle has SPOOL OUT which send a file to the default printer and I was curious if SQL server 2008 has a similar function.
Thanks, Jim

lappin
Posting Yak Master

182 Posts

Posted - 2011-08-08 : 10:08:48
you could use sqlcmd and the DOS command PRINT
Or use Reporting Services
Go to Top of Page
   

- Advertisement -