Viewing 15 posts - 2,086 through 2,100 (of 2,679 total)
without going through all possible options (google can help there) why do you have the copy job on Windows Schedule instead of a SQL server job?
It would be better...
February 3, 2019 at 6:35 am
February 1, 2019 at 8:22 pm
if just moving the accounts to another OU within the same Domain it will not change the account SID so your servers will not be impacted.
January 29, 2019 at 5:23 pm
openquery with truncate may work - if not create a stored proc on oracle that does the truncate for you and exec it through openquery
January 28, 2019 at 2:34 pm
in the project file
<DtsPackage FormatVersion="8">
in the package itself
DTS:LastModifiedProductVersion="15.0.0900.40"
DTS:Name="PackageFormatVersion">8</DTS:Property>
this is with
Microsoft Visual Studio Professional 2017 Version 15.9.6
SQL Server Data Tools 15.1.61901.03220
January 27, 2019 at 7:17 am
possibly not the answer you wish for but what have you researched so far?
100 measures is not much - one of my "cubes" has 22 dimensions, 1 fact...
January 26, 2019 at 11:47 am
for tempdb there is nothing you can do.
if however you are also talking about having all permanent tables of a user on their own file(s) then it is...
January 23, 2019 at 5:09 pm
January 22, 2019 at 3:01 pm
did you try the index and the insert into a temp table as I suggested?
If so what were the results
January 21, 2019 at 7:14 pm
look at https://support.microsoft.com/en-us/help/918992/how-to-transfer-logins-and-passwords-between-instances-of-sql-server
contains code for both functions.
you may also wish to look at https://dbatools.io/ for other tools to do this (and a lot more)
January 21, 2019 at 4:51 pm
missing index as per explain plan might help a bit there.
you could try changing the index to IX_PROPERTY__SOURCE_ID be as follows
create nonclustered index IX_PROPERTY__SOURCE_ID...
January 19, 2019 at 1:50 am
January 17, 2019 at 5:27 pm
January 17, 2019 at 4:10 pm
January 17, 2019 at 3:57 pm
SSAS tabular only works with Windows authentication. So if the server is indeed in Tabular mode you need to try it that way.
January 17, 2019 at 2:05 pm
Viewing 15 posts - 2,086 through 2,100 (of 2,679 total)