Viewing 15 posts - 466 through 480 (of 1,162 total)
Star Trek (3/12/2012)
Can we implement slowly changing dimension on the tables having columnstore index?
Only by dropping the columnstore index as part of your batch process to update the data warehouse,...
March 12, 2012 at 4:51 am
There's no generic solution to these kind of issues, so people will need a lot more detail in order to help. I'd recommend having a read through this:
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
and posting some...
March 12, 2012 at 4:35 am
Nothing to do with the CTE - you've got a BEGIN with no END
March 12, 2012 at 3:57 am
Steve Jones - SSC Editor (3/9/2012)
The iPad is arguable overpriced, but less capable products on Android still sold for similar prices. Those companies didn't want to sell for less....
March 9, 2012 at 10:40 am
I doubt it has anything to do with the 64-bit or running it in a SQL Agent job. There are definitely plenty of Unicode characters that won't convert to a...
March 9, 2012 at 9:44 am
Theoretically, you can, but I'd say this is a bit of a misuse of what configuration files are for.
They're generally to control the environment dependent values of a package, so...
March 9, 2012 at 2:11 am
Can I just clarify something as the details of this sound a bit odd:
I have a compressed backup from 1 SQL 2008 Standard edition. Trying to restore it to a...
March 8, 2012 at 9:23 am
Is the SQL 2012 launch event site down for everyone else?
Not the best advert for high availability 🙂
March 7, 2012 at 9:26 am
There is a wider point about whether a specific optimisation could be put in place for catch-all queries. It's true that there's no one plan that fits all for these...
March 7, 2012 at 4:31 am
PaulB-TheOneAndOnly (3/6/2012)
March 7, 2012 at 1:41 am
It's worth noting that parameter sniffing itself is not really the problem here, it's that the conditional logic limits that types of plans that can be safely cached in the...
March 6, 2012 at 10:28 am
This is a classic catch-all query.
To work out why these can provide bad plans and what the possible solutions are, I recommend checking out Gail's comprehensive blog post on the...
March 6, 2012 at 10:21 am
fritshoutsma (3/6/2012)
Do you think it's an option to lose the central attachment table and just use CustomerAttachment, EmployeeAttachment and ProjectAttachment tables to...
March 6, 2012 at 8:33 am
Lowell (3/6/2012)
So for example, if i decided to add an attachments...
March 6, 2012 at 8:18 am
None that I'd consider. I'm not sure why the number of tables would be a deciding factor; normalisation tends to lead to more tables.
You could have 3 nullable FK columns...
March 6, 2012 at 8:03 am
Viewing 15 posts - 466 through 480 (of 1,162 total)