Forum Replies Created

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

  • Reply To: Cleaning the Data frame

    I should try, but I think that if you specify "header=true or false" the first row contains column names (true= less names than columns, false=same number for names and columns.

  • Reply To: Cleaning the Data frame

    I found this in the syntax:

    "header is set to TRUE if and only if the first row contains one fewer field than the number of columns."

    So, because of the same...

  • Reply To: Altering a Filegroup

    The correct answer is: "The command seems to pause and hang, and the add file operation will run when the backup is complete."

    From BOL: https://docs.microsoft.com/en-us/sql/t-sql/statements/backup-transact-sql?view=sql-server-2017

    Interoperability

    SQL Server uses an online...

  • Reply To: Temporary data and Differential Backup size

    Well done, "WAITFOR DELAY '00:00:05' " makes the difference.

  • Reply To: Temporary data and Differential Backup size

    My results:

    Processed 5128 pages for database 'test', file 'test' on file 1.

    100 percent processed.

    Processed 3 pages for database 'test', file 'test_log' on file 1.

    BACKUP DATABASE WITH DIFFERENTIAL successfully processed 5131...

  • Reply To: Getting the time

    Maybe R language is case sensitive? So, Sys.time() is the correct answer, but it's not in the list.

  • RE: Done testing identity 2

    Weird thing:
    DBCC CHECKIDENT('dbo.SalesOrderHeader', RESEED, 0)

    Returns this message:

    Checking identity information: current identity value 'NULL'.
    DBCC execution completed. If DBCC printed error messages, contact your...

  • RE: MOT identity

    Steve Jones - SSC Editor - Monday, February 25, 2019 9:51 PM

    Comments posted to this topic are about the item MOT...

  • RE: Types of MOT indexes

    Very good question

  • RE: Primary keys for an OLTP database

    Eirikur Eiriksson - Thursday, December 27, 2018 4:25 AM

    Thanks for the write up Evgeny!
    😎
    One thought on the test setup, the loop...

  • RE: Counting Transactions

    Kendra.Little - Tuesday, December 18, 2018 12:08 AM

    Comments posted to this topic are about the item Counting Transactions
    If you run...

  • RE: EmbeddedSplit8K

    Sean Pearce - Thursday, December 6, 2018 6:31 AM

    Yet another split function.....
    While I do appreciate the effort, there are millions of these...

  • Viewing 15 posts - 76 through 90 (of 825 total)