Viewing 15 posts - 4,351 through 4,365 (of 4,745 total)
wavesmash (6/27/2008)
With database mirroring, is a shared drive (SAN)...
---------------------------------------------------------------------
June 27, 2008 at 9:44 am
wavesmash (6/27/2008)
Is it possible to replicate schema changes & stored procedure changes and...
---------------------------------------------------------------------
June 27, 2008 at 9:27 am
for security reasons we go for every sql instance runs under a different account (unless part of logshipped\mirrored pair) with different passwords.
sa password also different on each server.
all dbas in...
---------------------------------------------------------------------
June 27, 2008 at 9:16 am
wavesmash (6/27/2008)
Great article. If schema changes are not copied during log shipping, what is the best method to maintain updates to scripts and tables with large databases...
---------------------------------------------------------------------
June 27, 2008 at 9:07 am
what id do you normally connect to MSDE with? use that id if it has sa privelages, or use the sa id itself if you know the password
osql -Sservername -Usa...
---------------------------------------------------------------------
June 26, 2008 at 3:17 pm
you have described a typical simple transactional replication scenario, so this sounds like your best bet.
log shipping will make the mumbai db unusable whilst the log so being loaded, so...
---------------------------------------------------------------------
June 26, 2008 at 7:08 am
well that looks like it is removing files from a backup directory, but cannot say what files fromminfo supplied. I recommend getting together with admin responsible for legato andgoing thru...
---------------------------------------------------------------------
June 23, 2008 at 7:15 am
once you online the database to modify it you will not be able to restore further differential backups. Hence my feeling you need to change your strategy for recovering users
---------------------------------------------------------------------
June 20, 2008 at 2:11 pm
copy the logins over using sp_help_revlogin, that will maintain the sids and you won't get orphaned users. As this is SQL2000 ensure you get the correct default database and language...
---------------------------------------------------------------------
June 20, 2008 at 1:56 pm
on seeing the date on Brads editorial, it seems the best way to save time is to do your work 3 days into the future.:D
---------------------------------------------------------------------
June 20, 2008 at 1:49 pm
its been touched in before, but disaster recovery has to be in there, being able to get the app up and running again no matter what is lost - from...
---------------------------------------------------------------------
June 20, 2008 at 6:03 am
the syntax errors could be 'go' statements within the jobs, this throws out the syntax checking. replace any of these with ';' and it will work.
I have used Ed's code...
---------------------------------------------------------------------
June 19, 2008 at 2:59 am
if a log backup is happening, or a truncate log, it will be recorded in your errorlog. go through that to see if you can find evidence of a log...
---------------------------------------------------------------------
June 18, 2008 at 3:11 am
And time to market should never be a problem... put more good people on the project. If you don't have those people, then you've overstated your abilities in the...
---------------------------------------------------------------------
June 16, 2008 at 6:30 am
The point from the previous post is worth checking out but the original error message does contain the line :
2008-06-13 08:45:15.78 *** Error:...
---------------------------------------------------------------------
June 16, 2008 at 2:59 am
Viewing 15 posts - 4,351 through 4,365 (of 4,745 total)