Viewing 15 posts - 1 through 15 (of 19 total)
Got the answer
It should be as below
SUM (
{ [Cell].[ABC].&[Control] , [Cell].[ABC].&[Core] }*{[Data].[PQR].&[Yes])}
,[Measures].[A]
)
November 21, 2016 at 9:31 pm
Carlo Romagnano (8/6/2015)
But in the real world, if Id is uniqueidentifier, how many splits of page will occur?
Even I am intrested to know answer for above
August 6, 2015 at 2:26 am
keyser soze-308506 (3/19/2013)
I need to send distinct report to distinct persons
I have a dataset of people, with their names, email, etc
including the parameters to run the report
Could I accomplish this...
June 24, 2015 at 1:29 am
david.gugg (12/17/2014)
Dropping any index on the table, whether it is used by the query plan or not
This should probably say "Dropping an index on the table that is not used...
December 19, 2014 at 7:47 am
pietlinden (3/16/2014)
Can you post the SQL for your query?You could probably do it with ROW_NUMBER() and then filter that.
SELECT [query fields], ROW_NUMBER() AS rn
FROM...
And then filter for rn<=20
well agree with...
March 17, 2014 at 3:51 am
couldnt understand your question
do you want user login who have access to sharepoint site as well as SQL server or do you want the login detail for sharepoint site to...
March 17, 2014 at 3:43 am
as sqlbuddy said
If you are using an custom dot net assembly try removing it from script task and upgarde and once done add it back
March 13, 2014 at 12:46 am
did you check if the credentials have access to create a job in that server
cdc normally creates multiple job and some system table
did you check if anything has been...
March 13, 2014 at 12:25 am
well not posting for book but to value SSC to show courage to accept and apologize publicly
small query to get row number in different way
select row_no =...
December 5, 2013 at 2:54 am
Hi
I am not able to use SQL agent as this job has to be called be unix box and so cannot log in as windows user or proxy user
So I...
September 6, 2013 at 2:08 am
now I have even tried putting stored procedure in ssisdb to avoid multi database clash but still the issue
The job is called correctly but when it comes to access shared...
September 5, 2013 at 9:12 pm
this worked for Me but didnt understand what was the problem
Was anyone able to find it to avoid this again
August 19, 2013 at 4:20 am
rajborntodare (8/8/2013)
ashish.shevale (8/7/2013)
HiHas anyone tried CDC on SQL server 2012
The operation code for update is created as 1 and 2 but it should be 3 and 4
Any guess
Ashish Shevale
Hi Ashish,
I...
August 9, 2013 at 12:25 am
Erland Sommarskog (8/7/2013)
Yes, but SQL Server may internally implement that UPDATE as INSERT+DELETE.
Yes it does that sometimes but as per microsoft it used to do it til SQL server 2005
August 7, 2013 at 11:51 pm
but I am executing a normal update query on one column
For insert and delete the values are correct
problem is only with the update
The setup was done as per msdn documentation...
August 7, 2013 at 3:06 am
Viewing 15 posts - 1 through 15 (of 19 total)