I'm making a linked server between SQL server 2000 and Mysql 5, but.. accidentally I dropped the sp_addlinkedser ver procedure, how can I rollback or create again this procedure?
Thanks in advance!
Search Result
Collapse
2 results in 0.0022 seconds.
Keywords
Members
Tags
-
Salvaodr started a topic Anybody know how to restore sp_addlinkedserver procedure?I dropped accidentally..in SQL ServerAnybody know how to restore sp_addlinkedserver procedure?I dropped accidentally..
-
BeginTrans, CommitTrans, Rollback in Datasheet (MS Access)
Hello,
I am using Datasheet view when displaying my data.
The data are displayed in a "x,y" matrix wherein data can be directly edited
in the Datasheet.
Anything inputted in a certain cell is directly updated to DB.
I want to open the Form, input data but WILL NOT COMMIT then close the Form.
If I open the same Form again, the data shouldn't be changed because it wasn't committed....