Viewing 7 posts - 1 through 7 (of 7 total)
Fixed for typos and expanded data sizes in newer versions of sql server:
use master
go
alter procedure sp_inputbuffer
as
----------------------------------------------------------
----
-- THIS PROCEDURE WAS CREATED TO GET THE LATEST INPUT --
-- FROM THE VARIOUS PROCESSES...
February 15, 2014 at 6:35 am
Just wanted to update for the benefit of someone who might find this thread based on a google search like I did. The second syntax style shown below with...
March 14, 2012 at 12:30 pm
Hey Jeff, I like your simplified T-SQL only solution a lot, I just used it for a small project. Here are a couple small tips for others trying to...
November 10, 2010 at 8:56 am
Dump to file instead of storing in SSIS variable. This is described in my post above.
July 15, 2009 at 8:37 am
These reasons are not the result of a PK per se, they are the advantages of a unique clustered index (which is built by default when you declare the PK)....
June 30, 2009 at 11:38 am
Sorry, don't know of a workaround. I agree that it would be nice to have some consistency though.
April 9, 2008 at 8:18 pm
Hmmm, not sure really, but I would try reducing the margins (most printers can handle .25") just to see if that fixes the problem...
November 29, 2007 at 1:12 pm
Viewing 7 posts - 1 through 7 (of 7 total)