Viewing 5 posts - 1 through 5 (of 5 total)
Very interesting to see this in action. And it was written in 1991? Too bad the source code wasn't included.
July 2, 2018 at 12:51 pm
I have not had any experience with using RSSBus. At my organization, we went with DBAmp and I built my packages to work around that. It uses a...
September 30, 2014 at 8:09 am
I recognize this as a CampusVue table.
Did you figure out a workaround for this issue?
September 23, 2013 at 7:41 am
Your comments address a separate issue that I will need to take care of. Very good points. Thank you.
I had overlooked pad_index being off but did...
March 19, 2010 at 7:30 am
CREATE TABLE [dbo].[syQueueXMLMessage](
[TrackingNbr] [uniqueidentifier] NOT NULL,
[XMLMessage] [nvarchar](3000) NOT NULL,
[UserID] [int] NOT NULL,
[DateAdded] [datetime] NOT NULL,
[ts] [timestamp] NOT NULL,
CONSTRAINT [syQueueXMLMessage_TrackingNbr_U_C_IDX] PRIMARY KEY CLUSTERED
(
[TrackingNbr] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE...
March 18, 2010 at 9:39 am
Viewing 5 posts - 1 through 5 (of 5 total)