Viewing 15 posts - 721 through 735 (of 1,248 total)
You need to restore the full backup first. Then,
The very first log backup after the full backup.
The second log backup after the full backup.
...
January 29, 2008 at 12:39 pm
If we assume every part is in healthy condition, I would like to check the free space on this server. Lower free space on a hard disk may reduce the...
January 29, 2008 at 10:23 am
I forgot to include the link in the previous post. Here is it.
January 29, 2008 at 10:14 am
How about this one:
SELECT COUNT (*), State FROM T1 GROUP BY State, Sex HAVING Sex = 'M'
January 29, 2008 at 10:09 am
Did you try to collect data from your remote servers, insert into a temp table in your "central point", then migrate the data to wherever you want?
January 29, 2008 at 9:59 am
Most likely, your backup file contains a lot of information on logs. Did you have transactional backup after your full backup? Did you shrink your data and log files after...
January 29, 2008 at 9:49 am
Did you restore your log file in order? If you miss any earlier log file, you will get the error message.
January 29, 2008 at 9:45 am
It should work in the developer edition. The developer edition has the same functionality as the enterprise edition except license and the number of concurrent users.
But databbase mirror is introduced...
January 29, 2008 at 9:41 am
I do not think so. SQL Server is built on the basis of atomicity.
January 29, 2008 at 9:38 am
Did you check whether or not any big application running on this server? Could you shrink your log file?
January 28, 2008 at 3:39 pm
You do not need to stop your SQL server. What you need to do is only detach/attach stuff when you have both mdf and ldf files.
January 28, 2008 at 3:16 pm
The error message, Invalid Object Name, comes from many reasons, such as,
1. The naming is incorrect;
2. A table or a column does not exist;
3. The owner is incorrect;
...
Based on the...
January 28, 2008 at 3:11 pm
What is your SQL Server service pack version?
January 28, 2008 at 3:02 pm
Exit code 128 is a quite general code. We need more information to tell what caused this error, such what program you ran in this step.
Here is a link telling...
January 27, 2008 at 9:41 pm
Viewing 15 posts - 721 through 735 (of 1,248 total)