Forum Replies Created

Viewing 15 posts - 226 through 240 (of 497 total)

  • RE: Log File Size does not shrink

    I have a job to backup the Transaction Log of a Database.

    Have you checked that the job is completing successfully? How often are you running the job and is it...

  • RE: Log File Size does not shrink

    Do you know what is causing the growth in the log? If not I would start there. What is the log_reuse_wait_desc say in sys.databases for the database in question?

  • RE: Log File Size does not shrink

    So, what is the reason to shrink the log file?

  • RE: Database in Recovery mode

    I will let you the status of my database once it is up.

    Has your database finished recovery? If not, what does the estimate (see Jason's post) say? and has...

  • RE: Log File Size does not shrink

    Is this the same question that Grant and Gail already answered? Or is this a different one? Also, what is the reason to shrink the Transaction log file? Seems like...

  • RE: Help me design Table structure for data like this

    Kind of difficult to answer without more information, but from the looks of it you would want a Sales table that has a SalesDate column. Now depending on what it...

  • RE: Update Statistics Error

    As Grant suggested I would run this:DBCC CHECKDB WITH ALL_ERRORMSGS, NO_INFOMSGS;

    If you get anything back (other than "Command(s) completed successfully") post the entire message to this post.

  • RE: Verify Backups

    SQL Guy 1 (1/17/2014)


    You can play with has_backup_checksums column in msdb..backupset table

    That is not the same as "Verify backup when finished". That will show you if you selected "Perform...

  • RE: Verify Backups

    Why do you not want to verify your backups?

    I'm not sure he's saying he doesn't actually want to verify his backups - just that that isn't what he's asking here...

  • RE: Verify Backups

    Talib123 (1/17/2014)


    Sorry I don't want to verify the backup> I want to check all my backup jobs to see which ones have or haven't got the verify enabled. Is there...

  • RE: Outer Apply/Cross apply or a join I haven't thought of?

    I updated your scripts to get rid of the error on PK and I also added more patients so that you can see the effect on multiple patients.

    try this:

    CREATE TABLE...

  • RE: Outer Apply/Cross apply or a join I haven't thought of?

    To help speed up the process can you convert you selects into inserts and also test your scripts (there are some errors) and last please provide the expected output based...

  • RE: Verify Backups

    The only way to verify that your backup is "good" is to restore it. You may want to design a system to restore your databases automatically.

  • RE: outer joins

    Welcome to the forum! Please read the article in my signature on how to post question to the forum. Since this is your first time I did it for you...

  • RE: User AWE to allocate memory

    BTW, I'm getting below error. Those were for 2005 server.

    Msg 208, Level 16, State 1, Line 1

    Invalid object name 'sys.dm_os_sys_memory'.

    Your question is posted in the SQL Server 2012 forum so...

Viewing 15 posts - 226 through 240 (of 497 total)