Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 75219
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T20:28:55+00:00 2026-05-10T20:28:55+00:00

Related to this question , I decided to check the UDFs in my data

  • 0

Related to this question, I decided to check the UDFs in my data warehouse (which should largely have been deterministic), and I found several which aren’t which should be.

For instance:

CREATE FUNCTION [udf_YearFromDataDtID] (     @DATA_DT_ID int ) RETURNS int AS BEGIN     RETURN @DATA_DT_ID / 10000 END 

Shows up in this query:

SELECT  ROUTINE_NAME FROM    INFORMATION_SCHEMA.ROUTINES WHERE   IS_DETERMINISTIC = 'NO'         AND ROUTINE_TYPE = 'FUNCTION' ORDER BY ROUTINE_NAME 

Why is this?

  • 1 1 Answer
  • 3 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T20:28:56+00:00Added an answer on May 10, 2026 at 8:28 pm

    Yikes – apparently, it REQUIRES SCHEMABINDING to be specified other wise it could cause performance problems

    ALTER FUNCTION [udf_YearFromDataDtID] (     @DATA_DT_ID int ) RETURNS int WITH SCHEMABINDING AS BEGIN     RETURN @DATA_DT_ID / 10000 END 

    Looks like I could be getting some performance boosts by fixing these. Nice.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This question is related to this I have decided to change the Generic Repository
Related to this question here , but I decided to ask another question for
This is related to my last question . We have an app where we
Related to this question , is the idea of a default servlet that serves
Note: this question is related to this one , but two years is a
This question is directly related to this SO question I posed about 15 minutes
This question is related to this SO post Rather than using a recursive CTE
This question is related to this , hopefully better phrased. I would like to
This question is related to this one: Best way to store product colors in
This is related to this question but with a different take. In Ubuntu, I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.