No announcements
Found 178837 threads
-
6 Votes
To GUID or not to GUID (for a clustered index)...
That is a good question, and I was answering the question of GUID as a surrogate key.Answered | 8 Replies | 13627 Views | Created by NashVegas - Tuesday, March 9, 2010 10:47 PM | Last reply by Daveo78 - Thursday, May 13, 2010 7:35 PM -
0 Votes
GUID's
The GUID is used for COM registration when you make a type ComVisible.Answered | 1 Replies | 1598 Views | Created by William256 - Thursday, February 23, 2012 7:32 PM | Last reply by Reed Copsey, Jr - Thursday, February 23, 2012 7:41 PM -
0 Votes
GUID
What is the best way to get a GUID in C#.Answered | 2 Replies | 3962 Views | Created by harrytu - Saturday, February 19, 2011 8:26 PM | Last reply by Balaji Baskar - Sunday, February 20, 2011 2:15 AM -
4 Votes
GUID column
and is there is any advantage to use a GUID instead of int/bigint identity number?Answered | 3 Replies | 4000 Views | Created by Nadim2522 - Tuesday, August 21, 2012 7:04 AM | Last reply by Kent Waldrop - Tuesday, August 21, 2012 2:15 PM -
1 Votes
GUID to Short String and Short String to GUID
All the characters in the GUID are basically random.Answered | 2 Replies | 6431 Views | Created by Nehru S - Monday, June 18, 2012 11:42 AM | Last reply by Mr. Wharty - Thursday, June 28, 2012 3:15 AM -
0 Votes
Sequential Guids
The guid will be sequential.Answered | 2 Replies | 841 Views | Created by MDMoura - Wednesday, November 6, 2013 4:55 PM | Last reply by Reed Copsey, Jr - Wednesday, November 6, 2013 7:49 PM -
1 Votes
Matching GUID
So I am also saving system GUID in the database to match if user re-installs that application.Answered | 1 Replies | 1534 Views | Created by Sid Williams - Tuesday, July 31, 2012 8:50 PM | Last reply by dakota367 - Tuesday, July 31, 2012 9:25 PM -
0 Votes
Requesting for guide..!!!
You will find the official C# Programming Guide online on MSDN here: C# Programming Guide: ...Answered | 1 Replies | 415 Views | Created by Saqib Husain - Thursday, February 19, 2015 3:36 PM | Last reply by Magnus (MM8) - Thursday, February 19, 2015 3:38 PM -
0 Votes
GUID help
Hi Kevin, The GUID data type wasn't supported in Beta 2.Answered | 2 Replies | 3483 Views | Created by deecanio - Monday, July 25, 2011 5:05 AM | Last reply by deecanio - Tuesday, July 26, 2011 12:16 AM -
6 Votes
Identity or GUID
Generating a surrogate key (or guid) in SSIS is only needed when your destination isn't supporting it... like in an excel or text/csv file.Answered | 5 Replies | 839 Views | Created by czarvk - Tuesday, June 3, 2014 8:06 PM | Last reply by Visakh16 - Wednesday, June 4, 2014 2:01 PM -
0 Votes
Tool to generate unique GUIDs?
You also can use uuidCreate() or GUID guid; OLECHAR szGUID[40] ={0}; if(::CoCreateGuid(&guid) == ...Answered | 3 Replies | 609 Views | Created by chcw - Friday, August 3, 2018 7:05 AM | Last reply by Pintu Shukla - Friday, August 3, 2018 3:04 PM -
4 Votes
what is GUID exactly?
A GUID, exactly, is really nothing other than a 128bit Integer value.Answered | 4 Replies | 3189 Views | Created by Jassim Rahma - Thursday, October 15, 2009 10:04 PM | Last reply by Reed Copsey, Jr - Thursday, October 15, 2009 11:24 PM -
0 Votes
LanguageService GUID in IVsDebugger.InsertBreakpointByName()
Hi Cole, After looking at the example code, I just used a new random GUID as parameter for the function and it works.Answered | 3 Replies | 530 Views | Created by LingW_2008 - Friday, January 20, 2017 12:48 AM | Last reply by Zhanglong Wu - Wednesday, January 25, 2017 9:30 AM -
0 Votes
UUID/GUID Javascript
Something along the lines of #include <windows.h> namespace runtime { namespace guid { public ref class GUIDCreator sealed { ...Answered | 3 Replies | 10828 Views | Created by Vijaye Raji ALT - Friday, December 30, 2011 11:03 PM | Last reply by phil_ke - Tuesday, March 26, 2013 10:12 AM -
1 Votes
metrics for generating GUID
To get familiar With technical details of Guid you might want to read three part blog post from Eric Lippert starting ...Answered | 3 Replies | 1017 Views | Created by ComputerInvision - Saturday, March 9, 2013 4:14 PM | Last reply by Patrice Scribe - Monday, March 11, 2013 5:34 PM -
0 Votes
How to convert CString to GUID* ?
You must set the pointer to a valud memory location where the guid will be stored.Answered | 5 Replies | 11693 Views | Created by R-V-R - Thursday, July 28, 2011 5:29 AM | Last reply by R-V-R - Tuesday, August 9, 2011 6:47 AM -
1 Votes
System GUID Generation
Hi Dkory, Although you use the same array, it will not produce the same GUID.Answered | 5 Replies | 3949 Views | Created by DKory - Sunday, April 11, 2010 5:51 PM | Last reply by Ter-ray-cy - Thursday, April 15, 2010 1:44 AM -
0 Votes
a simple guide
I would like to find a simple guide through MccDaq.Answered | 3 Replies | 8335 Views | Created by ZStorm - Friday, December 18, 2009 9:12 PM | Last reply by Rudedog2 - Friday, December 18, 2009 11:59 PM -
0 Votes
How to Create a new GUID
use win32 api HRESULT CoCreateGuid(GUID*)Answered | 14 Replies | 41702 Views | Created by David N_2 - Wednesday, September 20, 2006 4:51 PM | Last reply by JKnife - Wednesday, February 28, 2007 8:47 PM - Items 1 to 20 of 178837 Next ›
No announcements