Are the posted questions getting worse?

  • Didn't Redgate have a tool for creating deployment packages for SQL Databases?  It has been about 4 years since I used it but I can't remember the name of the tool and not seeing anything on the Redgate web site.

  • Lynn Pettis - Wednesday, February 8, 2017 2:31 PM

    Didn't Redgate have a tool for creating deployment packages for SQL Databases?  It has been about 4 years since I used it but I can't remember the name of the tool and not seeing anything on the Redgate web site.

    Would that be SQL Compare?

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • Luis Cazares - Wednesday, February 8, 2017 3:27 PM

    Lynn Pettis - Wednesday, February 8, 2017 2:31 PM

    Didn't Redgate have a tool for creating deployment packages for SQL Databases?  It has been about 4 years since I used it but I can't remember the name of the tool and not seeing anything on the Redgate web site.

    Would that be SQL Compare?

    That generates scripts, there was a tool that could generate an executable that could be run.  Could even have had Packager in its name, I just don't remember.

  • djj - Wednesday, February 8, 2017 5:50 AM

    Grant Fritchey - Wednesday, February 8, 2017 5:11 AM

    And Captain Apollo is dead.

    I actually hated the series when it came out, but watched it religiously (we had crap SF on TV back in the day).

    Hay, but the tight outfits on the ladies were nice, as I was in my early twenties and single.

    Good point. I do agree.

    "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
    - Theodore Roosevelt

    Author of:
    SQL Server Execution Plans
    SQL Server Query Performance Tuning

  • jasona.work - Wednesday, February 8, 2017 7:26 AM

    So much fun trying to track database migrations to new servers, trying to keep track of which DB is going to which server and which are done and not...
    I keep myself mostly on-track by taking DBs that have been migrated offline on their old servers, but it'd be nice to have something "graphic" as well...
    Visio would be perfect for what I'm thinking of doing (yeah, it'd be a spaghetti tangle of lines, but if it works for me, who cares?) but in the time it would take for me to get Visio on my work laptop, I'll probably be done with the migration...

    So, instead, I'm selecting all the db names and states from my registered servers, copying those results into a temp table and adding a couple fields to track QAs / Prods and Old / New servers, then joining things up.  Then those results get copy / pasted in Excel so I can color code things a bit...

    Gotta be a better way to track this, but thankfully this is a once-in-a-while thing (as in, either the OS on the servers is no longer supported by MS, the version of SQL is no longer supported, or there's a mandate from higher up to move to a new OS / SQL)

    Take a look at DLM Dashboard. It's a free tool and could do exactly what you're looking for.

    "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
    - Theodore Roosevelt

    Author of:
    SQL Server Execution Plans
    SQL Server Query Performance Tuning

  • Lynn Pettis - Wednesday, February 8, 2017 2:31 PM

    Didn't Redgate have a tool for creating deployment packages for SQL Databases?  It has been about 4 years since I used it but I can't remember the name of the tool and not seeing anything on the Redgate web site.

    We did have a tool called Packager (or something like that). It's been replaced by all the DLM tools.

    "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
    - Theodore Roosevelt

    Author of:
    SQL Server Execution Plans
    SQL Server Query Performance Tuning

  • Grant Fritchey - Thursday, February 9, 2017 6:03 AM

    Lynn Pettis - Wednesday, February 8, 2017 2:31 PM

    Didn't Redgate have a tool for creating deployment packages for SQL Databases?  It has been about 4 years since I used it but I can't remember the name of the tool and not seeing anything on the Redgate web site.

    We did have a tool called Packager (or something like that). It's been replaced by all the DLM tools.

    Spot on.  Here's the discontinuation notice for SQL Packager

    Thomas Rushton
    blog: https://thelonedba.wordpress.com

  • Grant Fritchey - Thursday, February 9, 2017 6:02 AM

    jasona.work - Wednesday, February 8, 2017 7:26 AM

    So much fun trying to track database migrations to new servers, trying to keep track of which DB is going to which server and which are done and not...
    I keep myself mostly on-track by taking DBs that have been migrated offline on their old servers, but it'd be nice to have something "graphic" as well...
    Visio would be perfect for what I'm thinking of doing (yeah, it'd be a spaghetti tangle of lines, but if it works for me, who cares?) but in the time it would take for me to get Visio on my work laptop, I'll probably be done with the migration...

    So, instead, I'm selecting all the db names and states from my registered servers, copying those results into a temp table and adding a couple fields to track QAs / Prods and Old / New servers, then joining things up.  Then those results get copy / pasted in Excel so I can color code things a bit...

    Gotta be a better way to track this, but thankfully this is a once-in-a-while thing (as in, either the OS on the servers is no longer supported by MS, the version of SQL is no longer supported, or there's a mandate from higher up to move to a new OS / SQL)

    Take a look at DLM Dashboard. It's a free tool and could do exactly what you're looking for.

    + 1 for DLM (disclaimer: I don't work for Redgate)
    Possibly a PoSh script could work too?

  • Gazareth - Thursday, February 9, 2017 6:38 AM

    Grant Fritchey - Thursday, February 9, 2017 6:02 AM

    jasona.work - Wednesday, February 8, 2017 7:26 AM

    So much fun trying to track database migrations to new servers, trying to keep track of which DB is going to which server and which are done and not...
    I keep myself mostly on-track by taking DBs that have been migrated offline on their old servers, but it'd be nice to have something "graphic" as well...
    Visio would be perfect for what I'm thinking of doing (yeah, it'd be a spaghetti tangle of lines, but if it works for me, who cares?) but in the time it would take for me to get Visio on my work laptop, I'll probably be done with the migration...

    So, instead, I'm selecting all the db names and states from my registered servers, copying those results into a temp table and adding a couple fields to track QAs / Prods and Old / New servers, then joining things up.  Then those results get copy / pasted in Excel so I can color code things a bit...

    Gotta be a better way to track this, but thankfully this is a once-in-a-while thing (as in, either the OS on the servers is no longer supported by MS, the version of SQL is no longer supported, or there's a mandate from higher up to move to a new OS / SQL)

    Take a look at DLM Dashboard. It's a free tool and could do exactly what you're looking for.

    + 1 for DLM (disclaimer: I don't work for Redgate)
    Possibly a PoSh script could work too?

    Looks like DLM is more aimed at tracking changes to the structure of the DBs, then what I'm at the moment tracking.
    We're basically picking up the DBs and moving them as-is to shiny new servers (moving up the OS version.)
    So the process is fairly straight-forward:
    Set up a time w/customer -> backup existing DB and set to offline -> restore to new server and fix up orphans -> customer test and OK -> rinse-and-repeat

    However, I am going to work on getting the necessary approvals to run SQL Monitor, at least for my production instances, after this migration is done.  I figure the approval process ought to be wrapping up about the time I'm migrating to Server 2016 / SQL vNext...
    :doze::crying:

  • jasona.work - Thursday, February 9, 2017 8:24 AM

    Looks like DLM is more aimed at tracking changes to the structure of the DBs, then what I'm at the moment tracking.
    We're basically picking up the DBs and moving them as-is to shiny new servers (moving up the OS version.)
    So the process is fairly straight-forward:
    Set up a time w/customer -> backup existing DB and set to offline -> restore to new server and fix up orphans -> customer test and OK -> rinse-and-repeat

    However, I am going to work on getting the necessary approvals to run SQL Monitor, at least for my production instances, after this migration is done.  I figure the approval process ought to be wrapping up about the time I'm migrating to Server 2016 / SQL vNext...
    :doze::crying:

    Sorry. I misunderstood.

    Good luck on the approvals. I know all too well what that's like.

    "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
    - Theodore Roosevelt

    Author of:
    SQL Server Execution Plans
    SQL Server Query Performance Tuning

  • Grant Fritchey - Thursday, February 9, 2017 11:05 AM

    jasona.work - Thursday, February 9, 2017 8:24 AM

    Looks like DLM is more aimed at tracking changes to the structure of the DBs, then what I'm at the moment tracking.
    We're basically picking up the DBs and moving them as-is to shiny new servers (moving up the OS version.)
    So the process is fairly straight-forward:
    Set up a time w/customer -> backup existing DB and set to offline -> restore to new server and fix up orphans -> customer test and OK -> rinse-and-repeat

    However, I am going to work on getting the necessary approvals to run SQL Monitor, at least for my production instances, after this migration is done.  I figure the approval process ought to be wrapping up about the time I'm migrating to Server 2016 / SQL vNext...
    :doze::crying:

    Sorry. I misunderstood.

    Good luck on the approvals. I know all too well what that's like.

    Not a problem, I still appreciate the suggestion!

    Heh, I think I've said where I work before, so knowing that, take whatever time you think it should take, multiply by 100, then feed that value in as the seed in a SELECT RAND(#)/.0001 and you might get a close approximation...
    In days...

  • SEAN!

    SEEEEEEEAAAAAAAAANNNNNNN!

    @whine <poke> <poke> @whine

    BTW, this is me pretending to be one of those "I have EXPECTATIONS and people on this site need to help me NOW" people. So feel free to launch pork chops (I've got the grill all fired up and ready). @=)

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • Brandie Tarvin - Thursday, February 9, 2017 11:47 AM

    SEAN!

    SEEEEEEEAAAAAAAAANNNNNNN!

    @whine <poke> <poke> @whine

    BTW, this is me pretending to be one of those "I have EXPECTATIONS and people on this site need to help me NOW" people. So feel free to launch pork chops (I've got the grill all fired up and ready). @=)

    Okay, where, I have to see what prompted this.

  • Lynn Pettis - Thursday, February 9, 2017 12:07 PM

    Brandie Tarvin - Thursday, February 9, 2017 11:47 AM

    SEAN!

    SEEEEEEEAAAAAAAAANNNNNNN!

    @whine <poke> <poke> @whine

    BTW, this is me pretending to be one of those "I have EXPECTATIONS and people on this site need to help me NOW" people. So feel free to launch pork chops (I've got the grill all fired up and ready). @=)

    Okay, where, I have to see what prompted this.

    Oh, it's not on the forums. Sean sent me an email promising to review my articles "soon" so I thought I'd just mess with him in a public place. @=)

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • Since Microsoft was ever so helpful to remove database diagrams from Visio Pro (without telling anyone so we wouldn't buy the newer versions) what are people using to generate those for presentations, documentation, and such?

Viewing 15 posts - 57,406 through 57,420 (of 66,712 total)

You must be logged in to reply to this topic. Login to reply