Viewing 15 posts - 286 through 300 (of 816 total)
in addition to above post just one more thing,
before considering the rebuild operation, Do consider the page count as well and then decide is it worth of rebuilding or...
March 20, 2011 at 10:08 pm
Though the log shipping is pretty straight fwd and you can monitor manually but that will be reactive strategy.
For proactive, microsoft justified it here :-
March 20, 2011 at 10:05 pm
Thanks everyone for their valuable input. Was bit confused when someone told me that the feature can be used, but now 100% sure that its not the case.
March 20, 2011 at 9:43 pm
what does the job history says?
IS IT FRIDAY THE 13TH]:alien:
March 18, 2011 at 12:56 am
Log Shipping from 2005 to 2008 should work fine but not in the reverse case
edit:-
my reading mistake , I read windows 2008 as SQL 2008.
Sometime we read what we...
March 17, 2011 at 4:28 am
you have more accurate answer here :-
http://www.sqlservercentral.com/questions/Administration/67277/
March 17, 2011 at 3:19 am
you can try to move the big tables and indexes in different filegroup.
March 17, 2011 at 3:14 am
as long your backup files are safe, you can still restore till your last log backup beginning from full backup.
Do one thing,
rename the database which you restored by mistake...
March 11, 2011 at 4:53 am
i will suggest to restart your process from full and then subsequential log in series with norecovery/standby option till you reach the last log backup.
March 11, 2011 at 3:57 am
by default users are configured with instance/database specific access as long they do not belong to any group which have the permission across domian(in case of windows login)
March 1, 2011 at 4:14 am
if possible, while inserting take the date as varchar and later you can modify your date field to datetime.
Just giving an example on how to convert:-
declare @date varchar(100) =...
February 27, 2011 at 10:13 pm
Can you try to connect to SSMS using the mentioned id/pwd? You might get the similar error.
If that is the case then connect SSMS with some account which have...
February 27, 2011 at 10:01 pm
Create new table with same architecture and with your new column.
Then import the data from old table to this new table and dont import the data in once, keep...
February 27, 2011 at 9:51 pm
If 'EXEC' is the only permission you configured for user then answer is NO.
February 27, 2011 at 9:35 pm
you can take backup on all your currently running user database and can restore them on 2008 so that you no need to take long downtime for moving your database...
February 25, 2011 at 2:29 am
Viewing 15 posts - 286 through 300 (of 816 total)