Viewing 15 posts - 6,886 through 6,900 (of 9,253 total)
Joy Smith San (7/18/2011)
Hi,How can list all the users of a particular database.
I want to list only those users coming under the "Users" in "Security".
Thanks.
This should get you started, it...
July 18, 2011 at 8:38 am
editing the registry ad hoc is never supported. Some support or Knowledge base articles will provide details for modifying the registry and will always advise a backup first.The keys to...
July 18, 2011 at 6:34 am
Jayanth_Kurup (7/18/2011)
If SQL is already compressing the backup
This feature is not available in SQL Server 2005
July 18, 2011 at 5:48 am
what version of SQL Server 2008 are you installing?
Have you thought of slipstreaming any updates or using a drop merged media?
I do seem to remember this being an issue with...
July 18, 2011 at 5:37 am
guthey.aditya (7/18/2011)
July 18, 2011 at 4:21 am
tobyteel (7/15/2011)
July 17, 2011 at 4:52 am
either go into Failover Cluster manager open the group and get the resource parameter from there or from a command prompt use
cluster group "groupname" /prop
July 17, 2011 at 4:41 am
just out of interest how large are your transaction log files?
July 17, 2011 at 4:18 am
What other errors do you see, if any, in the SQL server log around the time as the verify?
July 16, 2011 at 4:12 am
LAW1143 (7/15/2011)
There are 6 or 7 of them, all in the 25 to 40gb range.Rebuilding the clustered index will hit all non clustered indices.
Generally, no
July 15, 2011 at 8:53 pm
LAW1143 (7/15/2011)
July 15, 2011 at 3:46 pm
LAW1143 (7/15/2011)
if I absolutely MUST switch to simple
You dont need to and indeed you shouldn't do either. You can however switch to Bulk Logged recovery for the index build and...
July 15, 2011 at 2:06 pm
what recovery model is your database using?
July 15, 2011 at 1:55 pm
Hi Gangadhara
check the sql server log, are you seeing any other specific errors there around the time the RESTORE VERIFYONLY runs?
How much memory does your server (not SQL Server but...
July 15, 2011 at 1:52 pm
Viewing 15 posts - 6,886 through 6,900 (of 9,253 total)