Viewing 11 posts - 46 through 56 (of 56 total)
It's to do with permissions. Your SQL service account if you lock things down may only have permissions on the specific directories that were created as part of the install....
April 29, 2011 at 3:29 pm
If your tempDB is on the same disk as your user db you will have the same issue of running out of disk space so take this into consideration
April 29, 2011 at 5:06 am
It is not an option for alter index. You will need to do an alter database. Either BOL or MSDN will give you the syntax to create the new file...
April 29, 2011 at 4:26 am
Vinod,
Unless you have another drive available on the server to create a new file group on you will not get any benefit.
If you are not able to have some...
April 29, 2011 at 3:14 am
What version and edition are you using ? Are you doing an online rebuild ? Indexes do consume disk space as the indexes unless you specify where they built they...
April 29, 2011 at 2:39 am
Also to help you discover where most of the recessing time is being undertaken you could do the following in SSMS :
Set statistics io on
Set statistics time on
Run query
Set...
April 27, 2011 at 3:36 pm
SSMS can be a little finicky and does not automatically refresh. You can select any part of the tree nodes and refresh at the highest level or by selecting something...
April 27, 2011 at 6:44 am
A SQL Server account is exactly that. It only has permissions inside the instance of SQL Server. The account may be given permissions to perform backing up a database. As...
April 20, 2011 at 1:47 am
I have been struggling with another issue which i have not been sure if it is related or not.
having just recently migrated from 2000 to 2005 i have hit an...
July 10, 2007 at 6:17 pm
Paul thx for that. That gives me a good starting point. I will have to go and have a look at each of the DB's inidividually as well to check...
August 8, 2006 at 1:35 am
If running the sp_helpdb in master it is fine. If running it in the user DB then i get the same error.
I have run the suggested query from earlier but...
June 8, 2005 at 5:06 am
Viewing 11 posts - 46 through 56 (of 56 total)