Forum Replies Created

Viewing 15 posts - 76 through 90 (of 127 total)

  • RE: I/O is frozen on database [name]. Can I suppress these messages in the error log?

    Beatrix Kiddo - Tuesday, February 14, 2017 8:42 AM

    Thanks, Kevin.

    It's so annoying because I like a tidy error log for when I'm...

    ------------------------------------------------------------------------------------------------Standing in the gap between Consultant and ContractorKevin3NFDallasDBAs.com/BlogWhy is my SQL Log File HUGE?!?![/url]The future of the DBA role...[/url]SQL Security Model in Plain English[/url]

  • RE: I/O is frozen on database [name]. Can I suppress these messages in the error log?

    use xp_readErrorLog and filter them out
    I use variations on this:


    Create Table #Errorlog
    (Logdate datetime,
    ProcessInfo varchar(50),
    LogText varchar(5000))

    --Dump all...

    ------------------------------------------------------------------------------------------------Standing in the gap between Consultant and ContractorKevin3NFDallasDBAs.com/BlogWhy is my SQL Log File HUGE?!?![/url]The future of the DBA role...[/url]SQL Security Model in Plain English[/url]

  • RE: SQL Server DBA training.

    Jeff Moden - Friday, February 10, 2017 4:49 PM

    Kevin3NF - Friday, February 10, 2017 11:33 AM

    ------------------------------------------------------------------------------------------------Standing in the gap between Consultant and ContractorKevin3NFDallasDBAs.com/BlogWhy is my SQL Log File HUGE?!?![/url]The future of the DBA role...[/url]SQL Security Model in Plain English[/url]

  • RE: SQL Server DBA training.

    Jeff Moden - Friday, February 10, 2017 9:22 AM

    I'll submit that if you don't like T-SQL, you probably shouldn't be...

    ------------------------------------------------------------------------------------------------Standing in the gap between Consultant and ContractorKevin3NFDallasDBAs.com/BlogWhy is my SQL Log File HUGE?!?![/url]The future of the DBA role...[/url]SQL Security Model in Plain English[/url]

  • RE: SQL Server DBA training.

    Jeff Moden - Friday, February 10, 2017 7:37 AM

    True but I was only speaking of the world of SQL Server...

    ------------------------------------------------------------------------------------------------Standing in the gap between Consultant and ContractorKevin3NFDallasDBAs.com/BlogWhy is my SQL Log File HUGE?!?![/url]The future of the DBA role...[/url]SQL Security Model in Plain English[/url]

  • RE: SQL Server DBA training.

    Jeff Moden - Thursday, February 9, 2017 8:50 PM

    I cannot speak for anyone else but my recommendation is... don't settle for being "just"...

    ------------------------------------------------------------------------------------------------Standing in the gap between Consultant and ContractorKevin3NFDallasDBAs.com/BlogWhy is my SQL Log File HUGE?!?![/url]The future of the DBA role...[/url]SQL Security Model in Plain English[/url]

  • RE: SQL Server DBA training.

    newdba2017 - Wednesday, February 8, 2017 11:04 AM

    I was thinking about getting some Azure training but I am not sure...

    ------------------------------------------------------------------------------------------------Standing in the gap between Consultant and ContractorKevin3NFDallasDBAs.com/BlogWhy is my SQL Log File HUGE?!?![/url]The future of the DBA role...[/url]SQL Security Model in Plain English[/url]

  • RE: Query to take the backup

    I did a video on Backup Basics awhile back:

    https://www.youtube.com/watch?v=6Uv_O8l7KRs

    ------------------------------------------------------------------------------------------------Standing in the gap between Consultant and ContractorKevin3NFDallasDBAs.com/BlogWhy is my SQL Log File HUGE?!?![/url]The future of the DBA role...[/url]SQL Security Model in Plain English[/url]

  • RE: Any way to guesstimate internet needs for remote DBA?

    I have done the Verizon hotspot thing before...it was slower when using ssms.   Switched to RDP and it was fine for a short time (minutes or hours....days would have...

    ------------------------------------------------------------------------------------------------Standing in the gap between Consultant and ContractorKevin3NFDallasDBAs.com/BlogWhy is my SQL Log File HUGE?!?![/url]The future of the DBA role...[/url]SQL Security Model in Plain English[/url]

  • RE: Query to take the backup

    I love to help people help themselves, so here you go:

    http://lmgtfy.com/?q=take+the+differential+backup+of+all+the+databases+in+sql

    ------------------------------------------------------------------------------------------------Standing in the gap between Consultant and ContractorKevin3NFDallasDBAs.com/BlogWhy is my SQL Log File HUGE?!?![/url]The future of the DBA role...[/url]SQL Security Model in Plain English[/url]

  • RE: Upgrade now to Sql Server 2016 or wait for Sql Server vNext?

    I don't know if a release date is set for vNext....if not I say go with 2016 now to get all the performance benefits from all the engine work that...

    ------------------------------------------------------------------------------------------------Standing in the gap between Consultant and ContractorKevin3NFDallasDBAs.com/BlogWhy is my SQL Log File HUGE?!?![/url]The future of the DBA role...[/url]SQL Security Model in Plain English[/url]

  • RE: SQL Server DBA training.

    Sounds to me like you are already a junior DBA with all of that self-training you have done 🙂

    My open letter to Junior DBAs:
    http://wp.me/p7ZdwT-4i
    I also...

    ------------------------------------------------------------------------------------------------Standing in the gap between Consultant and ContractorKevin3NFDallasDBAs.com/BlogWhy is my SQL Log File HUGE?!?![/url]The future of the DBA role...[/url]SQL Security Model in Plain English[/url]

  • RE: Stairway to U-SQL Level 3: Processing Multiple Files With U-SQL

    Skipping header rows is available now:

    https://github.com/Azure/AzureDataLake/blob/master/docs/Release_Notes/2016/2016_08_01/USQL_Release_Notes_2016_08_01.md#u-sql-built-in-extractors-now-support-skipping-header-rows-skipfirstnrows-parameter

    ------------------------------------------------------------------------------------------------Standing in the gap between Consultant and ContractorKevin3NFDallasDBAs.com/BlogWhy is my SQL Log File HUGE?!?![/url]The future of the DBA role...[/url]SQL Security Model in Plain English[/url]

  • RE: Video critique?

    bmg002 - Wednesday, January 25, 2017 7:16 AM

    no script?  That is very impressive for a no-script video.  I don't think I would...

    ------------------------------------------------------------------------------------------------Standing in the gap between Consultant and ContractorKevin3NFDallasDBAs.com/BlogWhy is my SQL Log File HUGE?!?![/url]The future of the DBA role...[/url]SQL Security Model in Plain English[/url]

  • RE: Video critique?

    bmg002 - Tuesday, January 24, 2017 2:41 PM

    Kevin3NF - Tuesday, January 24, 2017 10:02 AM

    I...

    ------------------------------------------------------------------------------------------------Standing in the gap between Consultant and ContractorKevin3NFDallasDBAs.com/BlogWhy is my SQL Log File HUGE?!?![/url]The future of the DBA role...[/url]SQL Security Model in Plain English[/url]

Viewing 15 posts - 76 through 90 (of 127 total)