Forum Replies Created

Viewing 15 posts - 3,226 through 3,240 (of 7,164 total)

  • RE: Get-WMIObject Win32_Volume fails on proxy account from Agent Job

    Sorry for the delay. This one was covered by new emails in my inbox and I am just getting to it. I did not try piping the output to a...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: tran log backup confused 2.5gb log file but 70gb log backup size

    If you right-clicked the script in SSMS Object Explorer and clicked Modify then it would have scripted the proc to a new Query Window as an ALTER PROC script. After...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Latest service pack - how to be alerted

    GilaMonster (9/5/2012)


    Stick this into your favourite RSS reader http://blogs.msdn.com/b/sqlreleaseservices/rss.aspx

    Very cool, thanks for sharing *adds to rss reader* It looks like they've fallen a little behind though. No new posts since...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: tran log backup confused 2.5gb log file but 70gb log backup size

    You're welcome. I would let Ola's script handle the updating of stats using @UpdateStatistics = ALL, @OnlyModifiedStatistics = Y and @StatisticsSample = 100. Note these settings will do a full...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: tran log backup confused 2.5gb log file but 70gb log backup size

    This can go into your Execute T-SQL Statement Task:

    EXECUTE [dbo].[IndexOptimize] @Databases = 'USER_DATABASES', @LogToTable = 'Y'

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: tran log backup confused 2.5gb log file but 70gb log backup size

    You can just call the SQL directly, no need to use sqlcmd there.

    If you pull that EXEC into a T-SQL Statement Task in your MP that will get it to...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: tran log backup confused 2.5gb log file but 70gb log backup size

    lawson2305 (9/5/2012)


    I do not see an execute package task in sql 2005 options for maintenance plans.

    How can I execute these jobs so that the plan waits?

    Is there a way to...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Powershell for network path

    Scott Newman-212556 (9/5/2012)


    You need to change the provider when the job runs. It's running under the sqlserver:/ provider. Just do a cd c: at the top of your...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Latest service pack - how to be alerted

    You're most welcome.

    I have to admin, I have very little experience with SQL Server admin as it relates to SharePoint (not since 2007 and only a very small install). You...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: tran log backup confused 2.5gb log file but 70gb log backup size

    lawson2305 (9/5/2012)


    Ok I think I almost have everything up to snuff finally but a few last questions. I want to use these provided index and integrity check operations from...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Latest service pack - how to be alerted

    I setup a recurring Outlook Task to remind me to check for new versions every two weeks. I will typically plan to roll out relevant updates to a Dev server...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: How to Secure the MDF and LDF File with Password

    tamil.selvanmca (9/5/2012)


    hi,

    I've been working on sql server.

    I want to protect the mdf file with password.

    I develop a windows application with sql server back end, i install into a client system,...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Investigating the Plan Cache

    Correct to what end? What are you trying to figure?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: error msg: Could not continue scan with NOLOCK due to data movement.

    For next time, know that you posted in a SQL Server 2008 forum. There is a SQL 2000 forum on this site as well.

    OK, this was a known issue in...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: error msg: Could not continue scan with NOLOCK due to data movement.

    What build of SQL Server?

    SELECT SERVERPROPERTY('Edition') AS Edition,

    SERVERPROPERTY('ProductVersion') AS ProductVersion,

    SERVERPROPERTY('ProductLevel') AS ProductLevel;

    Have you...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 3,226 through 3,240 (of 7,164 total)