Hy Guys,

I am having serious problem in uploading database to 123 reg server. I have Windows hosting package which supports ASP.Net andSQl hosting. I have managed to upload website to server and it works fine, the database I have is ASP.Net generated database and I have used Published to server option to upload database to server. When ever I try to upload a database it gives an error saying

Oops!
There was an error importing the database. The status of the import is unknown.

An exception occurred while executing a Transact-SQL statement or batch.
Incorrect syntax near '/'.


Any idea how can I solve this.

Regards and Thanks in advance.

Gibz.

Recommended Answers

All 2 Replies

>An exception occurred while executing a Transact-SQL statement or batch. Incorrect syntax near '/'.

Use GO instead of / if your product is MS-SQL server.

Thanks for your reply,
I never used SQL before, it is in MS SQL but it's generated by ASP.Net so I did not created any tables it's automatically created by ASP.Net.
Where Shall I use GO.

Regards,

Gibz.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.