Viewing 15 posts - 46 through 60 (of 267 total)
LutzM (8/24/2011)
Why don't you just use one of the web hosted solutions then?? :ermm:
I was wondering the same thing.
August 26, 2011 at 6:40 am
Nice question, I almost fell for answering third highest.
August 5, 2011 at 6:48 am
I answered correctly, told I was wrong, but the explanation matches my answer.
Oh well, at least it is Friday. 😀
July 15, 2011 at 6:32 am
TheSQLGuru (6/22/2011)
Anyone else find it ironic that a company is moving from a FREE SQL Server product to an Oracle product? :w00t:
I thought that was odd myself.
June 23, 2011 at 6:39 am
GabyYYZ (4/22/2009)
All hail the Cloud.
That seems to be what the marketing departments want you to do!
🙂
June 16, 2011 at 6:42 am
The company that I work for provides remote monitoring of various types of engines. Invariably, whenever we get a new customer, they want to be notified of every event,...
June 14, 2011 at 7:04 am
avir673 (5/30/2011)
I think you people in the United States have forgotten the meaning of Memorial Day. All you can think about is your long weekend and time off.
Based on what...
May 31, 2011 at 6:42 am
Is that an option in the wizard? I can't seem to find that option as part of OLE Destination Component.
Thanks,
Scott
May 17, 2011 at 3:21 pm
Interesting thought. I had not checked the XML previously, but the meta data has the correct data types.
Thanks for the idea.
Scott
May 17, 2011 at 1:00 pm
Nope. no triggers. I'll keep experimenting to get it to work.
Even though I still don't have it working, at least I know I am not overlooking something obvious.
Thanks for...
May 17, 2011 at 12:32 pm
Sure, no problem.
CREATE TABLE [dbo].[SDELogin](
[LoginID] [int] IDENTITY(1,1) NOT NULL,
[UserName] [varchar](60) NOT NULL,
[FullName] [varchar](118) NULL,
CONSTRAINT [PK_SDELogin] PRIMARY KEY CLUSTERED
(
[LoginID] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY...
May 17, 2011 at 12:21 pm
Yeah, just double checked and the identity column is set to <ignore> for mappings.
Thanks,
Scott
May 17, 2011 at 7:35 am
Unchecked. If I understand the use of the option, I would only have it checked if I wanted to specify the contents of the column, correct?
Thanks,
Scott
May 17, 2011 at 6:40 am
jcrawf02 (4/15/2011)
"Your selection was rejected due to an unfiled 1058EZ-TQR form. Please consult with your tax professional within five days, or result in fines and...
April 15, 2011 at 6:58 am
tilew (4/7/2011)
April 8, 2011 at 7:15 am
Viewing 15 posts - 46 through 60 (of 267 total)