Top "Database-management" questions

Listing information about all database files in SQL Server

Is it possible to list information about the files (MDF/LDF) of all databases on an SQL Server? I'd like …

sql-server sql-server-2008 tsql database-management
How can I list all tables in a database with Squirrel SQL?

I use Squirrel SQL to connect to a JavaDB/Derby database on my desktop. I can run SQL queries. But …

database-administration database-table squirrel-sql database-management
Visual Studio vs. SQL Server Management Studio - Your Pick

Just to preface: I work in a small company that does ASP.NET development and uses SQL Server 2005 for all …

sql-server visual-studio version-control ssms database-management
Map existing Database table for Laravel

I am looking for a way to map existing tables in a project with the Eloquent ORM and use them …

database laravel migration database-migration database-management
Insert BLOB test string bigger than 2000 or 4000 bytes

I have a table in oracle with a BLOB column, that can store XMLs and as well XMLs zipped. These …

sql oracle blob database-management dbeaver