Viewing 15 posts - 1,051 through 1,065 (of 1,319 total)
Several very good third party tools. Check this out (and search this site for user postings):
http://www.sqlservercentral.com/articles/Product+Reviews/fourofakindbackupsoftwareshootout/1612/
July 1, 2008 at 10:40 am
No. Shows the importance of full backups on a regular basis. You could've then at least done a log backup and re-played it to a point in time, provided your...
July 1, 2008 at 10:37 am
As far as a framework, Jeff Moden posts this link in his signature (and I believe others do as well).
It makes it very clear what should be posted...
July 1, 2008 at 8:41 am
Sweet, that worked. After beating my head against the wall for a couple of hours, I figured I'd post and hope for a quick response (I have a tendency to...
June 30, 2008 at 2:52 pm
Lynn Pettis (6/25/2008)
Using HyperBac...
June 26, 2008 at 6:34 am
As long as the mdf/ldf files all have unique names, you can merge the files into one folder and then attach the databases the same way you did the others....
June 25, 2008 at 11:47 am
EXEC sp_change_users_login 'report'
and no users shown as orphan, and i can now open all the databases, tnx to all the help guys. Do i still need to do this AUTO_FIX...
June 25, 2008 at 10:44 am
And be aware, salaries and raises could be based on title (at least my experiences). Managers are good at finding salary ranges for "titles" and geographic region from various resources...
June 25, 2008 at 7:39 am
Seems you had mutliple instances running on the same server (perfectly acceptable), the default and at least one named instance. Which master database to attach? Why not use the one...
June 25, 2008 at 7:03 am
Loner (6/23/2008)
June 23, 2008 at 2:42 pm
Use sp_attach_db with the same .mdf/.ldf files. Simply put one of them on a separate physical disk(s) and your path statements in sp_attach_db should reflect those paths.
June 20, 2008 at 3:06 pm
More competition = more products = lower cost to consumers (usually, depending on product type). As stated, get the evals and compare.
June 20, 2008 at 12:58 pm
As I'm usually the first IT person in each morning, I go directly into the server room (first door on the right after entering the office, so I guess it's...
June 20, 2008 at 8:59 am
Sounds like a MDAC issue. Can you reinstall MDAC?
Edit - Found this link (which kind of confirms my original post):
June 20, 2008 at 8:16 am
Here is an article from this site. May provide a little more insight.
http://www.sqlservercentral.com/articles/Administration/2605/
June 20, 2008 at 7:39 am
Viewing 15 posts - 1,051 through 1,065 (of 1,319 total)