Forum Replies Created

Viewing 15 posts - 166 through 180 (of 1,468 total)

  • Reply To: Datatype conversion error_ replace with NULL

    You can use TRY_CAST or TRY_CONVERT

    UPDATE #Data
    SET Number = TRY_CAST(Number AS float);
  • Reply To:

    Locate the ssms.pkgundef file and edit it as follows

    Comment out the following line at the end of the file, and save the file.

    • [$RootKey$\Themes\{1ded0138-47ce-435e-84ef-9ec1f439b749}]

    Then restart SSMS, and select the theme

      ...
  • Viewing 15 posts - 166 through 180 (of 1,468 total)