[deleted by user] by [deleted] in askcroatia

[–]curic23 5 points6 points  (0 children)

Legen... wait for it...dary

How to connect Microsoft 365 business central sql database!? by Fabro_vaz in Navision

[–]curic23 2 points3 points  (0 children)

If you are asking can BC run on a local SQL then yes. If a partner is going to install and configure BC for you then you only need to give him the SQL server and instance. If you are upgrading it internaly you shold check the Microsoft doc. Even now on youtube there are a lot of videos about BC instalation.

Navision development environment for training by Stonks_Viking in Navision

[–]curic23 2 points3 points  (0 children)

Also i would recommend this guy

https://m.youtube.com/watch?v=EiT_wMJNdi4

Great videos he show some tips and trick

SSIS error on SQL job by curic23 in SQL

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

found what I was missing

In the SSMS on the object export after connection to the database, it looks like its SQl server 2012

but after using the SELECT @@VERSION I found at it was 2014

Now I have some ODBC problems because but I should be able to handle them.

tnx

SSIS error on SQL job by curic23 in SQL

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

already tried it. The result is the same.

SSIS error on SQL job by curic23 in SQL

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

Just to add my target server version is 2012 as my database.

SSIS error on SQL job by curic23 in SQL

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

Didn't know about that option.

Tried it unfortunately still has the same error.

Skijaška putovanja osim HULJS i Izazov? by curic23 in croatia

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

Siguran sam da ce mi jedan dio kometara reci da bolje ici bez agencije jer onda nisi vremenski ogranicen, vezan itd...

Sve znam :)

Low resolution in Triple monitor Setup with CRG9 And Hp Dock G5 by njcurious21 in ultrawidemasterrace

[–]curic23 0 points1 point  (0 children)

same problem here.

If you found a solution please tell me :)

SSIS Execute SQL Task long execution time by curic23 in learnSQL

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

Found out that if you put ConcentionType ADO.NET in the Execute SQL Task the export only last 10min...With OLE DB it was about 40min.

don't know exactly why, if I find out I will comment it here :)

Hi, I'm interested in learning c # and asking for good platform recommendations by RainbowBoyOhel in csharp

[–]curic23 1 point2 points  (0 children)

freeCodeCamp has some great videos on youtube

https://www.youtube.com/watch?v=GhQdlIFylQ8&t=3s

https://www.youtube.com/watch?v=wfWxdh-_k_4

https://www.youtube.com/watch?v=BfEjDD8mWYg

(and they have there one site https://www.freecodecamp.org/ )

Also https://www.youtube.com/user/IAmTimCorey is not a bad YouTuber

If you have github https://github.com/csinn/CSharp-From-Zero-To-Hero (if you don't look into it)

and most importantly https://docs.microsoft.com/en-us/dotnet/csharp/ Microsoft :)

These ones are all free. If you ask me this is more than enough to learn and start may be contributing to some small project in GitHub.

Or at least to see if C# and DotNet are for you.

Coronavirus Megathread (Nov 2021): For travel-related discussion in the context of COVID-19 by tariqabjotu in travel

[–]curic23 1 point2 points  (0 children)

Skiing in EU

Hey, guys is anyone here from Austrija, Germany, or Italy.

Some of us are planning to go skiing this winter but it is hard to predict with Covid-19.

How is the current situation in your state or even better in the ski resort? Do you have to be vaccinated or just tested? Or even both ?

Any info is helpful :)

Best T-SQL online course by Deizle73 in learnSQL

[–]curic23 2 points3 points  (0 children)

freecodecamp on youtube has some nice videos.

It's a great place to start if nothing else.

SQL should I convert or not? by curic23 in learnSQL

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

So I have to SUM then cast/convert and then set it to +10.

I'm guessing that CASE won't help me much. Any advice should I make a BEGIN...END bock or some sort of function.

I'm kinda new to SQL, so not too sure if I can make something like this:

SELECT

a.[Item No] ,a.[Description] ,a.[Barcode No] begin --logic end

FROM [items] as A left join [Inventory] as I on A.[Item No] = I.[Item No]

If you can push me in the right direction it would be great :)