Viewing 15 posts - 1,366 through 1,380 (of 6,105 total)
Scott Keatinge (11/22/2007)
Is it better to run your backups daily and your tuning (index's,etc) weekly, or should tuning be done before every backup?
It depends on how much the data changes....
November 24, 2007 at 8:58 pm
Have you evaluated the execution plans for both queries? The second has a correlated subquery, but that really shouldn't make much of a difference because it's effectively doing the same...
November 24, 2007 at 8:49 pm
If you are not a partner or do not have premier support, you have to request it as per the Microsoft request channel given in the support KB article. They...
November 24, 2007 at 8:42 pm
Can you post what is being done in the maintenance plan? That can give us a better idea. As Jeff indicated, there are some operations which can hamper performance depending...
November 24, 2007 at 8:36 pm
Can you post the query (remove or change any sensitive information)?
November 24, 2007 at 8:34 pm
You must also configure in the local security policy for the service account SQL Server is running under to have the right Lock pages in memory.
November 23, 2007 at 7:42 pm
Where is the SQL Server installed? And what service pack is it?
November 23, 2007 at 5:16 pm
I've run across organizations who have titled folks "Senior Sybase DBA" for a guy who had 0 days of experience with the product when first receiving the title and putting...
November 23, 2007 at 5:08 pm
Jeff Moden (11/23/2007)
November 23, 2007 at 2:24 pm
Jeff Moden (11/23/2007)
November 23, 2007 at 2:09 pm
Yup, and if you ask me which tool *I* am going to use, I'm not going to use SAC because the only thing I'm concerned about is getting the Netlibs...
November 23, 2007 at 10:01 am
GilaMonster (11/22/2007)
karthikeyan (11/22/2007)
So totally i have 1.8 years experience in IT Field.
And you call yourself a senior software engineer? Personally I'd consider anyone under 2 years junior.
Someone claims...
November 23, 2007 at 9:49 am
Good programmers are the ones who tend to think through a problem before writing code. I don't mean they sit there and whiteboard and model everything out. Some can do...
November 23, 2007 at 9:42 am
It has better better security options, among other things. For instance, DDL and Login triggers, which can prevent schema changes and modifications to critical logins. Also, for those SQL Server...
November 23, 2007 at 9:34 am
Kalen Delaney, in Inside Microsoft SQL Server 2005: The Storage Engine, makes the point that there is no coordinated memory management between instances of SQL Server installed on the same...
November 23, 2007 at 9:19 am
Viewing 15 posts - 1,366 through 1,380 (of 6,105 total)