Click here to Skip to main content
15,888,351 members
Home / Discussions / Database
   

Database

 
QuestionWhat should I do to connect JavaScript to database Pin
blitz2bleach6-Oct-10 23:50
blitz2bleach6-Oct-10 23:50 
AnswerRe: What should I do to connect JavaScript to database Pin
J4amieC7-Oct-10 0:52
J4amieC7-Oct-10 0:52 
AnswerRe: What should I do to connect JavaScript to database Pin
Eddy Vluggen7-Oct-10 7:13
professionalEddy Vluggen7-Oct-10 7:13 
GeneralRe: What should I do to connect JavaScript to database Pin
blitz2bleach7-Oct-10 10:37
blitz2bleach7-Oct-10 10:37 
GeneralRe: What should I do to connect JavaScript to database Pin
Eddy Vluggen7-Oct-10 11:38
professionalEddy Vluggen7-Oct-10 11:38 
QuestionCan drop temptable from different server? Pin
Naunt6-Oct-10 22:25
Naunt6-Oct-10 22:25 
AnswerRe: Can drop temptable from different server? Pin
Blue_Boy6-Oct-10 22:49
Blue_Boy6-Oct-10 22:49 
GeneralRe: Can drop temptable from different server? Pin
Naunt6-Oct-10 23:02
Naunt6-Oct-10 23:02 
thank you for your help.

but, got error like this
The object name 'server1.dbname1.dbo.' contains more than the maximum number of prefixes. The maximum is 2.


and the other fact is I have to check if table is exist or not.
if I select from Information.schema I can't put server name before Information.Schema
SELECT 1 FROM INFORMATION_SCHEMA.TABLES

SELECT 1 FROM servername.dbname.INFORMATION_SCHEMA.TABLES  (this code not work)

GeneralRe: Can drop temptable from different server? Pin
Blue_Boy6-Oct-10 23:26
Blue_Boy6-Oct-10 23:26 
GeneralRe: Can drop temptable from different server? Pin
Naunt6-Oct-10 23:51
Naunt6-Oct-10 23:51 
GeneralRe: Can drop temptable from different server? Pin
Eddy Vluggen7-Oct-10 11:50
professionalEddy Vluggen7-Oct-10 11:50 
GeneralRe: Can drop temptable from different server? Pin
Naunt7-Oct-10 15:51
Naunt7-Oct-10 15:51 
GeneralRe: Can drop temptable from different server? Pin
Blue_Boy7-Oct-10 20:32
Blue_Boy7-Oct-10 20:32 
GeneralRe: Can drop temptable from different server? Pin
Eddy Vluggen8-Oct-10 7:59
professionalEddy Vluggen8-Oct-10 7:59 
QuestionAccess database modified date and time Pin
Sakhalean6-Oct-10 19:57
Sakhalean6-Oct-10 19:57 
AnswerRe: Access database modified date and time Pin
Pete O'Hanlon6-Oct-10 22:02
mvePete O'Hanlon6-Oct-10 22:02 
GeneralRe: Access database modified date and time Pin
Sakhalean6-Oct-10 23:07
Sakhalean6-Oct-10 23:07 
GeneralRe: Access database modified date and time Pin
Pete O'Hanlon6-Oct-10 23:31
mvePete O'Hanlon6-Oct-10 23:31 
AnswerRe: Access database modified date and time Pin
David Skelly6-Oct-10 22:21
David Skelly6-Oct-10 22:21 
AnswerRe: Access database modified date and time Pin
Mycroft Holmes7-Oct-10 0:44
professionalMycroft Holmes7-Oct-10 0:44 
QuestionHow can I add the data found from one table to another? Pin
djhankypark6-Oct-10 6:19
djhankypark6-Oct-10 6:19 
AnswerRe: How can I add the data found from one table to another? Pin
PIEBALDconsult6-Oct-10 14:59
mvePIEBALDconsult6-Oct-10 14:59 
AnswerRe: How can I add the data found from one table to another? Pin
Pete O'Hanlon6-Oct-10 21:57
mvePete O'Hanlon6-Oct-10 21:57 
GeneralRe: How can I add the data found from one table to another? Pin
djhankypark7-Oct-10 2:28
djhankypark7-Oct-10 2:28 
GeneralRe: How can I add the data found from one table to another? Pin
Pete O'Hanlon7-Oct-10 2:34
mvePete O'Hanlon7-Oct-10 2:34 

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.