sql-server-administration Questions
2
Solved
In Sql Server 2000, is it possible to return, via SQL query, a complete list of database roles that exist in a given database?
I know it is possible to see these roles by expanding the Security, R...
Monoxide asked 3/1, 2013 at 16:36
3
I have a SQL 2008 R2 database with some tables on it having some of those tables a Full-Text Index defined. I'd like to know how to determine the size of the index of a specific table, in order to ...
Wo asked 28/1, 2011 at 22:16
9
Solved
I have a table in SQL Server 2005 which has approx 4 billion rows in it. I need to delete approximately 2 billion of these rows. If I try and do it in a single transaction, the transaction log fill...
Coplanar asked 22/5, 2009 at 8:8
2
Solved
I am writing a scheduled job to mimic a SQL Server maintenance plan for SQL Express. (I have to do this because SQL Agent and related tools don't exist for SQL Express)
One of the steps is to do a...
Wichita asked 22/5, 2009 at 8:29
1
Solved
Before changing database schema I issue:
ALTER DATABASE SET RESTRICTED_USER
On completion:
ALTER DATABASE SET MULTI_USER
I understand that a running transaction will be permitted to continue ...
Decrepitate asked 22/5, 2009 at 8:41
1
© 2022 - 2024 — McMap. All rights reserved.