Viewing 15 posts - 496 through 510 (of 1,999 total)
Do you have any favorite links on the subject of pulling rather than pushing?
Hmmmm ...
Nah thought I had one but no luck retrieving it.
I get...
January 10, 2020 at 3:22 pm
no more articles for me for a short while, Steve already has one that he wants me to edit, but I've been in hospital since start of December and am...
January 10, 2020 at 3:12 pm
Honestly, I thought we had pulled this from the product, but I was wrong. Here you go, object level recovery in Redgate SQL Backup.
ha , I hadn't even...
January 10, 2020 at 2:19 pm
Honestly, I thought we had pulled this from the product, but I was wrong. Here you go, object level recovery in Redgate SQL Backup.
ha - I hadn't even...
January 10, 2020 at 2:18 pm
also object level recovery from a .sqb file without needing to restore is cool (by the way - I don't work for Redgate - I just bug...
January 10, 2020 at 2:03 pm
All you've done is change TRUNCATE to DELETE, right? That's going to run slower and use more log space, and mean you have to do the extra step of...
January 10, 2020 at 9:40 am
I had a Mini 850cc then a porche 924 (both utterly useless if you like your spine intact)
so I switched to bikes - I have a Harley 883 iron, Kawasaki...
January 10, 2020 at 9:02 am
Good luck with that. Not sure third party tools make this better, but you're welcome to eval SQL Backup from Redgate if it might help
Yeah, I've trialed it...
January 10, 2020 at 8:43 am
Well, I'm finally getting one of my wishes at work and I'm simultaneously happy and worried...
I'm getting complete control over my database backups. We're cloudifying (well, they're calling it...
January 10, 2020 at 8:41 am
I've been through this and NOCHECK is the issue - I took this out and couldn't put my child data back
so I created the child data without the foreign keys...
January 9, 2020 at 4:25 pm
I use a very archaic method -
select 'delete from '+name from sys.tables where type='u' and name <>'sysdiagrams' and name not in (lookuptable1','lookuptable2'..... etc)
copy the results into excel and put them...
January 9, 2020 at 4:17 pm
I just asked someone else in this thread:
What would be a good way to get presenters to record their presentation the day before they gave it?
Not sure that's...
January 8, 2020 at 8:56 am
there aer definatly 2 or 3 articles on here about it
I Turned TLS1.0 off and just kept plugging away - took me most of a day, but i'm sorry ,...
January 8, 2020 at 8:53 am
just keep googling - it was definatly a registry key for me
January 7, 2020 at 4:37 pm
but....you tested dropping those columns in UAT somewhere and had the devs sign off on what to change and whether it worked correctly, right? Or you'll do that for...
January 7, 2020 at 4:36 pm
Viewing 15 posts - 496 through 510 (of 1,999 total)