Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

SQL Server Error "Missing end comment mark"

0 views
Skip to first unread message

Maricel Espejo

unread,
Jun 23, 2006, 5:41:33 AM6/23/06
to
Hi,

Is there anyone encountered this error before & how it is being resolved?

[Microsoft][ODBC SQL Server Driver][SQL Server]Missing end comment mark '*/'

The error pops-up when I was running a DTS Import/Export from a SQL server
(source) to another SQL server (destination) residing on a different
machine. I'm copying all tables, views, & stored procedures of a database.

Thanks for any input.

Regards,

Maricel


Erland Sommarskog

unread,
Jun 23, 2006, 6:30:39 AM6/23/06
to
Maricel Espejo (mes...@iinet.net.au) writes:
> Is there anyone encountered this error before & how it is being resolved?
>
> [Microsoft][ODBC SQL Server Driver][SQL Server]Missing end comment mark
> '*/'
>
> The error pops-up when I was running a DTS Import/Export from a SQL server
> (source) to another SQL server (destination) residing on a different
> machine. I'm copying all tables, views, & stored procedures of a database.

So the package does not include any code you have written yourself?

One possibility is that network problems causes some text to be dropped
on the wire, leading to all sorts of disasters. If this is the case, I
expect that you get different errors each time.

Yet another possibiliy is that a bug in DTS causes incorrect code to be
generated.

It can also be the case that an object is incorrectly scripted. This is
maybe the most likely reason if the error, if it occurs consistently.

In any case, I think you need to narrow down where this error occurs
to be able to address it.

...and, of course, if you have your SQL code under version control there
is no reason to rely on scripting at all.

--
Erland Sommarskog, SQL Server MVP, esq...@sommarskog.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx

0 new messages