Viewing 15 posts - 3,586 through 3,600 (of 6,679 total)
There is no need to perform two integrity checks - perform your integrity check first, then backup the database.
I would have a separate plan (or sub-plan) that only performs the...
September 14, 2010 at 2:10 pm
Roust_m (9/10/2010)
Eureka! I should just drop the indexes and re-create them and then only re-index the current partition!😛
That might work - but, be aware that during that operation...
September 10, 2010 at 8:12 pm
Roust_m (9/10/2010)
September 10, 2010 at 8:00 pm
You were obviously able to connect to SQL Server - so, I am not sure what the problem you are experiencing is.
If you had to right-click and run as Administrator...
September 10, 2010 at 7:43 pm
Please open a new thread - you'll get many more people looking at your question.
September 9, 2010 at 7:52 pm
cagan (9/9/2010)
September 9, 2010 at 7:36 am
What is recent? Current data, one day - one week?
If you need current data, you have one choice - really. That would be replication - and you already...
September 8, 2010 at 7:01 pm
How long does it currently take to backup?
What is your maintenance window for backups?
The first thing I would look at is buying a third-party backup utility that compresses the backups...
September 8, 2010 at 5:46 pm
Not sure what you mean when you say replication didn't work. That is definitely one of the options for creating a reporting server.
Other options are:
o Database Mirroring (Enterprise Edition...
September 8, 2010 at 5:40 pm
What is the database system that is running on AIX? Most of the database products that will run on AIX will have some type of ODBC/OLEDB access. Once...
September 8, 2010 at 3:06 pm
jerry-621596 (9/8/2010)
It all seems to be working better now. Changed...
September 8, 2010 at 3:01 pm
sanderstad (9/8/2010)
September 8, 2010 at 2:48 pm
Just to be clear - you are not really upgrading an instance of SQL Server. You are installing a new instance and migrating the databases to the new instance.
September 8, 2010 at 2:42 pm
GilaMonster (9/7/2010)
1) - Rebuild indexes, update statistics
2) - Integrity check, backup database
Integrity check before backup. There is no point whatsoever...
September 7, 2010 at 2:14 pm
Again, you will need to upgrade to at least SP3 CU4 or the locked pages in memory option won't be honored. You also have to start SQL Server with...
September 6, 2010 at 7:22 pm
Viewing 15 posts - 3,586 through 3,600 (of 6,679 total)