Stories recently tagged with 'GUID'

SQL SERVER – GUID vs INT – Your Opinion(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 1 year, 9 months ago

Take your side. State your case. Learn the reality. read more...

1 comment |category: |Views: 772

tags: another

Short GUID(prettycode.org)

submitted by deverdever(350) 2 years, 2 months ago

new Guid() creates a 32-character GUID as a string. You can actually shorten that to 22 characters. Check out this post for the how-to! read more...

add a comment |category: |Views: 344

tags: another

ShortGuid - A shorter and url friendly GUID class in C#(singular.co.nz)

submitted by LordLord(3732) 4 years ago

Extending Mads Kristensens "shorter and URL friendly GUID" read more...

add a comment |category: |Views: 220

tags: another

The Gospel of the GUID - And Why It Matters!(weblogs.asp.net)

submitted by rimsystemsrimsystems(6119) 4 years, 3 months ago

There is only one commandment in the Gospel of the GUID: Thou shalt always use a GUID to uniquely identify a row in a table. read more...

20 comments |category: |Views: 20

tags: another

Inserting GUID directly into the code (mikhaildikov.com)

submitted by atifazizatifaziz(1000) 4 years, 4 months ago

This is not rocket science, but it's a nice and handy macro for Visual Studio that generates a new GUID and inserts at the cursor location in the editor. No more running guidgen.exe, switching windows, copying to clipboard and pasting. read more...

add a comment |category: |Views: 4

tags: another

IsGuid() method (Regular Expression Based Guid Validation)(geekzilla.co.uk)

submitted by phaymanphayman(3550) 4 years, 6 months ago

Here is a function I try to keep handy which tests a string for a Guid and returns True or False. read more...

add a comment |category: |Views: 485

tags: another

Returning The Value Of A Generated Key On Insert In MSSQL(blogs.ittoolbox.com)

submitted by alexexmachinaalexexmachina(1020) 4 years, 9 months ago

I wanted to use GUIDs for a specific table's primary key, but I had no intention of running two queries just so I could get the newly created row's GUID. Here's a great way to get data created within a stored procedure back to the code that called it. read more...

add a comment |category: |Views: 3

tags: another

When GUIDs Are Good(blogs.ittoolbox.com)

submitted by alexexmachinaalexexmachina(1020) 4 years, 9 months ago

Certain Data Architects (Dratz!) will tell you that GUIDs are for miscreants, deviants and DB n00bz. Well, I'm inclined to disagree with that generalization and lay out when GUIDs make perfect sense, when they're improper and why people who use Identity (auto-incrementing) columns shouldn't be allowed to work with databases. read more...

add a comment |category: |Views: 4

tags: another

What should I choose for my primary key?(databases.aspfaq.com)

submitted by yesthatmcgurkyesthatmcgurk(4063) 4 years, 10 months ago

Naturals? Idents? GUIDs? Oh, jeez. Getting an official opinion on which to use is about as hard as getting a lawyer to tell you exactly when its okay to shoot somebody. NOBODY wants to give you a straight up answer. And you can understand why; there are many different things you have to consider, each of which can take you in a completely different direction. This article is an excellent listing of each type and its pros and cons. Protip: Idents are your best bet. From www.codinghorror.com. read more...

1 comment |category: |Views: 4

tags: another

The Create GUID menu item is back(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 1 month ago

Microsoft realized they were on thin ice by removing the feature, so they made a wise decision in Service Pack 1 for Visual Studio 2005. read more...

1 comment |category: |Views: 4

tags: another

GUID Visualizer for Visual Studio 2005(codechimp.org)

submitted by codechimpcodechimp(345) 5 years, 2 months ago

A simple GUID Visualizer, it just displays a text box displaying the value in string format of the current guid. If you've ever tried debugging guids before you'll know that it's not easy, always giving you a misleading empty, which is actually a property of the guid type rather than its actual value. read more...

add a comment |category: |Views: 22

tags: another