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

Database

 
QuestionHow to Get Value from Exec(Sql) in SQL Server 2005 if possible...? help me.... Pin
Manish_Kumar_Nayak25-Nov-10 2:03
Manish_Kumar_Nayak25-Nov-10 2:03 
AnswerRe: How to Get Value from Exec(Sql) in SQL Server 2005 if possible...? help me.... Pin
thatraja25-Nov-10 2:31
professionalthatraja25-Nov-10 2:31 
AnswerRe: How to Get Value from Exec(Sql) in SQL Server 2005 if possible...? help me.... Pin
Hiren solanki1-Dec-10 22:35
Hiren solanki1-Dec-10 22:35 
Questionvarchar(MAX) in mySQL Pin
Jassim Rahma25-Nov-10 1:35
Jassim Rahma25-Nov-10 1:35 
AnswerRe: varchar(MAX) in mySQL Pin
Luc Pattyn25-Nov-10 1:59
sitebuilderLuc Pattyn25-Nov-10 1:59 
QuestionAccess database to SQL Pin
KORCARI25-Nov-10 0:13
KORCARI25-Nov-10 0:13 
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 
It's a terrible task.
In your small Access dbs, turn off the autoincrement feature of the ID columns. Then look for the max ID values in the first db, update the IDs in the second by adding that value, then take the new max value, ....
In SQL Server, use "SET IDENTITY_INSERT " + table + " ON".
Now move your Access data to SQL Server, turn IDENTITY_INSERT off again, and throw away the small Access dbs.
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 
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 

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.