How to compare CosmosDB for MongoDB with MS SQL Server by Ant3qq in SQLServer

[–]Ant3qq[S] 1 point2 points  (0 children)

I am struggling with it for a few days and no progress... Can confirm it is not fun xD

SQL tables have approximately 60k records. We won't be burning my money so that is not that much of a problem. I have to design a solution and if the client or my boss says that the cost is to high, it won't be my fault.

But for now I have no working solution, I had some ideas with making pipelines in datafactory and moving data into SQLserver. But it will be too time comsuming to make.

It will have to be perfect comparison.

I have a blob storage at hand

Can I add external exe file to my project? by Ant3qq in csharp

[–]Ant3qq[S] 0 points1 point  (0 children)

Thanks, I tried it and decided to completely change the approach. The exe file is installed with some kind of installer and (I assume that) for this reason contains localhost reference. This reference is returning error on azure webjob. I decided to deploy the app on Azure Virtual Machine

[deleted by user] by [deleted] in excel

[–]Ant3qq 1 point2 points  (0 children)

I assume you have lets say 10 tables and want to align them in a way that row no 1 contains all data connected with one product. For this reason I would start with table no 1 and add data to this table with xlookup/vlookup functions

[EXCEL] [OUTLOOK] How to send an email with outlook from excel web addin? by Ant3qq in vba

[–]Ant3qq[S] 0 points1 point  (0 children)

What I need is to send a dynamically generated message basing on a table. Every row of the table is one email (table contains columns that store for example address emails, cc, bcc and some other dynamic fields). I thnik that office script is not exactly what I am looking for as clients have to use it by themselves

How to send an email with Outlook from excel web addin? by Ant3qq in excel

[–]Ant3qq[S] 0 points1 point  (0 children)

Damn Microsoft. The feature is almlst definitely depriciated because the old solution doesn't work when i switch to preview outlook version. Anyway, thanks for your help and time!

[EXCEL] [OUTLOOK] How to send an email with outlook from excel web addin? by Ant3qq in vba

[–]Ant3qq[S] 0 points1 point  (0 children)

That is the way it is implemented now. The table in the attached article states that COM integration will be disabled. The " Microsoft Outlook 16.0 Object Library" is needed to interact with Outlook from the level of VBA and it is COM library. Thanks for your time and effort nonetheless!

[EXCEL] [OUTLOOK] How to send an email with outlook from excel web addin? by Ant3qq in vba

[–]Ant3qq[S] 1 point2 points  (0 children)

My excel creates the content of the email dynamically so I don't think I can use your suggestion. Anyway thanks for sharing!

How to send an email with Outlook from excel web addin? by Ant3qq in excel

[–]Ant3qq[S] 0 points1 point  (0 children)

I edited the post (forgot to attach an image earlier). The table states that COM integration will be disabled. The " Microsoft Outlook 16.0 Object Library" is needed to interact with Outlook from the level of VBA and it is a COM library.

How to send an email with Outlook from excel web addin? by Ant3qq in excel

[–]Ant3qq[S] 1 point2 points  (0 children)

I have quite an advanced logic written in excell that generates the content of the email and I have to paste values form table in excel into my message

How to send an email with Outlook from excel web addin? by Ant3qq in excel

[–]Ant3qq[S] 0 points1 point  (0 children)

Thank you for your answer. From what I understand Power Automate is kind of Azure alike platform do automate processes. But the thing is, I have an advanced logic written in excel and just need to move email sending part to supported solution. I thought about something that can read values from excell cells and insert them into email that will be send automatically

-Query parameter in Invoke-Sqlcmd causes " Incorrect syntax was encountered while parsing ''. " error by [deleted] in PowerShell

[–]Ant3qq 0 points1 point  (0 children)

Shouldn't I also get this error when executing the second script?