Viewing 15 posts - 1 through 15 (of 26 total)
My organization contractually divides DBA support into two initial groups: System DBAs and Application DBAs. The rough delineation is at the user database.
Setup, backups, maintenance, and logins are in the...
June 4, 2014 at 5:12 am
The data connections still point to the old server name and I haven't found an easy way to overcome this for maintenance plans.
May 16, 2013 at 8:56 am
Steve Jones - SSC Editor (8/15/2012)[hrWhy? Once the instance is up and running, the service account is almost never needed? What's the administrative overhead?
If there is separation of duties where...
August 15, 2012 at 7:33 pm
Where we often have issues is with AD accounts and the groups the service accounts belong in. They run under restrictive GPOs and we can't create accounts from the DBA...
August 10, 2012 at 11:52 am
Alfredo Giotti (4/26/2011)
April 26, 2011 at 2:38 pm
Poking around in BOL for schema locks:
Schema modification (Sch-M) locks are used when a table data definition language (DDL) operation (such as adding a column or dropping a table) is...
April 26, 2011 at 2:12 pm
@Craig Farrell has given a plausible explanation.
What is the default dB for the app account? It may not have permissions in Master... maybe change its default to the...
April 25, 2011 at 11:31 am
To calculate the duration you may find this a little better than the method you are currently using:
CONVERT(CHAR(8), backup_finish_date - backup_start_date, 8) AS [Duration]
August 6, 2010 at 7:01 am
SQLGerman (7/20/2009)
I think we should start using the SQL CLR to accomplish all this going forward.
Not every one is capable of coding CLR modules and that's a lot of unnecessary...
May 13, 2010 at 7:08 am
Based on this article from the CSS SQL Server Engineers team I think you are on the wrong path.
Compact is not defragment. It goes back to the Paul Randall explanation...
March 25, 2010 at 1:01 pm
Here we have 16 GB RAM and Memory\Available Mbytes is always 2200 MB (~14% of 16 GB). Ideally we should have 20 to 25 % (3.2 GB to 4 GB)...
March 22, 2010 at 6:55 am
You can set up a PerfMon log to populate a SQL table.
Type PerfMon at a command prompt and go into help. After that, if you need more info, Google/Bing on...
March 19, 2010 at 6:34 am
Bob,
What was the usage on tempdb and memory while running the various tests? That may have impacted performance.
When the optimizer picks an execution plan it doesn't necessarily take tempdb into...
March 18, 2010 at 8:27 am
Excellent.
Clear. Concise. To the point.
Great examples and presentation. All you needed to add was the infamous developer quote: "It worked faster in test."
Thanks for sharing!
March 16, 2010 at 6:24 am
I Enjoy your daily musings. This one, as do many, rung true.
The bureaucratic culture does not easily allow for a "let's all pull together" environment when so many of those...
December 15, 2009 at 8:14 am
Viewing 15 posts - 1 through 15 (of 26 total)