Viewing 15 posts - 286 through 300 (of 457 total)
You canuse a script look up restore log in bol nd be sure to use the no recover option or you can use management studio.
June 25, 2008 at 7:14 am
Congrats on getting the data back, now is proably a good time for you to implement a proper backup strategy.
June 25, 2008 at 6:45 am
I believe this is when parallel processing is used and sometimes the SPID does block itself, although usually only for a very small amount of time before it is...
June 25, 2008 at 6:35 am
have you tried to restore all outstanding logs in sequence starting with the last log to be restored on the standby database.
June 25, 2008 at 6:30 am
I don't think its possible to split the clutered index from the table as the clustered index represents the physical ordering of the data in that table.
June 25, 2008 at 4:01 am
You could install the 64 bit version of sql and have one instance.
You can install 32 bit sql on 64 bit windows...i believe sql will have 32 bit memeory restrictions.
June 25, 2008 at 3:57 am
Search books online (BOL) for creating indexing and dropping indexes
June 24, 2008 at 3:32 pm
You will setup the backup job on the virtual server not the physical servers. If failover happens the job will still be available when the other node is active.
June 24, 2008 at 8:32 am
Hi Gary i haven't got the commands at hand and i can't remeber them of the top of my head, but you can generate the scipts using the redgate backup...
June 24, 2008 at 6:07 am
I would imagine the process is similar to windows 2003, assuming that we are picking this up at the SQL Server installation and the windows cluster is already setup and...
June 24, 2008 at 5:55 am
Do you have a good recent backup and transaction log backups up to the point failure? When i've had this previoulsy i have had to restore from backup.
I know Paul...
June 23, 2008 at 6:31 am
But you are right, you can't rebuild an index using the 'online' option on the standard edition of SQL Server 2005. You can only rebuld indexes online using SQL Server...
June 23, 2008 at 6:09 am
thanks jeff
June 21, 2008 at 8:57 am
a covering index - Index contains all data returned by the query thus preventing the need for look ups.
June 21, 2008 at 6:47 am
You probably haven't lost any data but that's not the recommended wy of migrating, why did you not move the ldf files too?
June 21, 2008 at 6:45 am
Viewing 15 posts - 286 through 300 (of 457 total)