Tagged Questions

3
votes
2answers
57 views

Why does aspnet_users use guid for id rather than incrementing int? bonus points for help on extending user fields

Why does aspnet_users use guid for id rather than incrementing int? Also is there any reason no to use this in other tables as the primary key? It feels a bit odd as I know most a …
2
votes
4answers
52 views

SQL Server 2005 UniqueIdentifier and C# Data Type.

Hi What is the best data type to choose in C# for representing a SQL Serer UniqueIdentifier type? I'm was going to use a GUID but I've seen people using varChars. Thanks
2
votes
3answers
109 views

C# Random Code Field Generator for Object

I have an object with the following properties GID ID Code Name Some of the clients dont want to enter the Code so the intial plan was to put the ID in the code but the baseobjec …
3
votes
4answers
122 views

SQL Server - SCOPE_IDENTITY() for GUIDs?

Can anyone tell me if there is an equivalent of SCOPE_IDENTITY() when using GUIDs as a primary key in SQL Server? I don't want to create the GUID first and save as a variable as w …
1
vote
2answers
124 views

How to determine MAC Address of the actual physical network card — not virtual network interfaces created by VPN’s (.NET C#)

Background I'm trying to get obtain a unique identifier out of a computer and want to be able to reliably return the same MAC address each time. Trust me I have my reasons for us …
1
vote
3answers
35 views

Do custom Event type identifiers in as3 need to be unique?

Say I have two classes which extend Event: public class CustomEventOne extends Event { public static const EVENT_TYPE_ONE:String = "click"; //... rest of custom event …
0
votes
6answers
49 views

Formula/pattern to provide a unique 32 bit int that represents a 512 character file path?

Is there a common formula that could provide a unique value for a 512 character file path, assuming one 32 bit byte per character, and possibly limiting the characters used in the …
5
votes
4answers
93 views

Using GUIDs in Primary Keys / Clusted Indexes

I'm fairly well versed in SQL server performace but I constanly have to argue down the idea that GUIDs should be used as the default type for Clusterd Primary Keys. Assuming that …
0
votes
1answer
84 views

setting UniqueIdentifier from Guid in LINQ, Null Reference exception

I am trying to set a unique identifier in my customer table from the unique identifer from my membership table (asp.net membership). However I am getting a null reference excepti …
3
votes
4answers
312 views

How do I create a unique ID in Java?

Hi, I'm looking for the best way to create a unique ID as a String in Java. Any guidance appreciated, thanks. I should mention I'm using Java 5.
1
vote
2answers
436 views

Convert varchar to uniqueidentifier in SQL Server

A table I have no control of the schema for, contains a column defined as varchar(50) which stores uniqueidentifiers in the format 'a89b1acd95016ae6b9c8aabb07da2010' (no hyphens) …
0
votes
3answers
89 views

unique Id: is a unique username + currentMilliseconds good enough for a unique Id

I need to store posts from users. Their usernames are unique and I'm sure they can't make posts at the same millisecond. Then the URL of their post would contain /Username/12345 …
0
votes
1answer
94 views

Find GUID in database

I am currently working on a project where some (significant) data corruption has occurred. Specifically the database is using GUIDs as primary keys on most tables, however it is n …
-1
votes
3answers
63 views

How to generate a unique id for different visitors with PHP?

The value will be used as: from INTEGER UNSIGNED NOT NULL which defines different visitors that haven't login. How to properly generate that number with PHP? EDIT: If using d …
1
vote
2answers
57 views

Seo friendly urls with unique id as a directory count as duplicate content ?

Hello, I am looking to implement a similar url as stackoverflow to an eshop: http://wwww.shop.com/products/123123/product-name But i have a few concerns: 1. does google conside …

1 2 3 4 5 next
15 30 50 per page