Viewing 15 posts - 1,516 through 1,530 (of 2,701 total)
In my opinion it is the same as "Legacy Cardinality Estimator" ON at database level.
If yes, I mention this on the very first page.
Martin
yes it is the same thing...
May 22, 2020 at 10:01 pm
that configuration manager reference there is to be executed on the SERVER where SQL Server is installed, not where you installed the client tools.
So unless you also intend in having...
May 21, 2020 at 6:06 pm
or keeping the CTE change "and b.userID is null;" to "WHERE b.userID is null;"
May 21, 2020 at 2:03 pm
I may be wrong - but installing POsh 5.1 should contain the automation namespace - and this will not be .net core
https://www.microsoft.com/en-us/download/details.aspx?id=54616
May 20, 2020 at 5:50 pm
I think I have that working in one of my packages but through a start process e.g. new process kicked off which starts a new powershell instance.
if that works for...
May 20, 2020 at 4:42 pm
order does not matter - and the way it works "logically" is that for each row on the out query (customer) check if a row exists on the inner query...
May 19, 2020 at 11:37 pm
Have a look at Power BI Report Server - that is the one you need and it is a superset of normal RS server.
Assuming you have SQL Enterprise with...
May 19, 2020 at 6:43 pm
first.... why in HELL will you have a production database dependent on details stored on a dev database?
second - what SQL Server license do you have on your Development database?...
May 18, 2020 at 3:56 pm
have a look at https://dba.stackexchange.com/questions/246773/prevent-ssms-from-seeing-the-servers-file-system
but use at your own risk.
why do you need to hide this?
and check if on your 2012 server any permission was removed - either directly or...
May 17, 2020 at 8:07 pm
what is the final purpose of this SQL - how is it going to be used and where is the final output? e.g. csv file, excel, web page?
May 17, 2020 at 5:23 pm
I think you have issues understanding exactly what you need - a DATE field has no format.
you can convert a date to any format you want for writing to a...
May 15, 2020 at 7:47 am
don't do that on SSIS - do it on the select from the table where it will be a lot easier to do and will be faster than doing it...
May 15, 2020 at 6:43 am
do a query on the max and min values for r.ActualAllowed - that * 100.0 is most likely resulting on a bigger value than what a decimal can hold.
so casting...
May 14, 2020 at 7:30 pm
unless you license your PC with a valid SQL Server Standard/Enterprise you can't do it for production purposes.
If you are not using those daily loads for production then you can...
May 14, 2020 at 12:51 pm
we are in the process of deploying the packages to an integrated environment
What do you mean by that, as in deploying them to SSISDB? Are the packages all in...
May 14, 2020 at 8:41 am
Viewing 15 posts - 1,516 through 1,530 (of 2,701 total)