Forum Replies Created

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

  • Reply To: how to move all SP from one db to another db?

    You can use a script to generate and move all stored procedures starting with "WIP" or "z"—a dynamic SQL script using INFORMATION_SCHEMA.ROUTINES should help automate this across your test and...

  • Reply To: MDX - filter out tuple set

    Hi Megan! To exclude Gloves, you'd typically remove that member from the set using a function like Except. You're thinking in the right direction—filtering out items you don’t need helps...

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