Viewing 6 posts - 46 through 51 (of 51 total)
Thanks Guys.
My question was more on "how to avoid it" rather than "how to fix it"
I knew, that without handling the reference we cant delete the main table's row.
If you...
December 27, 2010 at 10:35 pm
simply i can say, that i am expecting a message like
"procedure X would fail as u didnt specify delete rule in your new FK reference"
December 25, 2010 at 11:45 pm
THANKS FOR YOUR REPLY..
My Question in more detail:
-------------------- Task 1 ----------------------
--[tEmployee]
CREATE TABLE [dbo].[tEmployee]([empNo] [int] NOT NULL,[empName] [varchar](50) NULL,
CONSTRAINT [PK_tEmployee] PRIMARY KEY CLUSTERED ([empNo] ASC)
--Stored Procedure 'X'
DELETE FROM [dbo].[tEmployee] WHERE...
December 25, 2010 at 11:34 pm
And Importantly, my error went once i selected the
option "Allow Service to interact with Desktop" from "Log On" tab of SSAS window Service's property window.
April 26, 2010 at 8:48 am
Resolved.
Steve,
As you doubt, it seems i did not installed the necessary components.
I tried installing those. Now, i could see the SSAS service.
Also, i could deploy.
Thanks Again Steve.
April 26, 2010 at 8:46 am
if i am not wrong,
though i am not sure whether i selected the SSAS components,
how can i work with SSAS in BIDS, it should have been installed, correct?.
i could create...
April 26, 2010 at 8:12 am
Viewing 6 posts - 46 through 51 (of 51 total)