Viewing 15 posts - 4,396 through 4,410 (of 5,843 total)
bwilliams-1049831 (11/17/2009)
I also use Quest Spotlight for Oracle.
I love the graphics I can quickly see green is good and the closer we get...
November 17, 2009 at 8:40 am
Newbie, you REALLY need to get a professional to come in for a few days to give your group some training on how to effectively and PROPERLY manage a sql...
November 17, 2009 at 8:10 am
Someone mentioned updates, and that has my vote for causing the fragmentation. If you update a variable field with a value that is longer than the original value, you...
November 17, 2009 at 8:06 am
Steve Jones - Editor (11/17/2009)
GSquared (11/16/2009)
She has a Swiss Army knife, I have a locking-blade pocket knife.I think it's cool both you and your wife have knives 🙂
And...
November 17, 2009 at 8:00 am
GSquared (11/17/2009)
TheSQLGuru (11/16/2009)
November 17, 2009 at 7:27 am
GSquared: did you try hard-coded space-strings instead of the pile of replicates? I would HOPE the optimizer would expand those on compile, but if it doesn't that should...
November 16, 2009 at 3:33 pm
Peso-284236 (11/15/2009)
This may also be useful to knowhttp://weblogs.sqlteam.com/peterl/archive/2008/11/24/SQL-Server-2008-with-MERGE-and-triggers.aspx
I think the trigger issue has the potential to zap a lot of unsuspecting MERGE users.
I also think that TVPs will...
November 16, 2009 at 1:19 pm
bell282 (11/15/2009)
November 16, 2009 at 10:44 am
newjcb (11/16/2009)
However, after I tested it with large strings (I used the HTML source of the article as...
November 16, 2009 at 10:39 am
Please provide information from sysfiles for this database. Also run dbcc sqlperf(logspace) and provide the data for the log for this database.
November 16, 2009 at 10:38 am
Good solution Jeff, and well documented. However, I was a tad disappointed that you included the LTRIM(RTRIM(. That is unnecessary overhead that is unrelated to solving the stated...
November 16, 2009 at 9:33 am
abhijeetv (11/16/2009)
TRUNCATE_ONLY option with BACKUP, Removes the inactive part of the log without making a backup copy of it and truncates the log by discarding all but the...
November 16, 2009 at 7:58 am
CA sells ERwin while IBM sells Rational Rose as part of their tools in software engineering companies these tools are in a network folder for developers to use and in...
November 15, 2009 at 8:35 am
Gift Peddie (11/14/2009)
TheSQLGuru (11/14/2009)
November 14, 2009 at 4:39 pm
SQLNewbster (11/14/2009)
1. I am working with a vendor's backend system, using that data to do...
November 14, 2009 at 4:24 pm
Viewing 15 posts - 4,396 through 4,410 (of 5,843 total)