Viewing 15 posts - 886 through 900 (of 2,268 total)
How long do these backups take?
22GB is not a large database by any measure and a backup of it should not take very long at all.
Are you backing up...
September 2, 2010 at 3:40 am
kfk (9/1/2010)
I have run "DBCC CHECKDB" with REPAIR_REBUILD on them, and it reports that there are no errors, but the problem nevertheless persists.
You shouldn't really be running CheckDB with REPAIR_REBUILD...
September 1, 2010 at 4:05 am
They are both good methods for moving databases. The main difference is that the dettach/attach method will require you to take the database down for the move.
Also don't...
September 1, 2010 at 3:57 am
Quatrei.X (8/26/2010)
:hehe: I was planning to create a generic function which gets a comma separated list of words in a string and use CTE to seperate those strings to table...
August 26, 2010 at 3:50 am
I would start by restoring the Monday night backup to see if the update has happened by then, if it had then you will need to restore each t-log...
August 26, 2010 at 3:32 am
The reason we chose Enterprise is because it supports semi-additive measures in datawarehousing. There are work-arounds for standard but they take a lot of extra work.
August 25, 2010 at 9:40 am
The index rebuild will cause the log expansion.
Also not all those tasks are esential database maintainence, you should not be regularly shrinking your database as this causes massive fragmentation.
August 24, 2010 at 10:18 am
have a look at your log reader agent job history, there should be an error in there. Most likely a permissions issue at a guess.
August 24, 2010 at 6:33 am
maybe i am just jaded from setting up replication / log-shipping so many times. It seems like it is only a few more clicks of the mouse. But the planning...
August 24, 2010 at 5:15 am
At a guess, from the logs.
2nd week: you tried to drop a table that you don't have permission to.
3rd week: table already exists so you can't create it
August 24, 2010 at 4:07 am
They are all different technologies that have overlaps, what exactly are you trying to achieve?
Also replication is no more difficult to setup/maintain than log-shipping infact the process is...
August 24, 2010 at 3:55 am
You need to find out what the two different queries are, run a server side trace on the database and compare the query that is run externally with the...
August 24, 2010 at 3:43 am
It's not something I would be happy with.
Have you had a look at the queries and tried the standard tuning steps on them?
they could possible be missing a couple of...
August 23, 2010 at 10:00 am
State 16 means that the user does not have permission to log into their target database.
Usually happens when the user does not have permission to their default database.
Check the default...
August 12, 2010 at 9:37 am
I would stay away from bit fields and choose a tinyint instead.
It seems that your problem is in the reporting of the values? if this is the case...
August 12, 2010 at 7:56 am
Viewing 15 posts - 886 through 900 (of 2,268 total)