SQL Script into SQLiteDo you have a SQL script that you want to run against a SQLite database file? Perhaps you […] November 11, 2024 in Database tagged data / import by Mike
Import CSV to SQLiteWith DB Browser we can import a comma separated values (CSV) file into a SQLite database file. Using […] November 10, 2024 in Database tagged file / import / csv / sqlite / database by Mike
From SQLite to SQL ScriptDo you have a table of data in SQLite and you want to generate a SQL script that […] November 10, 2024 in Uncategorized tagged export by Mike
Excel into Python (pandas)Do you have some data in Excel that you would like to import into pandas? You can do […] November 10, 2024 in Python tagged excel / import / read / python / pandas by Mike
SQL Server to CSVIt’s not hard to export data from a SQL Server table in SSMS to a CSV (comma separated […] November 9, 2024 in Database tagged csv / export / sql by Mike
Generate a SQL ScriptDo you need to generate a SQL script (a text file of SQL commands in an sql file) […] November 9, 2024 in SQL Server tagged file / sql / script / generate by Mike
From CSV to ExcelHow do you convert a comma separated values (text file) into a Microsoft Excel file? If you have […] November 9, 2024 in Excel tagged text / convert / csv / excel / file by Mike
Import and Export TablesDo you find yourself converting data tables between different formats such as Excel or comma separated values? Are […] November 9, 2024 in Database tagged export / import / convert / tables by Mike
From Excel to CSVHow would you convert an Excel sheet to a CSV file? You could open the Excel worksheet and […] November 9, 2024 in Uncategorized tagged excel / file / csv by Mike
AES-256 EncryptionThis is just a very quick introduction to AES-256 Encryption. The Advanced Encryption Standard (AES), originally adopted by […] November 9, 2024 in Programming tagged encryption by Mike
SQLCipherWhat is SQLCipher? SQLCipher has been adopted as a secure database solution in thousands of commercial and open […] November 9, 2024 in Database by Mike
From SQLite to CSVIf you have a SQLite database and you have installed DB Browser, you can view and export your […] November 9, 2024 in Database tagged export / import / csv / sqlite / SQLite by Mike