Viewing 6 posts - 1 through 7 (of 7 total)
May 4, 2017 at 7:26 am
May 4, 2017 at 7:25 am
May 4, 2017 at 7:10 am
I tried both options and they give me the same error: conversion failed when converting date and/or time from character string.
Again, in table Agreement dates are stored as...
May 4, 2017 at 6:44 am
May 2, 2017 at 4:16 am
USE [reporting_database]
GO
INSERT INTO [dbo].[Converted_Agreement]
SELECT
...
May 2, 2017 at 4:14 am
Viewing 6 posts - 1 through 7 (of 7 total)