Viewing 15 posts - 5,251 through 5,265 (of 5,843 total)
G2, your issue seems to be different in nature from my client's. They took the hierarchy as an initial set of data and then joined it to between 3...
April 2, 2008 at 8:12 am
I have a client with a similar situation. On their system we developed an orghierarchy table that gave both the up and down listing for each org and use...
April 1, 2008 at 2:59 pm
Here is my take on reusability:
1) most code doesn't actually GET reused because a) all devs don't know about it, b) devs don't bother checking to see if their particular...
April 1, 2008 at 1:50 pm
To be most correct, you should update all statistics using the fullscan option.
April 1, 2008 at 10:40 am
GSquared (3/31/2008)
March 31, 2008 at 3:56 pm
1) the first reponse to this type of question is we need to see the code and table scripts.
2) how many rows are being updated by the code?
3)...
March 31, 2008 at 7:12 am
I advise my clients to avoid UDFs (other than very simple, non-table-accessing scalar ones) like the plague. They FAR too often lead to row-by-row processing under the covers. ...
March 31, 2008 at 7:10 am
I have read that article several times over the years and missed that VERY important section every time!! What a nugget of info to remember!
March 31, 2008 at 6:46 am
shahgols (3/27/2008)
Thanks SQLGuru.I have a question about mirroring. Would my log backups that truncate the logs interfere or fail the mirroring?
If you mean truncate as in BACKUP LOG mydb...
March 27, 2008 at 2:43 pm
Mirroring suffers from the same crippling amount of a deltas that index maintenance can cause and in addition cannot be compressed either automatically or manually. This is rectified in...
March 27, 2008 at 8:35 am
You have not given us nearly enough information to answer the question.
1) Raid level (given subsequent to OP).
2) Stripe size.
3) did you sector align the partitions?
4) ntfs allocation...
March 27, 2008 at 5:22 am
1) Log shipping will die a horrible death the first time you do an index maintenance on a fragmented database.
2) If you DO go with log shipping, roll...
March 27, 2008 at 5:19 am
For the sake of completeness, ApexSQL Diff also does data syncing. Embarcadero has ChangeManager, but this doesn't to my knowledge do data (yet). IIRC I have stumbled across...
March 27, 2008 at 5:13 am
Tobi White (3/25/2008)
March 25, 2008 at 11:25 am
See here (http://sqlblog.com/blogs/linchi_shea/archive/2007/08/07/reduce-the-contention-on-tempdb-with-trace-flag-1118-to-enable-or-not-to-enable.aspx) and read the associated links too. T1118 doesn't seem to affect performance on 2005 like it did with 2000.
Also, unless you have a REALLY amazing I/O...
March 25, 2008 at 9:18 am
Viewing 15 posts - 5,251 through 5,265 (of 5,843 total)