Viewing 15 posts - 1 through 15 (of 21 total)
Hi
Thanks for your answer..based on ur query,i have written like this.
SELECT NON EMPTY { } ON COLUMNS,
NON EMPTY { ([PH_CUST].[CUST].ALLMEMBERS ) } ON ROWS
FROM Ad_CUBE
where except([PH_CUST].[Cust].Children,{[EMP].[PHWEB].[Activce].&[1]})
is it Correct...
September 6, 2012 at 3:44 am
Hi,
The Environemnt varibales that you are trying to Create(or) making any Changes made with SET will remain only for the duration of the current CMD session only...
try Checking this...
June 18, 2012 at 1:17 am
Hi Anthony,
In my case, I can't use the unpivot because.. the dates which i mentioned in column headers will vary at each and every point of time.. in this case.....
May 22, 2012 at 4:43 am
Hi Anthony,
Thanks for your help...i will try implementing the same..
Regards
Anil
May 22, 2012 at 4:29 am
I guess this might help you...Copy the Code in the script task and Change the Email's and SMTP Connection...
/*This code will take the latest file that was created in the...
October 12, 2011 at 5:30 am
hi
Change your query and specify the query hints like with (nolock ) on the destnation table..
Hope this helps
Thanks
AnilInampudi
April 14, 2011 at 11:20 pm
Thanks for you reply Lowell,but i am not facing the same as you suggested.. the CDc job is not getting disabled i can agree with that. but, the job is...
April 8, 2011 at 4:05 am
Hey,
I guess in the script task under C# language add the script
string path = System.Windows.Forms.Application.StartupPath;
Dts.Variables["User::Root_path"].Value = path;
...
February 3, 2011 at 4:12 am
Hi Roy,
Thanks for your answer,
But based on the requirement,we are replicating the data from sql2005 to sql 2008.. while the replication is going on.. we tried implemeting the cdc...
October 13, 2010 at 10:56 pm
Hey
Sorry dude, I am using Sqlserver 2005..y i posted in ss2k is..initilly i made a mistake posting the qury in SS2k..
Select Eligibility_Id, Subscriber_Id,span_num ,start_date,end_date,
(Select Eligibility_Id...
August 25, 2010 at 7:10 am
Hey Jeff,
Thanks for your help and time dude :-D, I tried from my end to solve the problem and Succeeded 100% ,but the only concern is that, it is...
August 25, 2010 at 6:12 am
Hey Wayne,
Any update on this..plzz help me out..:-)
August 24, 2010 at 12:12 am
Hey Mike,
Thanks for your assistance...this code is rearlly helpfull for fetching the depends objects with different schema as well... but in my sproc(stored procedure).i need to acesses the data from...
August 23, 2010 at 11:20 pm
Hey Wayne
-- since you already have a clustered index, we need to dump the table to a temp table
-- where we can build the clustered index that we need for...
August 11, 2010 at 6:46 am
Hi Wayne,
Do i need to change some thing in this code..... this code is giving subscriber_id more than 112600, where as original sproc is not giving single subscriber_id.....
-- declare...
August 10, 2010 at 11:22 pm
Viewing 15 posts - 1 through 15 (of 21 total)