skip dbo. in function call

  • I have desined a function to return a specific date format to me and it is working as expected but when I use it I always have to use "dbo." in front of the name. I'm using the function in many metatdata calls and it is getting a problem there.

    Is there a way to skip this dbo. in front of the function every time I call it? Wrapper may be?

    Thanks lot for the help,

    mj

  • Nope. Gotta have that in there.

    Of course, it's actually a best-practice to qualify all your objects that way. Makes your database run slightly faster.

    - Gus "GSquared", RSVP, OODA, MAP, NMVP, FAQ, SAT, SQL, DNA, RNA, UOI, IOU, AM, PM, AD, BC, BCE, USA, UN, CF, ROFL, LOL, ETC
    Property of The Thread

    "Nobody knows the age of the human race, but everyone agrees it's old enough to know better." - Anon

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

You must be logged in to reply to this topic. Login to reply