Viewing 15 posts - 1,831 through 1,845 (of 2,649 total)
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
8 core license - see http://download.microsoft.com/download/7/8/c/78cdf005-97c1-4129-926b-ce4a6fe92cf5/sql_server_2017_licensing_guide.pdf - page 16
Note that for Standard the only option is to license the individual VM - if it was Enterprise the whole physical server...
November 22, 2019 at 7:29 pm
Steve - someone calendar messed up - your post is dated "December 3, 2019 at 12:00 am"
November 20, 2019 at 11:00 pm
file group definition does not matter for this.
How you defined the tables on the destination server (e.g. heap/clustered, and with/without compression) as well as how you copied the data is...
November 15, 2019 at 8:32 pm
it depends.
if it is a select with just a few joins and small amount of data then 3 mins is too much (assuming server is capable and not hugely constrained)
but...
November 15, 2019 at 6:23 pm
Viewing 15 posts - 1,831 through 1,845 (of 2,649 total)