Forum Replies Created

Viewing 15 posts - 931 through 945 (of 4,745 total)

  • RE: check the physical memory in use by sql

    query sys.dm_os_performance_counters

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

  • RE: T log back up

    A full backup is consistent at the time it completes, so in this case it would contain the changes held in the 12:45 log backup.

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

  • RE: how to remove/delete standy by database on secondary instance?

    note - if all you want to do is re-initialise log shipping from a new full backup you don't need to remove and recreate the log shipping jobs, the existing...

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

  • RE: how to remove/delete standy by database on secondary instance?

    You can drop the database. or just restore over it with your new full database you are using as a starting point.

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

  • RE: Are the posted questions getting worse?

    Lowell is demonstrating the principle that an army marches on its stomach

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

  • RE: Error Log Message

    if she is not meant to be using the sa account, go and ask her why she tried to 🙂

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

  • RE: How to manage Transaction Log.

    ALL transactions are logged, there is no way to prevent that. You will either have to size your transaction log so it can cope with the update or preferably batch...

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

  • RE: Error Log Message

    she must have tried to connect with the sa id. Look in the SQL errorlog for the same time, if you have failure auditing on you should see the logon...

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

  • RE: Log Shipping & Log files

    if its at 34GB on the secondary it must be the same on the primary. Run the shrink on the primary and the effect of the shrink will be copied...

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

  • RE: Monitoring sysadmin

    it will be recorded in the default trace

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

  • RE: openquery error, syntax

    thanks. so do it as dynamic sql then?

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

  • RE: I want to reclaim the space, but I dont want using Shrink Database

    this might just be a language thing, but the conclusion is

    log shring - indexes don't need rebuilding

    data shrink, indexes will need rebuilding (by a seperate job you build and run...

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

  • RE: I want to reclaim the space, but I dont want using Shrink Database

    Little Nick (7/25/2012)


    Ok sir. I will find the script.

    1. What's the different between shrink data file and shrink log file?

    2. Which one (shrink data / shrink log) will enforce...

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

  • RE: I want to reclaim the space, but I dont want using Shrink Database

    I am afraid I don't, I'm sure there will be one in the scripts section of this site.

    Having read Gails blog. you are aware of the pitfalls of what...

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

  • RE: I want to reclaim the space, but I dont want using Shrink Database

    it can be done via SSMS (right click database, all tasks, shrink file) but the command is dbcc shrinkfile(logfile logical name, size in MB)

    However, what recovery mode is the database...

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

Viewing 15 posts - 931 through 945 (of 4,745 total)