No announcements
Found 3504945 threads
-
0 Votes
Using async as a function?
And as I was saying you cannot return bool on an async function you have to return Task<bool> .Answered | 4 Replies | 2438 Views | Created by WickedSick - Thursday, July 26, 2012 8:47 AM | Last reply by Can Bilgin - Thursday, July 26, 2012 1:21 PM -
0 Votes
Use the trim function in Infopath
Use normalize-space function.Answered | 3 Replies | 3345 Views | Created by Matthias1012 - Friday, November 20, 2015 2:49 PM | Last reply by b87 - Wednesday, July 5, 2017 6:48 AM -
0 Votes
Using SELECT INTO within a function
Invalid use of side effecting operator 'SELECT' within a function yet this appears to be the correct syntax for SELECT ...Answered | 2 Replies | 6242 Views | Created by locoEtl - Saturday, April 22, 2017 2:25 PM | Last reply by locoEtl - Saturday, April 22, 2017 3:43 PM -
0 Votes
Aggregate using Lookup function
I have tested on my local environment and I assumed that you have an date/time type field in the table, if so, we can get the month value based on the daily date and then ...Answered | 1 Replies | 714 Views | Created by MIDASuser - Wednesday, February 18, 2015 12:16 AM | Last reply by Vicky_Liu - Wednesday, February 18, 2015 2:17 PM -
3 Votes
Update statement using function
I was suspecting something like this, I'm curious if you can run the first two CTEs into temp table and then use that temp table and verify the results.Answered | 15 Replies | 1540 Views | Created by Sandra VO - Thursday, March 20, 2014 12:31 AM | Last reply by Naomi N - Thursday, March 20, 2014 8:44 PM -
1 Votes
Using sp_MSforeachtable in a SQL function.
None of that works in a SQL function.Answered | 17 Replies | 37567 Views | Created by DonBaechtel - Saturday, March 16, 2013 5:09 PM | Last reply by a124fr - Thursday, April 13, 2017 7:39 PM -
0 Votes
Use Cursor in a Scalar Function
Don't use CHAR(0) to initialize a string.Answered | 4 Replies | 11994 Views | Created by oldamigauser - Friday, September 7, 2012 11:20 PM | Last reply by Kalman Toth - Saturday, September 8, 2012 8:36 AM -
0 Votes
using the union function in dax
Yes, Union function is included in SQL Server 2016 Analysis Services (SSAS), Power Pivot in Excel 2016, and Power BI Desktop only.Answered | 3 Replies | 1868 Views | Created by db042190 - Tuesday, July 25, 2017 5:08 PM | Last reply by willson yuan - Wednesday, July 26, 2017 2:21 AM -
0 Votes
Is it possible to use Selenium with Functions?
Azure Functions, like WebApps and Mobile Apps, run in an App Service.Answered | 1 Replies | 1416 Views | Created by cenh - Monday, November 18, 2019 7:42 AM | Last reply by DixitArora-MSFT - Monday, November 18, 2019 9:22 AM -
1 Votes
How to use case when function with SUM function ?
CONVERT(VARCHAR(8),DATEADD(MONTH, DATEDIFF(MONTH, 0, GETDATE()), 0),112) then LEAVE.SUM_DAYS else 0 END) AS TOTALDAYS Vinay Valeti| If you think my ...Answered | 1 Replies | 1022 Views | Created by Caulson - Tuesday, October 22, 2013 2:33 AM | Last reply by Vinay Valeti - Tuesday, October 22, 2013 2:39 AM -
0 Votes
Using functions in C sharp
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ...Answered | 5 Replies | 733 Views | Created by iivii - Sunday, November 29, 2015 2:35 AM | Last reply by sterretje_K5 - Sunday, November 29, 2015 10:12 AM -
4 Votes
what is the use of char function
Use testing against CHAR(13) and CHAR(10) to test for CR and LF.Answered | 6 Replies | 1538 Views | Created by Prasad Reddy R - Thursday, February 21, 2013 8:55 PM | Last reply by Chris Sijtsma - Thursday, February 21, 2013 9:28 PM -
3 Votes
how to use IsNull function
We picked a subset of SQL Server functions to include them in the provider manifest.Answered | 3 Replies | 8643 Views | Created by zeeshan hirani - Monday, August 3, 2009 3:31 PM | Last reply by Diego B Vega [MSFT] - Wednesday, September 16, 2009 4:25 PM -
1 Votes
Use of the Earlier function
You might use FILTER by itself, or with EARLIER.Answered | 10 Replies | 2675 Views | Created by Paul-NYS - Tuesday, March 17, 2015 3:56 PM | Last reply by Paul-NYS - Monday, April 6, 2015 6:40 PM -
3 Votes
Using TOP in a function
> I would like to modify this function to concatenate/return just the TOP 6 values.Answered | 9 Replies | 1229 Views | Created by Linda Cornerstone - Wednesday, May 29, 2013 11:00 PM | Last reply by Linda Cornerstone - Thursday, May 30, 2013 5:48 PM -
1 Votes
Using function in UPDATE statement
However, please keep one point in mind, that if your SP contains multiple DML statements and you are looking forward to insert/update same DATETIME value in all of them, taking a ...Answered | 3 Replies | 2496 Views | Created by JoeSchmoe115 - Friday, December 9, 2011 7:30 PM | Last reply by vinaypugalia - Saturday, December 10, 2011 5:09 AM -
0 Votes
Filter using DateValue function.
If you substitute the DateValue function with a string that matches the date format of the name column then the command works successfully.Answered | 3 Replies | 1727 Views | Created by nzstu12345 - Wednesday, December 18, 2013 10:35 PM | Last reply by Minnie Shi - Schurr - Thursday, December 19, 2013 10:50 PM -
1 Votes
Error using await function
I am doing a long winded function instead of toUpper(), I only did this for brevity sake.Answered | 5 Replies | 3526 Views | Created by Craig Muckleston (MCPD, MCTS) - Friday, August 31, 2012 11:23 AM | Last reply by Craig Muckleston (MCPD, MCTS) - Tuesday, September 4, 2012 8:15 AM -
1 Votes
How to use earlier function
What calculation do you use, in which context, etc.Answered | 4 Replies | 930 Views | Created by AlexMartini - Thursday, August 4, 2016 5:24 PM | Last reply by Michiel Rozema - NL - Monday, August 22, 2016 7:37 AM -
0 Votes
Copying document content with DocVariable or DocProperty fields
Field locking/unlocking applies to DOCPROPERTY fields, REF fields, DATE fields and others.Answered | 4 Replies | 5814 Views | Created by RedGalaxy - Friday, December 14, 2012 1:42 AM | Last reply by Cindy Meister MVP - Friday, December 14, 2012 1:12 PM
No announcements