Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Too many prefixes error
Message
From
04/12/2003 16:31:32
 
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00856028
Message ID:
00856084
Views:
20
>Hi All,
>
>Can I use TRUNCATE or DROP TABLE statement against a table on the linked server ?
>"TRUNCATE TABLE dsi11.testdb.dbo.test" statement is giving me the following error message:
>
>The object name 'dsi17.testdb.dbo.' contains more than the maximum number of prefixes. The maximum is 2.
>
>Any help would be appreciated,
>Daniel

You should be able to leave out the dbo prefix and will assume current user, which in this case would be dbo
e.g.
truncate table dsi11.testdb..test
Insanity: Doing the same thing over and over and expecting different results.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform