Viewing 15 posts - 3,511 through 3,525 (of 4,272 total)
Your sentence
Also, in both the tables there are duplicate records in all the columns. Each column has duplicate records. but at any time one particular ROW(Records) is not Duplicate with...
September 22, 2009 at 6:23 pm
I have to agree Jeff, novice users with three datatypes and no understanding of why each of them is available. Recipe for more problems..
CEWII
September 22, 2009 at 6:13 pm
I see them as two seperate entites. I see a user table and a subscriptions table. The user table would have a surrogate key (UserId?) and the username...
September 22, 2009 at 6:08 pm
Basically it just needs to be a user, nothing special. Additional rights will be directly related to what you want it to do...
CEWII
September 22, 2009 at 5:49 pm
I would only do the blocks that are causing you problems.
CEWII
September 22, 2009 at 3:50 pm
I think your problem is the optimizer doesn't realize what you've done and generates an error.
But if you execute your update logic, that whole section of code in something like...
September 22, 2009 at 3:44 pm
Matt Whitfield (9/22/2009)
Elliott W (9/22/2009)
September 22, 2009 at 3:41 pm
#1 and #2 are a little different problem (I think)..
#1, You probably need to explicitly force the servername as opposed to using a file or a table. Because...
September 22, 2009 at 3:36 pm
You might issue your fill logic dynamically using dynamic SQL. It will execute in a slightly different context and will be recompiled (which is the important part) by default. ...
September 22, 2009 at 3:28 pm
Better memory use, better engine, better performance.. All things we experienced on the same hardware when we uninstalled 2005 SSAS and put in 2008 SSAS..
CEWII
September 22, 2009 at 3:24 pm
I see your points, but I would say that there are circumstances that negate or mitigate each of your points and whether this particular problem that the poster is posing...
September 22, 2009 at 3:22 pm
Ok, this is kind of rough but it generally does what we want.. The big thing is the query near the beginning, this would be where you would put...
September 22, 2009 at 3:20 pm
stricknyn (9/22/2009)
1)In my stored procedure there will be a...
September 22, 2009 at 1:50 pm
John Rowan (9/22/2009)
Right, but how do you plan to divide the working data set for the data flows?
The package includes 10 variables, StartId and EndId for each of 5 dataflows....
September 22, 2009 at 12:47 pm
Viewing 15 posts - 3,511 through 3,525 (of 4,272 total)