Forum Replies Created

Viewing 15 posts - 3,286 through 3,300 (of 6,679 total)

  • RE: the account to create database

    Basically, I will either use the GUI - or I will use powershell, depending upon how many databases and what else is going on at the moment.

  • RE: the account to create database

    After creating a new database, I will change the owner of the database to sa. It doesn't matter who I am logged in as - whether that is a...

  • RE: Maintenance Plans - Delete old backup files

    TheHose (4/12/2011)


    Version is SQL Server 2008

    Microsoft SQL Server Management Studio10.0.2531.0

    Microsoft Analysis Services Client Tools10.0.1600.22

    Microsoft Data Access Components (MDAC)3.86.3959

    Microsoft MSXML2.6 3.0 4.0 6.0

    Microsoft Internet Explorer8.0.6001.18702

    Microsoft .NET Framework2.0.50727.3615

    Operating System5.2.3790

    Oh it's still...

  • RE: database size control

    Just to be clear - rebuilding indexes is causing the database to grow, then you shrink the database which is causing the indexes to become fragmented.

    Then, you rebuild...

  • RE: maintenance plan of update statistics

    rebuild does an update stats as well. reorg doesn't touch the stats

    A little clarification...an index rebuild will update index statistics with a full scan. Column statistics are not updated....

  • RE: performance for View on multiple databases

    Okay, now we will need to see how you are using this view - and the execution plan. With that said, I see a couple of issues right away:

    1)...

  • RE: Differential querying based upon a parameter value

    After reading Gail's article on catch all queries - you should also review Erland's article on dynamic SQL.

    Whether or not you decide to go with dynamic SQL, a catch all...

  • RE: SQL 2008 Recovery Models

    Perry Whittle (4/12/2011)


    no need to take a FULL backup here to restart the log chain, a DIFFERENTIAL will suffice and allow subsequent transaction log backups

    This is true, but the log...

  • RE: Differential querying based upon a parameter value

    You should review the following article by Erland: http://www.sommarskog.se/dyn-search-2005.html

    It goes through the various different options of writing dynamic queries for searching. Most likely, the best option for this would...

  • RE: performance for View on multiple databases

    You need to post the definition of the view, and probably the definition of the tables and indexes - with some sample data, and the query you are using that...

  • RE: SQL service agent Account

    If the SQL Server agent job is owned by a member of the sysadmin role, it will run in the context of the service itself.

    On Windows Server 2008...

  • RE: SQL 2008 Recovery Models

    GilaMonster (4/11/2011)


    The same as would happen if you change it anywhere. The log chain is broken and you will need to take another full backup before you can take further...

  • RE: Error en maintenance plan

    You do not need to run both a rebuild and a reorganize task - unless you are selecting different indexes for each task.

    The failure you are getting is caused when...

  • RE: Database Maintenance Plan Not Working

    I am not sure what you mean by stopped working - did you check the maintenance plan history, job history, agent logs and sql server logs?

    Any errors or issues showing...

  • RE: SQL service agent Account

    annasql (4/8/2011)


    Thanks, the article helps a little bit.

    So if there is no tie in, then if we use that domain account which run sql agent service for other purpose for...

Viewing 15 posts - 3,286 through 3,300 (of 6,679 total)