Viewing 5 posts - 1 through 5 (of 5 total)
Two options that I can think of:
1. You could drop the indexes, shrink, and then re-create the indexes.
2. Try shrinking the database in multiple steps and releasing space gradually.
March 17, 2014 at 3:04 pm
Thanks for both the functions!! Both of them were extremely useful.
February 13, 2014 at 10:00 am
You could give 'Select' rights on the [SAMPLE].[Dbo].[table1] table to TestUser. In that case TestUser will have access only to that particular table.
December 14, 2010 at 4:03 pm
Did you try creating a credential through a TSQL script?
December 14, 2010 at 3:58 pm
Could you please post the solution in this thread too? It sure helps. Thanks!!
August 13, 2009 at 8:15 am
Viewing 5 posts - 1 through 5 (of 5 total)