June 6, 2019 at 12:46 am
ZZartin wrote:I can't speak to bit bucket or Jira's CLI but I do like Jira/Confluence. As a ticket/issue/project/document tracker it works quite well for keeping track of the status of things and who/what should be tied to what as well being pretty verbose about letting people know the status of things they're working on. The GUI is pretty straight forward to use and includes SQLish search functionality.
This is what they use on my wife's team and she always is raving about well it works.
Thanks, Sean and ZZ! It'll be nice to switch to a product that might last for a while. I hope the transition from SVN and Mantis is a smooth one. They made for a pretty simple system with few moving parts and little complexity. Because of that, they probably weren't getting the reporting on how productive people were and that's probably one of the larger factors driving the change. That's kind of amazing to me because Mantis lives in an SQL Server database and the code is open source. It also follows the "F" word... FREE!!!!
--Jeff Moden
Change is inevitable... Change for the better is not.
June 6, 2019 at 12:49 am
Jeff Moden wrote:Shifting gears for a minute... does anyone have experience with BitBucket (source control) and Jira? Rumor has it that they integrate seamlessly but have zero experience with either so I'm interested in that, general satisfaction with each product, how much it's costing, and whether or not either has a CLI (Command Line Interface). Yes, I'm going to Yabingooglehoo the hell out of both but thought I'd grab a couple of opinions from those use it, first. Thanks, folks.
Not BitBucket, but I do have experience with Tortoise SVN and JIRA integration. It was very well done. You would include the JIRA ticket number when you checked in items, and it would automatically log the check-in to JIRA as well. Drew
That's a really good tidbit of information especially since we wrote our own stuff to capture all DDL changes in all databases and write them to an SVN repository. Thanks for the info, Drew.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 6, 2019 at 12:55 am
Must be something in the wind with Git/GitHub... the Lansing, MI user group is having a speaker talk about getting started with Git/GitHub.
As a bit of a sidebar, I gave their first ever presentation and they've reserved the anniversary meeting every year for me (and I haven't missed on yet). Pretty cool group of folks there.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 6, 2019 at 1:12 pm
Think this person may be out of luck, but if anyone has any bright ideas, they could use them.
-------------------------------------------------------------------------------------------------------------------------------------
Please follow Best Practices For Posting On Forums to receive quicker and higher quality responses
June 6, 2019 at 1:18 pm
Youth leagues should all have a rule that if parents act out, their kids' team is penalized. I remember being a teenager and having a couple get into a fist fight. The other ref and I (he was same age as me) both looked at each other and said "that's your side of the field"
-------------------------------------------------------------------------------------------------------------------------------------
Please follow Best Practices For Posting On Forums to receive quicker and higher quality responses
June 6, 2019 at 1:27 pm
ouch. https://www.sqlservercentral.com/forums/topic/help-i-did-a-drop-and-create-blank-records-on-a-production-database Think this person may be out of luck, but if anyone has any bright ideas, they could use them.
I have to agree, I think they're out of luck. Hopefully it won't be just the OP that learns from their mistakes though, as it seems that they had far too many permissions on the database than they should have done; and that isn't their fault that's the DBAs.
Really, as well, it shouldn't be them looking into how to recover the data, it should be the DBA (again) and the server admins; they will know their disaster recovery process far better than anyone. Although, considering that back up once every month or something, or seems that disaster recovery is bottom of their concerns.
Thom~
Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
Larnu.uk
June 6, 2019 at 1:36 pm
jonathan.crawford wrote:ouch. https://www.sqlservercentral.com/forums/topic/help-i-did-a-drop-and-create-blank-records-on-a-production-database Think this person may be out of luck, but if anyone has any bright ideas, they could use them.
I have to agree, I think they're out of luck. Hopefully it won't be just the OP that learns from their mistakes though, as it seems that they had far too many permissions on the database than they should have done; and that isn't their fault that's the DBAs. Really, as well, it shouldn't be them looking into how to recover the data, it should be the DBA (again) and the server admins; they will know their disaster recovery process far better than anyone. Although, considering that back up once every month or something, or seems that disaster recovery is bottom of their concerns.
They need three envelopes.
_______________________________________________________________
Need help? Help us help you.
Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.
Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.
Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/
June 6, 2019 at 1:42 pm
yeah, I was trying to find a kinder response than "oof, time to polish up that resume"
-------------------------------------------------------------------------------------------------------------------------------------
Please follow Best Practices For Posting On Forums to receive quicker and higher quality responses
June 6, 2019 at 1:43 pm
They need three envelopes.
After the fact that storage is a problem too, I don't disagree. It should have been noted by the DBA that the backups were failing, but the Server Admin should have been aware that the file server (I'll assume they were backing up to a different host, as we all backing up (solely) to the host that the SQL Server Instance is on is another problem entirely) was out of disc space.
Certainly a lot of lessons to be learned.
Thom~
Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
Larnu.uk
June 6, 2019 at 2:16 pm
Sean Lange wrote:They need three envelopes.
After the fact that storage is a problem too, I don't disagree. It should have been noted by the DBA that the backups were failing, but the Server Admin should have been aware that the file server (I'll assume they were backing up to a different host, as we all backing up (solely) to the host that the SQL Server Instance is on is another problem entirely) was out of disc space. Certainly a lot of lessons to be learned.
So many levels of fail there.
_______________________________________________________________
Need help? Help us help you.
Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.
Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.
Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/
June 6, 2019 at 3:23 pm
Sean Lange wrote:They need three envelopes.
After the fact that storage is a problem too, I don't disagree. It should have been noted by the DBA that the backups were failing, but the Server Admin should have been aware that the file server (I'll assume they were backing up to a different host, as we all backing up (solely) to the host that the SQL Server Instance is on is another problem entirely) was out of disc space. Certainly a lot of lessons to be learned.
So many assumptions, including the fact that there's a DBA and Server Admin.
June 7, 2019 at 3:42 pm
Thom A wrote:Blargh, has something been feeding the Troll again? I really wish they wouldn't degrade the users so much when they've made such a well formatted post.
I really wish the updated forums had an ignore user option...
Heh, if that came in I wouldn't be surprised if SSC looked like a replies list on my twitter feed some days:
{Picture of a cat}
This reply cannot be displayed
This reply cannot be displayed
@ILoveCats: Aww it's cute!
This reply cannot be displayed
@DogsOverCats: It's not a dog though?.
This reply cannot be displayed
@ILoveCats: No, cause cats are cool
This reply cannot be displayed
This reply cannot be displayed
??
Thom~
Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
Larnu.uk
June 10, 2019 at 1:32 pm
Anyone have any thoughts on this one? https://www.sqlservercentral.com/forums/topic/tde-error-server-principal-public-has-no-credential-associated-with-cryptograp
Viewing 15 posts - 63,676 through 63,690 (of 66,712 total)
You must be logged in to reply to this topic. Login to reply