Forum Replies Created

Viewing 3 posts - 1 through 4 (of 4 total)

  • RE: Relationships -_- Completely need help

    You have inspired me to make my first post 🙂 Thank you!

    So, as suggested, some of your issue lies in improper type usage. datetime is the way to go. Your...

  • RE: Script for finding parent procedure

    The reliability of sysdepends and other types of similar functions (sp_depends) is somewhat suspect due to several factors. I wouldn't necessarily rely on it for determining a parent/calling function. The...

  • RE: Passing Column List as Input Parameters

    Just a snippet; also I'm not a huge fan of dynamic SQL : you'll also want to only let your col_names get generated if the input belongs to a protected...

Viewing 3 posts - 1 through 4 (of 4 total)