No announcements
Found 3921022 threads
-
1 Votes
Difference between "Max Sessions", "Max Concurrent Logins" and "Max Concurrent Requests"
Hi Noel, When you look at the lifecycle of a connection to database: - An active process of logging in to database, not yet completed is using ...Answered | 1 Replies | 3596 Views | Created by Noel Abrahams - Monday, August 31, 2015 12:16 PM | Last reply by Maja Damjanic - Monday, August 31, 2015 1:15 PM -
0 Votes
How to I include "Microsoft.WindowsMediaServices.Interop"??
>PLEASE - Can anyone explain to me how I can use "Microsoft.WindowsMediaServices.Interop"??Answered | 1 Replies | 1446 Views | Created by LA_Ken - Thursday, July 7, 2016 11:45 PM | Last reply by DotNet Wang - Friday, July 8, 2016 10:10 AM -
2 Votes
Removing Outer Single Quotes for WHERE IN Clause from Join(Parameters)
Your WHERE clause is fine.Answered | 6 Replies | 3291 Views | Created by Buster Coder - Friday, March 14, 2014 1:57 AM | Last reply by M. Mahfoud EL HOUDAIGUI - Sunday, March 16, 2014 3:43 AM -
0 Votes
To quote or not to quote, that is the confusion
I want to assign "Redmond" to a string variable.Answered | 5 Replies | 6051 Views | Created by Robert Green - Friday, December 4, 2009 9:35 PM | Last reply by Robert Green - Monday, December 7, 2009 11:15 PM -
1 Votes
double quote inside a double quote
Hi, if you are reading from a text file, then the double quotes would have been escaped.Answered | 2 Replies | 11558 Views | Created by Liang1 - Wednesday, January 21, 2009 3:34 AM | Last reply by asanga vipulasiri - Wednesday, January 21, 2009 4:18 AM -
6 Votes
Using double quotes in strings
" & """" MessageBox.Show(str) In VB.Net you can indicate that there is a ...Answered | 8 Replies | 35954 Views | Created by Brendan09 - Friday, November 28, 2008 6:41 AM | Last reply by DannyBoy 28409 - Tuesday, November 24, 2009 9:16 PM -
0 Votes
single quotes and double quotes issue
like below i have used the ...Answered | 4 Replies | 2797 Views | Created by EmpAnsar - Wednesday, July 15, 2015 4:58 AM | Last reply by EmpAnsar - Monday, July 27, 2015 6:53 AM -
1 Votes
SQLServerBulkCopy not working for "|" delimiter
You could use pipe (|) as below.Answered | 6 Replies | 3447 Views | Created by SZZhang - Thursday, June 23, 2016 3:42 PM | Last reply by Riaon - Thursday, July 7, 2016 1:55 AM -
0 Votes
RemediationType: - RemediationResult: "True"
Answered | 1 Replies | 3885 Views | Created by Zach Torre - NeatGuy - Thursday, July 21, 2016 6:17 PM | Last reply by Dave Patrick - Saturday, July 23, 2016 12:14 PM -
0 Votes
VS_Community_ENU.exe "SETUP BLOCKED"
Hi akinhwan, Thank you for posting in MSDN forum.Answered | 1 Replies | 2799 Views | Created by akinhwan - Thursday, November 19, 2015 7:06 PM | Last reply by 宝宝徐 - Friday, November 20, 2015 5:29 AM -
0 Votes
"the DNS server is not responding"
I would ask here: https://answers.microsoft.com/en-us/windows/forum/windows_10-networking Edit: Or here:Answered | 2 Replies | 3906 Views | Created by Chip Farnsworth - Friday, May 18, 2018 7:06 PM | Last reply by Chip Farnsworth - Monday, May 21, 2018 3:16 PM -
1 Votes
How to reduce the amount of "dependency telemetry"
You can use Telemetry Processors to do that.Answered | 1 Replies | 931 Views | Created by Igor Scheglovitov - Thursday, February 2, 2017 10:31 PM | Last reply by Dmitry G Matveev - Thursday, February 2, 2017 11:15 PM -
5 Votes
How to Escape single quotes
Use quotename <http://msdn.microsoft.com/en-us/library/ms176114.aspx> function, e.g.Answered | 4 Replies | 2788 Views | Created by Paul MC2 - Thursday, June 7, 2012 1:09 PM | Last reply by Erland Sommarskog - Thursday, June 7, 2012 1:45 PM -
3 Votes
create function in for the database having string "sandy"
If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon.Answered | 7 Replies | 1723 Views | Created by supersent - Monday, July 8, 2019 10:24 AM | Last reply by supersent - Thursday, August 1, 2019 6:58 AM -
6 Votes
HOW TO USE 'IN' clause in linq
Fernando If a post answers your question, please click "Mark As Answer" on that post and ...Answered | 3 Replies | 70910 Views | Created by RageshShiva - Saturday, June 25, 2011 4:51 AM | Last reply by Fernando Soto - MCSD - Saturday, July 2, 2011 1:39 PM -
0 Votes
Single quote "'" Error while uploading a File in iOS
Hi Avneesh- you can't use special characters in your file name.Answered | 1 Replies | 2946 Views | Created by AvneeshMinocha - Friday, June 24, 2016 11:10 AM | Last reply by croute1 - Friday, June 24, 2016 12:21 PM -
4 Votes
bcp with quotes
Managed to find a way to load the files without using quotes.Answered | 6 Replies | 9042 Views | Created by AlaguKasi - Wednesday, June 9, 2010 10:30 AM | Last reply by AlaguKasi - Tuesday, June 15, 2010 2:44 AM -
0 Votes
Something similar to "VLookup" in Excel
Here is a simple code: Private Sub Combo14_Change() Debug.Print "Name= " & ...Answered | 6 Replies | 830 Views | Created by Rob Loud - Monday, November 23, 2015 6:37 PM | Last reply by Edward8520 - Tuesday, November 24, 2015 2:55 AM -
0 Votes
Single quote and double quote issue in sql server
Please see my response on how to properly handle quotes in XML data.Answered | 18 Replies | 1385 Views | Created by Sudip_inn - Friday, April 17, 2020 9:14 AM | Last reply by Erland Sommarskog - Tuesday, April 21, 2020 10:02 PM -
0 Votes
Bug In Xml Path with "&"
hi i found out that when i use a charachter "&" in xml path ,result falling into wrong way and some irrelative words added to it.Answered | 1 Replies | 2252 Views | Created by Kodamins - Saturday, July 23, 2016 11:15 AM | Last reply by Enric Vives - Saturday, July 23, 2016 2:22 PM - Items 1 to 20 of 3921022 Next ›
No announcements