Viewing 15 posts - 1,891 through 1,905 (of 2,701 total)
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
original backup was created with compression - the one you did on your workstation didn't use the compress option
November 14, 2019 at 8:12 pm
don't know what you tried but for sure you didn't look where you should.
1 - Add new variable - @package - type string
2 - Add new Execute Package task
2.1 -...
November 14, 2019 at 7:06 pm
sometimes you need to manually add them to the toolbox - see https://www.sqlservercentral.com/forums/topic/using-attunity-connectors-to-connect-to-oracle
And in some versions there was a need to tweek a registry entry.
also make sure you have...
November 14, 2019 at 12:59 am
if you have Enterprise with SA you can install Power BI Report Server on the same licensed server instead of the standard SSRS installation - PB RS is a superset...
November 6, 2019 at 9:58 pm
this will be interesting reading https://docs.microsoft.com/en-us/sql/integration-services/data-flow/data-flow-performance-features?redirectedfrom=MSDN&view=sql-server-ver15
November 4, 2019 at 11:06 pm
what you can do is to implement it using powershell.
See this http://byobi.com/2015/10/powershell-scripts-for-collecting-ssas-related-perfmon-and-xevent-trace-data/ for example from Aaron Bertrand
and then this one to load them onto a sql server table for analysis...
November 3, 2019 at 3:16 pm
depending on the size of those db's and also no how many have "MAX" datatypes the following would be an option
restore the current db onto a new name.
add a new...
October 29, 2019 at 11:31 pm
look at https://dba.stackexchange.com/questions/171395/troubleshooting-powershell-errors-from-sql-agent-job
Possible solution is to change that step to be a cmd file instead of direct posh
October 29, 2019 at 6:19 pm
Viewing 15 posts - 1,891 through 1,905 (of 2,701 total)