I assume this is not deterministic simply because DB_NAME() is not deterministic?If DB_NAME() is not deterministic, why is it not deterministic?
I need to create a hash key on my tables for uniqueness and someone mentioned to me about md5. But开发者_Go百科 I have read about checksum and binary sum; would this not serve the same purpose? To ens
I\'ve seen discussions about this in the past, such as here. But I\'m wondering if somewhere along the line, maybe 10g or 11g (we are using 11g), ORACLE has introduced any better support for \"paramet
Here\'s a brain-twister for the SQL guys - can anyone think of a reason why the first of these functions performs fine, and the second one runs dog-slow?
I have a rather large linq-to-nhibernate query.I now need to add a filter based on auser-defined function written in t-sql that i have to pass parameters into.In my case, I need to pass in a zipcode t
I want to write a query kind of like this: CREATE PROCEDURE DupFinder @FirstName varchar(20), @LastName varchar(20)
Just starting out with LINQ to SQL (you can probably tell - be gentle). I\'d like to use the value returned by a user-defined function as an entity class property value and have the the value populat
is there any way to determine from an Excel session, which DLL an UDF is coming from ? I have a bunch of DLLs load开发者_JAVA技巧ed by default, I wanted to determine for every UDF where it was define
I\'m looking to create what I would think is simple. I want a user defined function whi开发者_如何学编程ch takes a row from a table as imput and returns a scalar value.
SQL Server, trying to get day of week via a deterministic UDF. Im sure this must be possible, but can开发者_如何学Ct figure it out.