Viewing 15 posts - 11,971 through 11,985 (of 14,953 total)
Performance would be the least of the reasons to separate databases by application. There's no difference between a server accessing one database for a thousand users, or accessing ten...
September 15, 2008 at 7:06 am
Not that I know of. Both can mess up your data in the same ways, so it's a pretty safe bet that both will have the same effect on...
September 12, 2008 at 11:21 am
torpkev (9/12/2008)
but otherwise you're saying that I should move master to somewhere else, and that will be considered the default?
so...
September 12, 2008 at 11:17 am
Order By on Except, like Union, applies to the final result, not the sub-queries.
September 12, 2008 at 11:13 am
I could be wrong, but I don't think Excel can handle fields that size.
The other possibility that comes to mind is that the row-size has a limitation for total data....
September 12, 2008 at 11:11 am
As mentioned, it depends on what data you're keeping and why.
For example, if all of your applications have to access the same list of customers, then only keep one list...
September 12, 2008 at 11:06 am
Oh, one other point that matters: If you rebuild and index, don't bother with a stats update. Rebuilding an index updates the stats for you. Not true for...
September 12, 2008 at 11:00 am
Take a look at these articles and their discussions. Lots of data and options for auditing.
September 12, 2008 at 10:59 am
I run CHECKDB before I do nightly full backups. I can't see the purpose to backing up a corrupted database. Kind of defeats the purpose of doing the...
September 12, 2008 at 10:56 am
The only reason I know is because it came up when I was writing my articles about database auditing.
September 12, 2008 at 10:50 am
JKSQL (9/12/2008)
Is that not what I pasted in on the post above?
That's exactly what you posted.
September 12, 2008 at 10:48 am
Simon_L (9/12/2008)
GSquared (9/12/2008)
Not exactly a "top 5 list". More like a "top 1,000 list" or some such.
a wonderful resource thank you ..
however I dont see the...
September 12, 2008 at 10:43 am
samsql (9/12/2008)
September 12, 2008 at 10:41 am
I'm told RedGate's log parser doesn't work on SQL 2005 (a RedGate employee told me this), and that they aren't continuing the product. That's why I don't recommend that...
September 12, 2008 at 8:54 am
When you talk about tuning the performance, do you mean insert, update, delete or select, or all of the above?
The fastest way I know to select from such a table...
September 12, 2008 at 8:44 am
Viewing 15 posts - 11,971 through 11,985 (of 14,953 total)