Viewing 15 posts - 3,661 through 3,675 (of 4,745 total)
most people use the script found in BOl, here:
http://technet.microsoft.com/en-us/library/ms188917(SQL.90).aspx
you will just have to add a further filter on object_id or tablename depending on what works best in your environment. I...
May 16, 2009 at 12:33 pm
At a guess behind the scenes the alert logic works on the DBID of the database rather than the name, and when you created mydb_prod after deleting testdb_prod it ended...
May 16, 2009 at 11:10 am
set up log shipping through the wizard for just one of the databases. then use the 'script configuration' button for primary and secondary to create TSQL script for the setup...
May 16, 2009 at 11:03 am
and SSC pays off again. I've got a couple of scripts that suffix dates to filenames I'm going to alter (anything to save typing).
SELECT CONVERT(CHAR(2), GETDATE(), 3) for day of...
May 16, 2009 at 5:04 am
simialar thing:
right('0' + CONVERT(varchar(2), datepart(mm, getdate())),2)
May 15, 2009 at 7:15 am
Unfortunately thats not possible. For SQL2005 and below you have to uninstall and reinstall to remove a service pack.
It is a worthwhile practice to have backups of your resource database...
May 14, 2009 at 9:59 am
yep, logshippng is only HA solution that fits all your present requirements.
If you are on enterprise edition and are prepared to move test db to a different server you have...
May 14, 2009 at 7:57 am
Roy Ernest (5/14/2009)
Better to take precaution and ask than give him an advice that could potentially be trouble to him... :hehe:
going from the previous posts I believe we are ok...
May 14, 2009 at 7:43 am
yes I saw that Roy, I took it as a mistype or language barrier thing because it did not tie in with original question.
worth a check though,mirravi19, do we understand...
May 14, 2009 at 7:17 am
mirravi9 (5/14/2009)
thanks allmy requirement is to push data for every 2 hrs to the live database.
sounds perfect for logshipping then.
ship to the same server to a database of a different...
May 14, 2009 at 2:09 am
what is the target database you are currently trying to replicate to being used for?
May 13, 2009 at 6:55 am
asked and answered here................
http://www.sqlservercentral.com/Forums/Topic712821-145-1.aspx
May 13, 2009 at 6:39 am
I'd agree with Gail.
Only circumstance that should prevent choosing 2008 over 2005 now is if third party vendors won't support 2008.
2008 was almost a replacement for sql2005 SP3 so is...
May 12, 2009 at 7:06 am
good, straightforward question. Always worth re-emphasising that backing up a log does not shrink it.
May 12, 2009 at 6:38 am
Thankyou for that thorough explanation happycat.
As a production DBA who doesn't actually use SSIS or VS\BIDS (much) I have been more concerned with disaster Recovery and unloading packages out of...
May 8, 2009 at 9:22 am
Viewing 15 posts - 3,661 through 3,675 (of 4,745 total)