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