Viewing 8 posts - 1 through 8 (of 8 total)
Hello,
Not sure if this works for you.
My firm understanding We don't have an option to create a alias name for the database, you can create the alias for tables.
But you...
February 11, 2009 at 2:41 am
There are some common reasons why a transaction log might not shrink when you use the DBCC SHRINKFILE or DBCC SHRINKDATABASE command.
Please rerfer to the following link
February 9, 2009 at 2:15 am
I have just verified, it looks like we can set the maxzise='unlimited' can only be set to data file not to log file.
February 8, 2009 at 8:35 pm
Please verify the following...
1. Check the system and sql eventviewer for timeout or any other connectivity issues.
2. Check the sufficient space avaiable for temp and user database.
3. Check to see...
January 29, 2009 at 1:57 am
It looks like logfile is not able to locate the file database_log1. use sp_helpdb master. check to see if the files are present.
Note: take the full backup for master database...
January 26, 2009 at 11:29 pm
Check to see that in temporary tables got created in your temp db in case if you have used temp objects in inserts or updates.This is one such reason i...
January 22, 2009 at 11:43 pm
We dont have any limitation on number of databases a SQL Server should have. We need to analyse carefully identify the offender. Is the performance is same across all the...
January 19, 2009 at 6:20 am
Its seems to be an open issue in both sql server 2000 and SQL Server 2005. We cannot shrink the database less than the initial size.
January 19, 2009 at 5:45 am
Viewing 8 posts - 1 through 8 (of 8 total)