Forum Replies Created

Viewing 15 posts - 136 through 150 (of 325 total)

  • RE: Does this work in R?

    Today it's pretty funny. Answer # 4 probably belongs to the humor category, or it is indicative of the very good mood and fantasy of the author at the time...

  • RE: Reassign a variable in R

    Revenant - Wednesday, April 19, 2017 5:08 PM

    Please be careful about disclosing the correct answer. Your post is linked on the...

  • RE: Reassign a variable in R

    Thank you for this question. If you run the code provided in the answer #3:  gc(x); x <- "42 is the best answer"
    then the result is also an...

  • RE: SQL Server Agent Error log

    Inattention got me. It wanted more coffee. I was blind and missed the word Agent... :crying:
    Still, thanks Aditya for this practical question. A good explanation is on MSSQLTips in the...

  • RE: Minimal Config Restrictions

    Carlo Romagnano - Thursday, April 13, 2017 2:19 AM

    About the "tempdb", here says that it is configured at the smallest possible size.

  • RE: The CPU Basis

    Revenant - Friday, April 7, 2017 10:35 AM

    I had to search BoL. Thanks, Steve!  All, have a great weekend.

    +1 🙂

  • RE: I want back my Points

    Thanks Carlo, I appreciate the brief but concise remarks to links in the explanation. 🙂

  • RE: Stored procedure parameters

    sknox - Wednesday, April 5, 2017 6:46 PM

    George Vobr - Sunday, April 2, 2017 6:00 PM

    April 6, 2017 at 6:03 am

    #1936996

  • RE: Just the time, please

    Luis Cazares - Tuesday, April 4, 2017 9:36 AM

    George Vobr - Tuesday, April 4, 2017 9:18 AM

  • RE: Just the time, please

    Thanks for this question Steve. I repeated the conversion time to datetime2...:ermm:
    For the result to 1900-01-01 10:00:00.000 should be in the code specified DECLARE @t DATETIME2(3) = '10:00...

  • RE: Cycling the error log

    Maybe that's wrong I understand, but it feels like a belated April Fools prank...😉

  • RE: Stored procedure parameters

    The syntax CREATE PROCEDURE statement allows you to create output_only procedure. The following stored procedure has only one output parameter.
    For this reason, I could not choose the correct...

  • RE: Basic R language mathematics

    Thanks Steve for this question, but above all for the perfect link. I learned something new. 🙂

  • RE: Start Running R Scripts

    The fourth answer is not correct. It is not necessary to install the Microsoft R Server for using R code. See, e.g. this MSDN article Set up SQL Server...

  • RE: Trace Flag Status

    Intuitively I estimated that I got it wrong...:crying: But I found how to check enabled Trace Flags for SQL Server.
    On my server I have enabled two global TF 7806...

Viewing 15 posts - 136 through 150 (of 325 total)