for small databases you can use this https://tableconvert.com/sql-to-excel its easy for big dbs you can use SQL Server Management studio , dbforge , python ( just search on github )
For sql files, you can use sqlrip, with it you can upload the fields you need in txt format, specifying the character you need as a separator in the string, and then simply change the extension from txt to csv in some text editor. https://breached.vc/Thread-SQLRIP-SQL-tables-viewer?highlight=sqlrip
(November 27, 2022, 02:58 PM)Addka72424 Wrote: For sql files, you can use sqlrip, with it you can upload the fields you need in txt format, specifying the character you need as a separator in the string, and then simply change the extension from txt to csv in some text editor. https://breached.vc/Thread-SQLRIP-SQL-tables-viewer?highlight=sqlrip
Thank you, this is exactly what I was looking for!