Viewing 15 posts - 61 through 75 (of 103 total)
Thanks for the replies...
@sue: Development and Production are on the same server, differentiated by separate databases. Probably not best practice but not under my control.
January 14, 2018 at 3:25 pm
Further steps taken:
* Updated SSDT to 17.4
* Updated DacFramework to 17.4
* Installed DotNet Framework 4.7.1
* Installed DotNet Core SDK 2.1.4
* Created a simplified...
January 9, 2018 at 5:01 pm
Ok, perhaps my previous post was 1) too broad, and 2) too long.
I'll simplify:
1) Should I use MERGE, or are there (still) bugs? Please frame your...
December 4, 2017 at 4:35 pm
@TheSQLGuru and
November 1, 2017 at 10:21 pm
2) You can protect against that by...
October 30, 2017 at 5:32 pm
October 29, 2017 at 7:53 pm
Further information...
If I save my SP in master, named sp_MoH_GetColumnList, and marked as a system object, then this works:
EXEC dbo.sp_Moh_GetColumnList 'content.DIAGNOSIS', @debug=1
But this fails:
October 29, 2017 at 5:47 pm
I've written this SP:
ALTER PROCEDURE [dbo].[sp_MoH_GetColumnList]
( @Table SYSNAME
, @Columns VARCHAR(8000) = '%'
, @Types VARCHAR(8000) = '%'
, @Delimiter CHAR(1) = ' '
, @QuoteChar ...
October 26, 2017 at 10:37 pm
I'm still interested in what you think is the best approach.
However, as I've developed this further, I think I'll need the first approach. I forgot you can't use...
October 23, 2017 at 1:31 am
Hi @Sue_H,
I had to reinstall SQL Server 2014 Developer Edition yesterday, and think I've found the issue.
I think there is a GPO that controls "Logon...
August 27, 2017 at 7:59 pm
Hi Phil,
Summary: I've got this working now.
Details: I'll provide some details in the chance someone in the future finds this post via search. ...
August 27, 2017 at 7:41 pm
August 17, 2017 at 6:07 am
Phil Parkin - Thursday, August 17, 2017 5:45 AMDo you have SQL Server Developer Edition installed? That should be sufficient.
Hi Phil, back...
August 17, 2017 at 5:55 am
August 17, 2017 at 2:36 am
Hi Phil,
Thanks for your reply.
I've uploaded a test SSIS solution to https://1drv.ms/f/s!AtQzpRq7KAUEgdVJfZEdxIadQekW-w with public access (expires in 30 days - 15Sep). I've developed it...
August 15, 2017 at 7:51 pm
Viewing 15 posts - 61 through 75 (of 103 total)