Viewing 15 posts - 376 through 390 (of 497 total)
It takes next to no time for developers to look at an execution plan and flag and possibly correct the obvious issues.
I don't disagree with the general sentiment that developers...
August 24, 2010 at 5:15 am
Interesting that you think Developers should be the people responsible for performing the very useful tips you recommend. Everywhere I've worked it has always fallen to DBAs to check execution...
August 24, 2010 at 1:51 am
Just a thought - is the database read-only?
Open a new query window against the master database and execute this:
SELECT DATABASEPROPERTYEX('the_name_of_your_database','Updateability')
In order for you to be able to run UPDATE, DELETE...
August 20, 2010 at 2:18 am
Brilliant!! Thanks very much 🙂
I find this XML stuff a real struggle.
Lempster
June 3, 2010 at 5:22 am
Jacob,
Thanks for the article - very helpful. How would you extend this so that you could extract header and item data for more than one sales order? For example, say...
June 3, 2010 at 4:40 am
I was writing a similar article (on some of the possibly lesser-known and/or used T-SQL features)to present to the rest of my team; I think I will scrap that and...
April 16, 2010 at 3:41 am
CirquedeSQLeil (1/26/2010)
January 27, 2010 at 3:40 am
webrunner (1/21/2010)
...But the increase in scope has been a little overwhelming at times. I'm curious to know how others handle that "scope inflation," for lack of a better term.
Spot on....
January 21, 2010 at 8:45 am
Ben Moorhouse (1/21/2010)
...A DBAs biggest aim is to maintain the databases; keeping them running nice and smoothly and preparing for the worst.
It is, but I also think that (depending on...
January 21, 2010 at 3:05 am
Thanks Ben! I'm going to print your comment and take it to my next performance review 😉
January 21, 2010 at 2:43 am
Harvey Camm (1/21/2010)
January 21, 2010 at 2:32 am
Jeffrey Williams-493691 (1/7/2010)
January 7, 2010 at 4:58 pm
Ali_SQLDBA (1/6/2010)
My cluster is a AA cluster. So, I need to install on both nodes then. correct?
If you failover so that all your instances are running on one node then...
January 6, 2010 at 11:25 am
Ali_SQLDBA (1/6/2010)
How is this installation of patches is different for cluster from a standalone.
There's not too much difference; Make sure you do the install from the Active node, the install...
January 6, 2010 at 10:03 am
Jarda Jirava (7/9/2009)
I know, it's too late to answer your question. Hope that it helps someone other. SQL Native Client provider cannot run out-of process so what you...
December 30, 2009 at 2:09 am
Viewing 15 posts - 376 through 390 (of 497 total)