Viewing 15 posts - 2,251 through 2,265 (of 2,463 total)
no
if you see my first mail
it includes ::::::::::
SET @ParamDef = N'
@acct_id int,
@tblRules table (
idx int,
thank_you_page_rule_stub uniqueidentifier,
trigger_value_filter_id smallint,
trigger_all_true_flag smallint
),
@thank_you_page_stub ut_stub'
it contains "@tblRules table...
October 8, 2009 at 8:48 am
according to query
the value for page_detail_id = 202 is 1 which is correct , but we apply same logic iin UPDATE query
the answer is NULL but i need 1
October 1, 2009 at 5:02 am
now check with this data,
i think there is some problem with join
---------------------------------------
DECLARE @Survey_Thank_You_Page_Config TABLE (
acct_id int,
...
October 1, 2009 at 4:32 am
My bad 🙁
i gave wrong data
here is the second table's data
INSERT INTO @Survey_Page_Detail (acct_id, survey_stub, page_detail_value, page_detail_id) SELECT
1, '57F2E213-BC6B-48CA-B025-1597688A8F96', 1, 202 UNION SELECT
1, '2091B6B5-CE91-4110-93D7-311FF642731F', 5, 203 UNION SELECT
1, '57F2E213-BC6B-48CA-B025-1597688A8F96',...
October 1, 2009 at 2:43 am
can u please describe your thought ?
September 9, 2009 at 4:30 am
this is a new server
but can u please tell me the steps to regster it ? and also how can i verify whther it is still exist...
August 24, 2009 at 5:31 am
thanks
it worked for me 🙂
August 21, 2009 at 6:06 am
Setting FIXED MEMORY to instance will increase the CPU usage or decrease it ?
August 20, 2009 at 5:00 am
Yes , i tried by setting memory to 256mb on one of least used instance but
as when checked the sql jobs on that instance, i found that some...
August 20, 2009 at 4:59 am
sorry buddy , i couldnt get ur explaination 🙁
just explain me one thing as u know i have fixed the RAM to all 4 instances , will...
August 19, 2009 at 10:21 pm
I am sorry buddy , but i couldnt get you explaination ( as i am new in adminstration field)
can u please explain whether fixing memory increase the CPU...
August 19, 2009 at 10:14 pm
Viewing 15 posts - 2,251 through 2,265 (of 2,463 total)