Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • Reply To: Create temporary table on fly

    I check my col1 it was a data type of int

  • RE: Stretch Database Datatype Limitations

    He was talking about data types so the correct answers could have been

    -text/ntext

    - XML

    Or

    -text/ntext

    - CLR

    I am guessing because I got it wrong by choosing 4 data types

  • RE: Federation_filtering_value

    Or it could be - Returns an error if the call is not well-formed, such as an invalid number of parameters or incorrect parameter type. - since no parameter was...

  • RE: T-SQL Output Clause

    CREATE TABLE #CategoryChanges

    (ChangeID int Primary Key Identity

    , CategoryID int

    , OldCategoryName nvarchar(15)

    , NewCategoryName nvarchar(15)

    , ModifiedDate datetime2 ???

    , LoginID nvarchar(30));

    I have never heard...

  • RE: Database mail

    In virus scan console=>Access protection =>prevent massmailing worm from sending mail=>EDIT => Processes to exclude: add "DatabaseMail90.exe"

Viewing 5 posts - 1 through 5 (of 5 total)