No announcements
Found 1055488 threads
-
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 | 773 Views | Created by chcw - Friday, August 3, 2018 7:05 AM | Last reply by Pintu Shukla - Friday, August 3, 2018 3:04 PM -
0 Votes
GUID/ANID/Unique Id
You can post this question on the tools forum and they should be able to help.Answered | 9 Replies | 4137 Views | Created by troy1204 - Monday, August 20, 2012 2:48 PM | Last reply by trynreply - Tuesday, October 30, 2012 11:10 AM -
1 Votes
Generating GUID in Feature.xml
Create GUID.Answered | 2 Replies | 8865 Views | Created by sharepointduke - Friday, September 18, 2009 9:46 PM | Last reply by Dan Luciano - Friday, September 18, 2009 10:44 PM -
1 Votes
System GUID Generation
Since the GUID is unique and relevant to your machine code and the timestamp when you generate it.Answered | 5 Replies | 4086 Views | Created by DKory - Sunday, April 11, 2010 5:51 PM | Last reply by Ter-ray-cy - Thursday, April 15, 2010 1:44 AM -
1 Votes
metrics for generating GUID
The generation algorithm changed several times (http://en.wikipedia.org/wiki/Globally_unique_identifier#Algorithm ) and is provided by the underlying OS but by design it is ...Answered | 3 Replies | 1153 Views | Created by ComputerInvision - Saturday, March 9, 2013 4:14 PM | Last reply by Patrice Scribe - Monday, March 11, 2013 5:34 PM -
2 Votes
How to Generate a Unique ID?
Do you really need unique IDs?Answered | 7 Replies | 3244 Views | Created by eridius - Friday, September 25, 2009 8:46 PM | Last reply by eridius - Saturday, September 26, 2009 12:47 PM -
1 Votes
Unique Identifier vs Varchar(36) for storing GUIDs
This helped me implementing my SSIS that do lots on GUID data.Answered | 9 Replies | 31614 Views | Created by Tarun Rodrigues - Tuesday, August 4, 2009 10:52 PM | Last reply by Prabhat_IE - Tuesday, August 24, 2010 7:51 AM -
0 Votes
Generate Unique ID
If you just want a unique number in the select, something like this would give you a unique number - SELECT ROW_NUMBER() OVER (ORDER ...Answered | 9 Replies | 4281 Views | Created by Milli_22 - Wednesday, November 2, 2011 2:53 PM | Last reply by Kev Riley - Friday, November 4, 2011 12:16 PM -
1 Votes
Where is Guid generator in VS 2010
External Tools Click on “Add” button Enter the title of the application and under command, the physical path of the guidgen.exe.Answered | 1 Replies | 5346 Views | Created by Ramesh Nirinjan - Friday, July 22, 2011 1:44 PM | Last reply by Ashraf ul Islam - Friday, July 22, 2011 1:49 PM -
0 Votes
Unique generator
It's worth mentioning that because the number of unique random numbers you need (6) is much smaller than the range of the randomly generated numbers (48) this will be reasonably ...Answered | 7 Replies | 1688 Views | Created by HimVarsani - Wednesday, June 27, 2012 8:27 PM | Last reply by servy42 - Thursday, June 28, 2012 2:10 PM -
0 Votes
Generate Unique Id
Another option is to use the Document ID feature, which assigns a unique ID to every document in a site collection AND lets you assign a "code" to the ID to suit ...Answered | 6 Replies | 11219 Views | Created by rsmith009 - Tuesday, February 16, 2010 9:38 PM | Last reply by Clayton Cobb - Tuesday, September 7, 2010 6:16 AM -
0 Votes
C++: Generate Unique Ids
If you want unique identifiers consider using a GUID.Answered | 3 Replies | 3749 Views | Created by PG910 - Friday, July 22, 2016 6:41 PM | Last reply by RLWA32 - Sunday, July 24, 2016 2:11 PM -
0 Votes
GUID vs Unique Int for Primary Keys
p=25862 In terms of database design my humble advise try not to use GUID as primary key (unless you have a situation which mandates it) instead use an ...Answered | 2 Replies | 13380 Views | Created by abenitez77 - Monday, March 7, 2011 5:32 PM | Last reply by Naomi N - Monday, March 7, 2011 8:57 PM -
1 Votes
Generate an unique no. for each user...
It was a funky format for the current date :) I would have create a database table where I store used sequence numbers with the following columns: Id ...Answered | 1 Replies | 967 Views | Created by punit9 - Monday, October 22, 2012 8:29 AM | Last reply by Roar Jørstad - Monday, October 22, 2012 8:46 AM -
0 Votes
Unique PC Identity for License key generator
A GUID is simply a very large (16 bytes) psuedo-random number - it is probably larger than you need, but generating it is relatively easy, and you can assume there are good ...Answered | 12 Replies | 18447 Views | Created by x38class - Friday, June 15, 2012 6:20 AM | Last reply by x38class - Sunday, June 17, 2012 7:09 AM -
1 Votes
Generate Unique ID in T SQL
hey Ravi, Yes Unique identifier would definetly help u out.Answered | 5 Replies | 5112 Views | Created by Ravi Subbiah - Friday, August 31, 2012 5:38 AM | Last reply by Santhosh H - Friday, August 31, 2012 6:30 AM -
6 Votes
To GUID or not to GUID (for a clustered index)...
We use guids as PKs generated by the app for all meta-data, so that we can write SQL scripts to initialise the system with data in such tables.Answered | 8 Replies | 13828 Views | Created by NashVegas - Tuesday, March 9, 2010 10:47 PM | Last reply by Daveo78 - Thursday, May 13, 2010 7:35 PM -
1 Votes
Definitive Guide To Generating Help from Xml Doc
They are just the tools used to generate the help.Answered | 2 Replies | 5298 Views | Created by MelbourneDeveloper - Sunday, February 27, 2011 11:08 PM | Last reply by EWoodruff - Monday, February 28, 2011 5:22 PM -
3 Votes
Generate Unique Random Number based on UserID
The closest we have to "Random & Unique" are UUID or GUID.Answered | 18 Replies | 5259 Views | Created by Mou_kolkata - Tuesday, April 9, 2013 2:12 PM | Last reply by Mou_kolkata - Monday, April 15, 2013 6:41 PM - Items 1 to 20 of 1055488 Next ›
No announcements