Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Executing TRUNCATE TABLE Against a Table on a Remote Server

Status
Not open for further replies.

bmann

Programmer
Oct 8, 2002
128
US
I am on calphoto server and trying to truncate a table from a linked sql server. I would appreciate anyone's help.

Here is the code(Linked server CALPHOTODOJ):


truncate table CALPHOTODOJ.audit.dbo.status
 
Thanks SQLDenis. That code works.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top