Viewing 15 posts - 91 through 105 (of 320 total)
Ok I think I know what's going on. There actually is one small component of this third-party system that interacts with a SQL Server 2005 Enterprise instance, which it doesn't officially...
July 28, 2018 at 6:33 pm
July 26, 2018 at 11:54 am
How about something like this:
CREATE TABLE [dbo].[test](
[id] [int] NULL,
[date] [date] NULL
) ON [PRIMARY]
GO
INSERT [dbo].[test] ([id], [date]) VALUES (1, CAST(N'2018-07-16'...
July 18, 2018 at 2:20 pm
July 13, 2018 at 3:15 pm
I have the following replace statement
July 6, 2018 at 10:04 am
Thank you, everyone, for the clarification! It's extremely helpful to me.
Mike
July 5, 2018 at 8:27 am
June 25, 2018 at 6:44 am
June 19, 2018 at 2:35 pm
June 19, 2018 at 2:08 pm
June 19, 2018 at 12:50 pm
Beatrix Kiddo - Monday, June 4, 2018 2:03 AMSP1 to SP2 isn't an upgrade though, it's a patch.
Ok, so then my two...
June 4, 2018 at 5:23 am
Viewing 15 posts - 91 through 105 (of 320 total)