Viewing 15 posts - 1,831 through 1,845 (of 2,653 total)
duplicate entry. Please post any reply on https://www.sqlservercentral.com/forums/topic/developing-ssis-packages-in-vs-2019-and-running-them-on-sql-server-2014-and-2016-2#post-3705508
December 6, 2019 at 6:43 pm
When you create the project on SSDT (VS) you need to select the target SQL Server version - once you select 2014 you can use them on that SQL Version
December 6, 2019 at 6:42 pm
Think that error is on your pc - not the server.
your pc may be struggling or your version of SSMS has issues - better to install the latest one and...
December 3, 2019 at 8:52 pm
if that regulated then installing Visual Studio on the server is also not allowed - again licensing issues.
using OpenXML (2.9 better than 2.5 but harder to install) is one way.
December 3, 2019 at 8:48 pm
are you aware that interop requires Excel to be installed on the server?
Not only that is not supported by Microsoft but it also has licensing implications and costs that your...
December 3, 2019 at 7:40 pm
This is another example of Microsoft versus ANSI/ISO. When we set up the DECIMAL and NUMERIC data types, we were thinking of COBOL style picture data and BCD data....
December 3, 2019 at 7:37 pm
and I would rethink the way the query is built
with so many parameters it would probably be better to create a temp table, populate it from the parameters and then...
December 3, 2019 at 1:37 pm
Possibly your datafiles not set correctly.
what does this show?
select
InstanceDefaultDataPath = serverproperty('InstanceDefaultDataPath'),
InstanceDefaultLogPath = serverproperty('InstanceDefaultLogPath')
December 2, 2019 at 11:57 pm
Agree with Lowell - for small shops having SSMS open may be OK - for larger ones not really feasible. my shop its 250 Prod and 300 non prod -...
December 2, 2019 at 10:57 pm
off course you are getting 4 columns with name of ID - you are doing a Select * so all columns will show.
if you only wish to have a single...
December 1, 2019 at 7:21 pm
no option to define it as far as I can see.
But while I would use DMAT to assess issues with migrating/upgrading a database, I would then use dbatools to...
November 30, 2019 at 9:07 am
compatibility mode will stay as per original db - this is to allow companies to migrate to a new SQL Version but still keep their db's on the original "version".
By...
November 28, 2019 at 6:58 pm
have a look at http://byobi.com/2015/12/3-methods-for-shredding-analysis-services-extended-events/ - one of the methods is a C# one that you can do in SSIS.
November 27, 2019 at 6:26 pm
Check with your VM or procurement team, they have purchased license for the esxi host, you can add many vm inside as long as you have resource.
Not if using...
November 23, 2019 at 12:58 pm
from my own experience if your cpu is at 80% during etl/processing then CPU is not even being used as well as it should/could - I would look elsewhere.
Some of...
November 22, 2019 at 10:37 pm
Viewing 15 posts - 1,831 through 1,845 (of 2,653 total)