Click here to Skip to main content
15,921,548 members
Home / Discussions / Database
   

Database

 
AnswerRe: Access database to SQL Pin
PIEBALDconsult25-Nov-10 3:43
mvePIEBALDconsult25-Nov-10 3:43 
AnswerRe: Access database to SQL Pin
Bernhard Hiller25-Nov-10 23:19
Bernhard Hiller25-Nov-10 23:19 
AnswerRe: Access database to SQL Pin
Eddy Vluggen27-Nov-10 22:34
professionalEddy Vluggen27-Nov-10 22:34 
QuestionHow to access SQL Azure database from local computer Pin
bhaskar_bhardwaj24-Nov-10 21:52
bhaskar_bhardwaj24-Nov-10 21:52 
AnswerRe: How to access SQL Azure database from local computer Pin
Mycroft Holmes24-Nov-10 22:27
professionalMycroft Holmes24-Nov-10 22:27 
Questionconvert varchar to bigint Pin
Jassim Rahma24-Nov-10 3:31
Jassim Rahma24-Nov-10 3:31 
AnswerRe: convert varchar to bigint Pin
Pete O'Hanlon24-Nov-10 3:47
mvePete O'Hanlon24-Nov-10 3:47 
GeneralRe: convert varchar to bigint Pin
PIEBALDconsult24-Nov-10 4:12
mvePIEBALDconsult24-Nov-10 4:12 
What if it's in hex? Big Grin | :-D


At a previous job of mine, the company stored 64-bit IDs in strings as hex (in RDB*) and there was no native way of converting them back and forth within the database, you had to fetch the data out and then work on it (in C). Eventually I wrote functions (like CLR extended stored procedures in SQL server) to do it.


* Which still doesn't support 64-bit integers?
QuestionFurther Help with Select Required Please [modified] Pin
djhankypark23-Nov-10 7:42
djhankypark23-Nov-10 7:42 
AnswerRe: Further Help with Select Required Please Pin
Luc Pattyn23-Nov-10 7:51
sitebuilderLuc Pattyn23-Nov-10 7:51 
GeneralRe: Further Help with Select Required Please Pin
djhankypark23-Nov-10 8:05
djhankypark23-Nov-10 8:05 
GeneralRe: Further Help with Select Required Please Pin
Luc Pattyn23-Nov-10 8:08
sitebuilderLuc Pattyn23-Nov-10 8:08 
GeneralRe: Further Help with Select Required Please Pin
djhankypark23-Nov-10 8:16
djhankypark23-Nov-10 8:16 
GeneralRe: Further Help with Select Required Please Pin
Luc Pattyn23-Nov-10 8:43
sitebuilderLuc Pattyn23-Nov-10 8:43 
GeneralRe: Further Help with Select Required Please Pin
Corporal Agarn23-Nov-10 9:49
professionalCorporal Agarn23-Nov-10 9:49 
GeneralRe: Further Help with Select Required Please Pin
Luc Pattyn23-Nov-10 10:16
sitebuilderLuc Pattyn23-Nov-10 10:16 
GeneralRe: Further Help with Select Required Please Pin
djhankypark23-Nov-10 11:04
djhankypark23-Nov-10 11:04 
AnswerRe: Further Help with Select Required Please Pin
Luc Pattyn23-Nov-10 11:29
sitebuilderLuc Pattyn23-Nov-10 11:29 
GeneralRe: Further Help with Select Required Please Pin
djhankypark23-Nov-10 12:13
djhankypark23-Nov-10 12:13 
GeneralRe: Further Help with Select Required Please Pin
Luc Pattyn23-Nov-10 12:32
sitebuilderLuc Pattyn23-Nov-10 12:32 
GeneralRe: Further Help with Select Required Please Pin
djhankypark23-Nov-10 13:01
djhankypark23-Nov-10 13:01 
GeneralRe: Further Help with Select Required Please [modified] Pin
Luc Pattyn23-Nov-10 13:16
sitebuilderLuc Pattyn23-Nov-10 13:16 
GeneralRe: Further Help with Select Required Please Pin
djhankypark23-Nov-10 13:33
djhankypark23-Nov-10 13:33 
GeneralRe: Further Help with Select Required Please Pin
Luc Pattyn23-Nov-10 13:37
sitebuilderLuc Pattyn23-Nov-10 13:37 
GeneralRe: Further Help with Select Required Please Pin
djhankypark23-Nov-10 14:17
djhankypark23-Nov-10 14:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.