Viewing 15 posts - 4,576 through 4,590 (of 13,871 total)
Hi All, I am getting the below error when dba is trying to deploy the...
March 20, 2018 at 7:11 am
March 20, 2018 at 7:10 am
OK, created version 2 of the query, using a DateTime2 column from the standard MDS database:WITH SomeData
AS
(
SELECT *
FROM
(
March 19, 2018 at 12:48 pm
I created a somewhat similar 'fail query' to yours, but which should run on others' systems. Here it is:WITH SomeData
AS
(
SELECT *
FROM
(
SELECT
*
, rn...
March 19, 2018 at 12:17 pm
March 19, 2018 at 6:03 am
March 19, 2018 at 5:28 am
In my opinion, embedding complex SQL logic in an SSIS package is a bad idea. Because when it comes to considering changes to a database (for example refactoring, new features,...
March 16, 2018 at 5:20 am
March 16, 2018 at 5:14 am
March 15, 2018 at 3:24 pm
rtrice81 - Thursday, March 15, 2018 8:05 AMCan I delete/drop the current column and add the new one without losing any data?
Sure. All...
March 15, 2018 at 8:17 am
March 15, 2018 at 7:32 am
March 15, 2018 at 5:09 am
March 14, 2018 at 5:05 pm
March 14, 2018 at 1:13 pm
March 14, 2018 at 1:04 pm
Viewing 15 posts - 4,576 through 4,590 (of 13,871 total)