8

Made a typo when create a new view in t-sql
It's completely fucked now 🤦‍♂️

Comments
  • 1
    How fucked can you really get with just a view? And it's new?
    The whole point of a view is that it really can't do any damage.
    And to present data in a more meaningful way than a normalized db might do, looking at the tables directly.
  • 1
    @pleuph the name of the view has a typo. The query isn't.
    I run a procedure with that name to generate APIs, then I run another procedure to add authentication token to the APIs. Then I noticed shit went sideways... But I can't rollback, because many people are using the test server.
    I also tried a new string_split buildin function, it make the query really slow.🤦‍♂️
  • 1
    @sunfishcc Yeah, okay. I know how that feels, catching a typo way too late. Sucks.
Add Comment