In Sql Server 2000, is it possible to return, via SQL query, a complete list of database roles that exist in …
sql sql-server-2000 sql-server-administrationAfter upgrading SQL Server 2014 to SQL Server 2016 (both Enterprise editions), I can't start mirror. This works normally on SQL Server 2014. …
sql-server-2016 sql-server-administrationI have a new server and want to install SQL Server 2014 Standard and migrate my database across from my old …
sql-server sql-server-2008 sql-server-2014 sql-server-administrationI have a table in SQL Server 2005 which has approx 4 billion rows in it. I need to delete approximately 2 billion …
sql sql-server tsql sql-server-administrationBefore changing database schema I issue: ALTER DATABASE SET RESTRICTED_USER On completion: ALTER DATABASE SET MULTI_USER I understand …
sql sql-server tsql sql-server-administrationI have only read permission to the database I'm querying in. The same query was working for since yesterday but …
sql sql-server sql-server-2012 database-administration sql-server-administration