Viewing 15 posts - 886 through 900 (of 1,155 total)
Hi Mallesh,
Please check this..
...
September 10, 2010 at 2:51 pm
There is only 1 tempdb per instance and all the Dbs use it.
However you can create multiple secondary data files for the tempdb and place them on a dedicated Tempdb...
September 10, 2010 at 2:44 pm
This looks like a permission issue.
Check whether the SQL Server Agent account has permissions to access this folder or if the job is running under a proxy account , does...
September 10, 2010 at 2:35 pm
Temp DB cannot be shrunk as long as it is in use. Sql server can use it for the internal operations or for row versioning or for storing the user...
September 9, 2010 at 7:13 pm
What does the SSIS package do?
Thank You,
Best Regards,
SQLBuddy
September 9, 2010 at 4:28 pm
Yes SP3 for SQL Server 2005 went wrong for us. If your sp3 install doesn't go well there is no way back. You can't unistall SP3. It gets integrated into...
September 9, 2010 at 12:25 pm
September 9, 2010 at 12:17 pm
It dosen't seem to be a permission issue. Check whether the Path you provided for the move is correct.
Also you can try to do the restore using SSMS GUI option.
Also...
September 9, 2010 at 12:06 pm
If those tables are fixed and if those users are fixed with their permissions do that table creation and assign those required permisiions to those users in the Model DB...
September 9, 2010 at 10:59 am
Steve is right. You need to use logical name without the .mdf and .ldf extension within the MOVE clause.
...
September 9, 2010 at 10:50 am
Hi Shriji,
Use multiple filegroups for the VLDB. Leave the Primary File group for the system tables and create additional...
September 8, 2010 at 3:25 pm
Stored procedure to do what ..
Thank You,
Best Regards,
SQLBuddy
September 8, 2010 at 12:28 pm
Hi Tara,
Just do that in Model DB and those changes get reflected in al the...
September 8, 2010 at 12:20 pm
Enable \PAE switch. Having 16GB on the box doesn't mean that all of that memory should be in use. It all depends on the activity on the box.
Also to make...
September 8, 2010 at 11:27 am
Steve is right there. Follow his guidelines.
Also you need to know that you should shrink the log file only for the first time since it has grown to a huge...
September 8, 2010 at 11:20 am
Viewing 15 posts - 886 through 900 (of 1,155 total)