Viewing 15 posts - 1 through 15 (of 33 total)
Hi,
Could you please provide your sample update query here. How you use the single quote in your query needs to be checked.
December 27, 2011 at 6:51 am
For this error, as other empirical solutions: you might as well try the below options:
1.This error may also crop up if there are NULL values in the dimension attributes. Delete...
December 27, 2011 at 4:46 am
Jeff and Dev,
It was intended to present one more possible way 😛 . You got that right, with just 400K rows, it might be calling for more efforts. My bad...
December 27, 2011 at 4:05 am
Hi Md.Noorullah,
What is the issue you are facing? Processing FULL should work anyways.
December 27, 2011 at 3:36 am
If your requirement is to insert all those rows at a time into the concerned table, you might as well try using the BULK INSERT command.
First, BCP out the...
December 11, 2011 at 3:06 am
There's the SQL Server "tablediff" utility as well; if it fits your requirements.
December 10, 2011 at 10:13 am
I had similar issue with a measure group partition. This refers to the 'source' property of the partition which can be and can be set to proper source table/view.
December 10, 2011 at 9:26 am
Hi,
First Process Update the concerned dimension. After this is done, PROCESS FULL the concerned measure group individually. Faced this issue several times, and this fix always works.
December 10, 2011 at 8:14 am
Resolved the issue. The data type of the joining column between dimension base table and measure group base fact table, had difference in data type with INT in dim base...
December 10, 2011 at 8:10 am
1. Which component to use ?
Control Flow component called "Send Email Task" OR if we are too enamored with scripts stored procedure sp_send_dbmail is also an option.
2. How to...
August 6, 2011 at 7:01 am
It would help you if you could post zombie DDLs for your tables. Here it seems that the input table does not contain the UserID. So if you need to...
August 6, 2011 at 6:13 am
So what are the values that go into each of the two columns of your website table i.e how do you decide what part of this single column goes into...
August 6, 2011 at 6:02 am
Got that. Thank you Lutz and Drew. 🙂
July 14, 2011 at 10:59 am
Drew,
It appears in this case NumberOfUsers having DISTINCT COUNT Aggregation function cannot be aggregated along any dimension (going by the BOL definition) . I am more inclined to then consider...
July 14, 2011 at 8:05 am
Also, you might as well save time, your and others as well, using google 😀 for the insert syntax rather than ask for such basics answer here and wait for...
July 14, 2011 at 5:07 am
Viewing 15 posts - 1 through 15 (of 33 total)