Forum Replies Created

Viewing 15 posts - 3,271 through 3,285 (of 4,745 total)

  • RE: Plan Cache Flushing Itself

    any type of database restore event on any database in an instance will clear the proc cache, this is what you are seeing.

    This is intended behavior. you should also see...

    ---------------------------------------------------------------------

  • RE: moving system databases

    ckanow (10/22/2009)


    But I'm still not clear as to why would it be a bad idea to move system dbs onto a different server from from where the install is?

    because SQL...

    ---------------------------------------------------------------------

  • RE: moving system databases

    ckanow (10/22/2009)


    TS-terminal services, the server is underused - so we decided that we'd run sql on it, not being able to buy even a baby machine just running sql.

    MS...

    ---------------------------------------------------------------------

  • RE: moving system databases

    still not quite sure what you are trying to do, What's a TS server?

    you cannot store the databases on a different server to the SQL install. what you could do...

    ---------------------------------------------------------------------

  • RE: moving system databases

    would have to ask what you are trying to achieve? Physically moving system database files to another server is not a common way of migrating data.

    If you really want to...

    ---------------------------------------------------------------------

  • RE: temp db issue

    BOL actually describes this process.

    use alter database ...modify file syntax.

    stop\start SQL

    delete tempdb log file in old location

    ---------------------------------------------------------------------

  • RE: User Name versus Login Name

    ALTER USER Smith WITH NAME = Jones

    ---------------------------------------------------------------------

  • RE: Discussion: Removing the option to ' SELECT * FROM OBJECT'

    yep, totally shameless. 😀

    How much do I have to get my boss to spend to save me typing sp_help or expand object explorer?

    (p.s I don't spend all day cutting code...

    ---------------------------------------------------------------------

  • RE: ASK SQLServerCentral

    Silverfox (10/19/2009)


    If the other site is going to be a success/failure, let it do it on its own merits without trying to gain support by linking it to the main...

    ---------------------------------------------------------------------

  • RE: ASK SQLServerCentral

    getting people to use the ASK site for purely deterministic and therefore presumably simpler questions seems a good way to go although how you get people to do that I...

    ---------------------------------------------------------------------

  • RE: Discussion: Removing the option to ' SELECT * FROM OBJECT'

    From a purely DBA point of view where you are going to be querying system tables, DMVs etc it would be very annoying when troubleshooting under pressure not to...

    ---------------------------------------------------------------------

  • RE: Very High CPU Usage

    Darrell W (10/16/2009)


    Index fragmentation is 85% on 7 tables.

    Indexes are rebuilt weekly.

    just going back to this that is a high fragmentation percentage.

    7 tables out of how many? What size...

    ---------------------------------------------------------------------

  • RE: Regarding AWE

    have a good read of this blog:

    http://blogs.msdn.com/psssql/archive/2009/09/11/fun-with-locked-pages-awe-task-manager-and-the-working-set.aspx

    ---------------------------------------------------------------------

  • RE: Memory Size.

    go to google - type 'sql server memory requirements'

    ---------------------------------------------------------------------

  • RE: ASK SSC Announcement

    I am not quite sure why you have started this other site, are you not going into competition with yourselves? seems to me there is a danger of diluting this...

    ---------------------------------------------------------------------

Viewing 15 posts - 3,271 through 3,285 (of 4,745 total)