Viewing 15 posts - 16 through 30 (of 388 total)
I am glad that worked. I have no idea changing from read_only to other mode and taking backup full backup would fix this, unless backup chain was broken. That error...
March 18, 2010 at 1:03 pm
Down grade using attach\detach may not work, here is the work around.
March 18, 2010 at 12:56 pm
Did you try exporting SSIS packages by connecting to Integration Services on SSMS to file? and do import on the destination server from the file.
March 18, 2010 at 12:44 pm
" BACKUP LOG cannot be performed because there is no current database backup".
This means you don't have base backup file to support tran log backup, You need full back up...
March 18, 2010 at 12:35 pm
If you use DBCC shrinkfile option, You should be able to shrink the file size below initial size if there is unused space available in the file. Can you please...
March 18, 2010 at 12:08 pm
Ok, then what is the Initial size and unused space on this file?
March 18, 2010 at 10:31 am
JDixon-385826 (3/17/2010)
March 18, 2010 at 10:28 am
Why do want to shrinkdatabase? They are not big, even if you shrink it will expand if it is required.
what is the minimum size of the database?
March 18, 2010 at 10:00 am
CirquedeSQLeil (3/15/2010)
GTR (3/15/2010)
Because, if application users are try to make connection to database servers through application while performing upgrade for databases servers users receive error they cannot connect, and ton...
March 15, 2010 at 4:31 pm
GilaMonster (3/15/2010)
GTR (3/15/2010)
GilaMonster (3/15/2010)
GTR (3/15/2010)
GilaMonster (3/15/2010)
So every single SQL Server instance in existence has an application server running IIS?Not necessarily, most of them do.
Really? Do you have any reference or...
March 15, 2010 at 4:20 pm
CirquedeSQLeil (3/15/2010)
GTR (3/15/2010)
Have Server guys Disable IIS on Application Servers...
Enable IIS on on application servers.
I would recommend something different than disabling IIS. We typically display a maintenance page and...
March 15, 2010 at 4:14 pm
Alvin Ramard (3/15/2010)
GTR (3/15/2010)
GilaMonster (3/15/2010)
GTR (3/15/2010)
GilaMonster (3/15/2010)
So every single SQL Server instance in existence has an application server running IIS?Not necessarily, most of them do.
Really? Do you have any reference...
March 15, 2010 at 4:11 pm
GilaMonster (3/15/2010)
GTR (3/15/2010)
GilaMonster (3/15/2010)
So every single SQL Server instance in existence has an application server running IIS?Not necessarily, most of them do.
Really? Do you have any reference or proof to...
March 15, 2010 at 3:57 pm
What is the size of the databases?
March 15, 2010 at 3:54 pm
GilaMonster (3/15/2010)
So every single SQL Server instance in existence has an application server running IIS?
Not necessarily, most of them do.
March 15, 2010 at 3:51 pm
Viewing 15 posts - 16 through 30 (of 388 total)