Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
mikebrickles
Starting Member
1 Post |
Posted - 2008-07-22 : 06:12:25
|
| im getting this error The table name is not valid. [ Token line number (if known) = 1,Token line offset (if known) = 72,Table name = tblServiceReport ]HRESULT 0x80040E14 (26100)The SQL statement failed to execute. [ SQL statement = CREATE UNIQUE NONCLUSTERED INDEX [MSmerge_index_2073058421] ON [dbo].[tblServiceReport] ( [rowguid] ASC )WITH (SORT_IN_TEMPDB = OFF, DROP_EXISTING = OFF, IGNORE_DUP_KEY = OFF, ONLINE = OFF) ]HRESULT 0x80040E14 (28560) |
|
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-07-22 : 23:45:13
|
| Did you run it under correct db? |
 |
|
|
|
|
|