Viewing 15 posts - 1,471 through 1,485 (of 2,654 total)
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
have a look at the following links - they contain some good information even if not exactly what you are asking for.
and you may have seen some of them already.
May 13, 2020 at 7:45 am
you may need to speak with the supplier of the file and see how they are generating the file.
you could also try HxD (https://mh-nexus.de/en/hxd/) to edit the file and pick...
May 12, 2020 at 10:59 pm
you may need to look at adding a codepage to your bulk insert command
or alternatively use powershell - but again you will need to specify the correct codepage to load...
May 12, 2020 at 7:14 pm
it can be SQL Server - but without the code for both procs there's not much we can say
May 12, 2020 at 10:46 am
nearly there as not too hard to put a sample code was it?
unpivot has one small issue - the columns need to be hardcoded (or dynamic SQL used) and they...
May 12, 2020 at 10:25 am
Viewing 15 posts - 1,471 through 1,485 (of 2,654 total)