No announcements
Found 3724426 threads
-
1 Votes
Which driver should be used for Windows 10 connected to SQL Server 2014?
For .NET you should use the built-in System.Data.SqlClient.Answered | 5 Replies | 1454 Views | Created by Dixie3713 - Tuesday, January 5, 2016 4:27 PM | Last reply by Dixie3713 - Wednesday, March 23, 2016 8:46 PM -
0 Votes
which join should be used at which condition
My point here is how would someone know that which join should i use in a particular condition.Answered | 4 Replies | 895 Views | Created by AbhishekPandey - Friday, September 9, 2016 3:37 PM | Last reply by Olaf Helper - Saturday, September 10, 2016 5:31 PM -
0 Votes
Which technology should I use?
In which forum should I ask this question?Answered | 10 Replies | 2179 Views | Created by Kunal G - Wednesday, March 6, 2013 1:39 PM | Last reply by PaulLinton - Saturday, March 9, 2013 6:17 AM -
3 Votes
Which technology should I use?
Visual Studio Express includes SQL Server Compact Edition which may meet your database requirements.Answered | 5 Replies | 1366 Views | Created by Kunal G - Wednesday, March 6, 2013 1:39 PM | Last reply by Kunal G - Wednesday, March 13, 2013 6:01 AM -
0 Votes
Which Architecture should i use ?
If you forsee significant business changes in near future. than the base architecture should be open for extendability, maintainability and scalability.Answered | 3 Replies | 4247 Views | Created by R Y Sri Varshan - Saturday, September 24, 2011 5:34 AM | Last reply by BalaYC - Wednesday, September 28, 2011 2:35 PM -
0 Votes
Which Forum Should I Use
I want to use .Net 4 and VS 2010.Answered | 1 Replies | 9176 Views | Created by WPUOssman - Wednesday, February 9, 2011 2:17 PM | Last reply by Dinesh Kattameda - Thursday, February 10, 2011 6:10 AM -
1 Votes
Which DBMS should I use?
I personally, have my own framework that I use - but, it was developed before ef :) I personally, use SQLite Administrator to create and ...Answered | 5 Replies | 3521 Views | Created by patr1c1a - Sunday, January 2, 2011 8:11 PM | Last reply by ryguy72 - Thursday, January 6, 2011 2:24 AM -
0 Votes
Which communication architecture should I use
Connection Information, Client Information, Other Configurations).Answered | 2 Replies | 2402 Views | Created by Skoge - Monday, January 30, 2012 9:34 PM | Last reply by Skoge - Tuesday, January 31, 2012 8:53 PM -
1 Votes
Which Component should I use?
MarcinMR, Josh Smith has a nice DragCanvas explained in CodeProject http://www.codeproject.com/Articles/15354/Dragging-Elements-in-a-Canvas I have ...Answered | 5 Replies | 486 Views | Created by MarcinMR - Wednesday, September 16, 2015 3:49 PM | Last reply by noorbakhsh - Wednesday, September 16, 2015 10:37 PM -
4 Votes
Which type of array or arraylist should I use?
I haven't directly used arrays since .Net 1/2; the exception is converting to an array for methods which require.Answered | 17 Replies | 4336 Views | Created by mreynol6 - Tuesday, January 5, 2010 4:59 PM | Last reply by Matthew Watson - Wednesday, January 6, 2010 8:25 PM -
0 Votes
Which site template should be used for the mixed authentication?
SharePoint site templates are prebuilt definitions designed around a particular business need, they are packages of site features and other customization of a site, ...Answered | 1 Replies | 727 Views | Created by User2278 - Friday, June 26, 2015 6:04 PM | Last reply by Patrick_Liang - Wednesday, July 1, 2015 9:42 AM -
1 Votes
Which partition strategy should I use?
If you're performing a hash, then you'd use a function that computes MD5Hash(item_id) % 15 or MD5Hash(template_id) % 15 to decide which collection to place a ...Answered | 4 Replies | 849 Views | Created by Joakim Rosendahl - Monday, April 13, 2015 6:41 AM | Last reply by Ryan CrawCour [MSFT] - Friday, April 17, 2015 5:51 PM -
0 Votes
Which method should I use
Hello, would Sharepoint 2010 suit this type of work: In my organisation we prepare quite a lot of proposal (ms word). These documents have one author but several ...Answered | 2 Replies | 8234 Views | Created by Irishkid35 - Monday, June 28, 2010 6:09 PM | Last reply by Chakkaradeep Chandran - Monday, June 28, 2010 10:49 PM -
1 Votes
Which version of Entity Framework "should" I use?
Hi Anders; Please see Version History for what is new in each version and what .Net versions support them.Answered | 2 Replies | 1814 Views | Created by zandis59 - Friday, February 22, 2013 10:42 AM | Last reply by zandis59 - Tuesday, March 5, 2013 4:44 PM -
0 Votes
In which scenario we should use Atomic scope
There are several cases, one would be when you need to ensure no dehydration happens for a portion of code (for example, when you want to use non serialisable types, or ...Answered | 2 Replies | 5677 Views | Created by singh saurabh - Wednesday, January 6, 2010 11:41 AM | Last reply by Leonid Ganeline - Wednesday, January 6, 2010 7:45 PM -
0 Votes
Which version should i use for VSTS 2010?
Coded UI functionality is available in both Premium and Ultimate editions - either way, your Coded UI tests should work fine.Answered | 1 Replies | 5035 Views | Created by Bhawana D - Monday, February 8, 2010 9:29 AM | Last reply by Anutthara - MSFT - Monday, February 8, 2010 11:41 AM -
0 Votes
Which version should I use, dbi_version or dbi_createVersion?
In that case, which version should I use to determine the structure of the system base tables and system views, dbi_version or dbi_createVersion?Answered | 4 Replies | 1324 Views | Created by chcw - Wednesday, December 30, 2015 1:42 AM | Last reply by chcw - Wednesday, December 30, 2015 10:47 AM -
3 Votes
which datatype should i use to store....
Why use a database or dictionary at all?Answered | 9 Replies | 2693 Views | Created by .netaholic - Friday, February 24, 2012 3:04 PM | Last reply by Idea Hat - Tuesday, February 28, 2012 7:28 PM -
0 Votes
Which datatype should be used for checksum key column?
If you are going to use HASHBYTES, not CHECKSUM, I highly suggest you use HASHBYTES('SHA2_256' Since the SHA1 is depreciated.Answered | 4 Replies | 1505 Views | Created by Manesar - Thursday, June 11, 2020 5:33 AM | Last reply by Tom Phillips - Thursday, June 11, 2020 2:35 PM -
0 Votes
Which Rx1.x version should I use?
using (Microsoft.Sql.Cloud.DataProgrammability.Rx) { Signature.Emit("Bart De Smet"); }Answered | 3 Replies | 2892 Views | Created by flori - Tuesday, August 28, 2012 2:23 PM | Last reply by Bart De Smet [MSFT] - Monday, September 3, 2012 12:45 PM - Items 1 to 20 of 3724426 Next ›
No announcements