python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
DirecAdmin custom script | Insert sample database from url
Custom Bash Script in DA:
/directadmin/scripts/custom/domain_create_post.sh
Below code:
SET UP DATABASE VARIABLES
dbpass=$(openssl rand -base64 12) > /dev/null
ext=$(openssl rand -hex 2) > /dev...

TOM ARM
Votes: 0
Answers: 1
Workaround for XLSM issues
My company receives a daily CDR report from Comcast and I'm trying to get this data into our database in an automated fashion. Unfortunately, Comcast has advised there is a 0% chance they send us a C...
Bruno
Votes: 0
Answers: 1
How to calculate AVG from two tablets
I am creating a database in SSMS and I am trying to calculate AVG from 2 columns from 2 tablets; I wrote :
;WITH combined AS
(
SELECT Datum_narodenia
FROM Zamestnanci
UNION ALL
SELEC...
Iceman
Votes: 0
Answers: 1
Problem in Vb.net Visual Studio Using Update Command
Hello I am creating a Search function and Update button from a sql database in which I need to be able to search for certain names and such but also need to be able to make changes within the dataset ...
PasskyyCode
Votes: 0
Answers: 1