No announcements
Found 2416077 threads
-
26 Votes
Execution error: 'the function name is not a recognized built-in function name'
when I run that query its give me all the time Error that ; 'substr' is not a recognized built-in function name.Answered | 18 Replies | 257259 Views | Created by PiggyZhou - Thursday, September 14, 2006 11:29 AM | Last reply by misscrf88 - Friday, November 3, 2017 1:24 PM -
1 Votes
'LAG' is not a recognized built-in function name.
select name, compatibility_level from sys.databases Thanks Hilary, compatibility level is 100 ...Answered | 4 Replies | 2848 Views | Created by saivenkat77 - Wednesday, October 19, 2016 2:26 PM | Last reply by saivenkat77 - Wednesday, October 19, 2016 3:00 PM -
1 Votes
SQL Server Execution Error: 'DIGITS' is not a recognized built-in function name
In T-SQL you can use the STR function as equivalent to DIGITS; or the CONVERT function select str(1234, 4, 0) select convert(varchar(4), ...Answered | 3 Replies | 3657 Views | Created by Pari R - Monday, March 7, 2016 4:21 PM | Last reply by Olaf Helper - Tuesday, March 8, 2016 7:27 AM -
0 Votes
TopPercent Not recognized as a built-in function name
I'm trying to use the TopPercent MXD function http://msdn.microsoft.com/en-us/library/ms145498(v=sql.100).aspx The ...Answered | 3 Replies | 2308 Views | Created by fdamador - Tuesday, August 13, 2013 9:12 PM | Last reply by Olaf Helper - Wednesday, August 14, 2013 3:33 AM -
1 Votes
Try_Cast is not a recognized-built-in function name
Try_convert() does not report an error.Answered | 17 Replies | 3569 Views | Created by Enric Vives - Tuesday, March 8, 2016 10:16 PM | Last reply by Naomi N - Wednesday, March 9, 2016 7:30 PM -
6 Votes
Error message: 'CHR' is not a recognized built-in function name
Found the error.Answered | 12 Replies | 6451 Views | Created by Dag_R - Friday, August 9, 2013 12:36 PM | Last reply by Dag_R - Saturday, August 10, 2013 3:26 PM -
0 Votes
' total ' is not a recognized built-in function name in sql server
Hello Naom, Kent first of all, Thanks for your reply i replaced total with sum i got this error Msg 8120, Level 16, ...Answered | 7 Replies | 7279 Views | Created by Mohini7 - Wednesday, October 21, 2009 7:37 PM | Last reply by Mohini7 - Thursday, October 22, 2009 11:11 PM -
0 Votes
error 'DAYOFWEEK' is not a recognized built-in function name.
DATEADD), not DATE_FORMAT and also not DAYOFWEEK; where do younhave the syntax / function names from?Answered | 3 Replies | 9155 Views | Created by jitendra rajput - Tuesday, January 28, 2014 5:05 PM | Last reply by sqlsaga - Tuesday, January 28, 2014 6:04 PM -
2 Votes
'ROW_NUMBER' is not a recognized function name.
Hello Kumar, The ROW_NUMBER (Transact-SQL) was first introduced with SQL Server 2005, in SQL Server 2000 and before the function isn't availiable, therefore ...Answered | 1 Replies | 3406 Views | Created by Kumar Senthil - Monday, March 25, 2013 9:09 AM | Last reply by Olaf Helper - Monday, March 25, 2013 9:27 AM -
0 Votes
'POWERSUM' is not a recognized built-in function name
Beside what Barclay stated, that PowerSum is an undocumented function and has been removed from SQL Server 2008.Answered | 8 Replies | 9663 Views | Created by Lyubomir Petrovski - Wednesday, September 16, 2009 1:57 PM | Last reply by Barclay Hill - Friday, September 18, 2009 3:51 PM -
2 Votes
'TRY_CONVERT' is not a recognized built-in function name
The error suggests the database compatibility level is less that SQL 2012.Answered | 3 Replies | 28024 Views | Created by DarrellDoesData - Sunday, July 31, 2016 1:48 PM | Last reply by Visakh16 - Monday, August 1, 2016 5:02 AM -
0 Votes
Visual Studio 2005 DB edition Schema compare error PowerSum is not a recognized built-in function name
Error: 'POWERSUM' is not a recognized built-in function name I have the same issue when running ...Answered | 4 Replies | 5955 Views | Created by Naheed - Thursday, April 16, 2009 7:53 PM | Last reply by Fandi Payana - Thursday, July 30, 2009 12:54 AM -
4 Votes
TRY_CAST is not a recognised built in function name
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.seAnswered | 12 Replies | 14063 Views | Created by jameslester78 - Friday, December 20, 2013 1:20 PM | Last reply by K2mission - Wednesday, May 18, 2016 2:08 PM -
2 Votes
FIRST_VALUE built in function
Please check the same : select compatibility_level from sys.databases where name=db_name() If it its not 110, then you can not use ...Answered | 3 Replies | 5072 Views | Created by Smith Mahalapa - Monday, September 23, 2013 8:42 AM | Last reply by HimanshuSharma - Monday, September 23, 2013 11:16 AM -
0 Votes
Function to reverse names
Step 1: use SQL server built in function "charindex" to find out the index number of space character which split the first name and last name in the ...Answered | 3 Replies | 9433 Views | Created by mannsingh12 - Tuesday, December 28, 2010 7:01 PM | Last reply by Uri Dimant - Wednesday, December 29, 2010 8:30 AM -
6 Votes
AT() - Function name is missing )
Foxpro is also compiling function calls, if you seperate the paranthesis with the parameters from the function name.Answered | 9 Replies | 3582 Views | Created by Nalgas - Monday, April 23, 2012 3:41 AM | Last reply by Nalgas - Tuesday, April 24, 2012 4:37 PM -
0 Votes
Table name parametr in function
Hi, Any way we need to hard core the column names as we cannot execute the dynamic queries inside a function.Answered | 2 Replies | 4857 Views | Created by Daniel Zielas - Sunday, November 29, 2009 10:32 AM | Last reply by JGSB - Monday, November 30, 2009 10:30 AM -
1 Votes
function name returned by query
Is it a scalar function?Answered | 3 Replies | 2909 Views | Created by Leosenko - Sunday, December 25, 2011 9:23 PM | Last reply by REY - Singh - Monday, December 26, 2011 7:01 AM -
9 Votes
Functions not recognized in sql server 2012
Intellisense finally started recognizing my tables and columns.Answered | 13 Replies | 21895 Views | Created by geross23 - Thursday, March 7, 2013 1:26 AM | Last reply by Naomi N - Thursday, March 7, 2013 5:05 PM -
0 Votes
Denying access to built-in functions
You cannot revoke permissions to built-in functions, and some of these leak more information that you would like.Answered | 1 Replies | 1091 Views | Created by Waltzing Andy - Tuesday, September 15, 2015 6:04 PM | Last reply by Erland Sommarskog - Tuesday, September 15, 2015 9:37 PM - Items 1 to 20 of 2416077 Next ›
No announcements