Re: Client side printing
From: Tibor Karaszi (tibor_please.no.email_karaszi_at_hotmail.nomail.com)
Date: 02/10/05
- Next message: Kristofer Gafvert: "Re: Downloading File located in SQL Server with ASP"
- Previous message: Tibor Karaszi: "Re: Trigger problem (losing my mind here!)"
- In reply to: Santosh: "Client side printing"
- Next in thread: sansaw80: "Re: Client side printing"
- Reply: sansaw80: "Re: Client side printing"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 10 Feb 2005 15:33:28 +0100
xp_cmdshell is executed on the server machine, which has no knowledge of the client who submitted
the SQL command. Perhaps you can specify the printer name using UNC naming so the print is done on
the server machine, but the destination is specified as the client?
-- Tibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp http://www.solidqualitylearning.com/ http://www.sqlug.se/ "Santosh" <Santosh@discussions.microsoft.com> wrote in message news:A37189CF-9AFE-403A-97FC-2586C96C275B@microsoft.com... > Hi > > I am trying to print Query Result directly to the printer from Client > machine. I managed to do this on Server machine. Where I had written SP which > accepts SQL as parameter and using osql and xp_cmdShell command I am > outputting CSV file to printer. I want to do same from client machine but I > want print out should get printed on client printer not on Server. > > Any ideas or suggestions?? > > Many thanks in advance. > > Regards, > Santosh >
- Next message: Kristofer Gafvert: "Re: Downloading File located in SQL Server with ASP"
- Previous message: Tibor Karaszi: "Re: Trigger problem (losing my mind here!)"
- In reply to: Santosh: "Client side printing"
- Next in thread: sansaw80: "Re: Client side printing"
- Reply: sansaw80: "Re: Client side printing"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|