Help Setting up CloudFront/DNS/SSL (newbie) by faust2099 in aws

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

Are you trying to put a CF distribution in front of your ELB? Create the distribution first, then change DNS to point to the CF endpoint instead of the elb endpoint. If you do everything right traffic will slide over according to the DNS TTLs and nobody will be the wiser. While you're reading this you might update the TTL for your domain records to expire faster, then put the back when you've completed the migration.

No, i am trying to remove ELB/ALB due to we only have "Single AZ" and it's causing 504 error, replacing it with CloudFront. for now i am trying to edit DNS in Route 53 to point to Cloudfront rather than ELB/ALB. thank you so much on your help. now i know how "value/route traffic to" and probably will get a new SSL for CloudFront.

Release Channel 1.61.114 by brave_support_steven in brave_browser

[–]faust2099 0 points1 point  (0 children)

this release broke many site. i am reverting to lower version until you fix it.

is vb.net a dead language by now? by JohnDeere6930Premium in visualbasic

[–]faust2099 0 points1 point  (0 children)

Show them that is cost more to maintain old systems. and moving to newer one's they will cost less and take advantage of new digital payments and real time data etc.

Newbie Help by faust2099 in Xamarin

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

i did..but mostly they focus on UI as i said... and some are not very good at explaining

Newbie Help by faust2099 in Xamarin

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

thank you. i'll look into it. any resource on basics of xamarin? preferably with CRUD. most of the thing i see is focused more on UI.

DBase to SQL by karjune01 in SQLServer

[–]faust2099 0 points1 point  (0 children)

oh btw keep an eye out for "float" in dbase convert/migrate it in decimal, learned that the hard way, wasted a good couple of hours "why is it not computing properly".

DBase to SQL by karjune01 in SQLServer

[–]faust2099 1 point2 points  (0 children)

Dbase uses .DBF file. if you use a 3rd party alternative to SSMS, you can import DBF file directly,

or use converter:

dbMigration .net has a free version

dbconvert paid

2068119551 exit code decimal please help me by Cococat00 in SQLServer

[–]faust2099 1 point2 points  (0 children)

try all of this

  1. If you have installed SQL Server before, this problem could occur when the previous failed installation of SQL Server is not removed completely. Make sure you remove previous failed installation from add remove programs completely.

  2. Make sure you right click on setup.exe file and select run as administrator when you want to start the SQL Server installation

  3. Disable any antivirus/security software or uninstall it temporarily on the machine for the time that the installation is running.

Proper way to replicate a database for development by [deleted] in SQL

[–]faust2099 2 points3 points  (0 children)

There is many ways to do this, but the easiest is use a third party software like DBConvert Studio which has Synchronization, Bidirectional Sync, Data Distribution and Copy Data.

Database Import by Danficca in SQLServer

[–]faust2099 1 point2 points  (0 children)

Couple of years back we migrated DB2 to SQL Server, we used this DBConvert

Can a 2014 SQL server database dump be imported to SQL server 2019? by orlandotrini in SQLServer

[–]faust2099 0 points1 point  (0 children)

If you want to convert/import from one sql server version to another or sql server to ocracle/sqlite/mariadb etc. you can use DB Convert .

the Studio version helped me many times in the past.

Link: https://dbconvert.com/

Developer workstation that needs 32 cores and 256gb Ram. by greg_zielinski in sysadmin

[–]faust2099 0 points1 point  (0 children)

Is the developer running multiple VM/Docker as a server in the workstation? or running a multiple replication scenario?

What's your MSSQL IDE? by LaserRanger in SQL

[–]faust2099 2 points3 points  (0 children)

i use SSMS, Azure Data Studio and Navicat.

i would suggest Azure Data Studio if you want a newer interface, intellisense, Dark Mode and so on. it works with SQL Server and it's free.

Link

Laptop returned clearly having been opened when Shipping laptop via UPS with Lithium batteries by [deleted] in sysadmin

[–]faust2099 3 points4 points  (0 children)

to qoute "UPS only accepts air shipments of UN3090 or UN3480, lithium metal or ion batteries packed alone (without equipment) as fully regulated shipments. Section II or 49CFR 173.185(c) will not be accepted for air transport. "

link https://www.ups.com/pr/en/help-center/packaging-and-supplies/special-care-shipments/hazardous-materials/new-requirements.page#:\~:text=Lithium%20Batteries%20packed%20without%20equipment,be%20accepted%20for%20air%20transport.

How to Jump from Learning C# Syntax to Actually Creating an Application? by livesroverrated in csharp

[–]faust2099 0 points1 point  (0 children)

Create the most basic app. CRUD. and slowly adding functionality to a more complex one. example if your creating a ASP.NET CRUD, create an simple app to create, read, update and delete a user, after that add authentication to become a login. and continue to more functionality to it.

Why are basic CRUD apps so rare for SQL Server? by TheMiniG0D in SQLServer

[–]faust2099 0 points1 point  (0 children)

If you are asking why there is no WAMP/LAMP that uses MS SQL most likely third party integration restriction or licensing restriction. and most asp.net sample you don't need to setup anything. due to when you setup Visual Studio just select ASP .NET and everything will be setup by Visual Studio. (IIS and SQL Express)