I need to delete my database. So I deleted its running publication and still receive an error message from the SQL Server, that a publication is running. Is there a way to destroy the publication information completely ?
While I can read a whole row of a database table with SELECT *, how it works with pushing data into Tables ?
Actually, I read row from an external server and want push it into my local database. Both databases, the server and mine have the same table schema already. Due to the number of columns...
I have a problem with a SQL Statement. For example : I have 10 Rows in the database with the ID 1 to 10.
The main row is selected by date. Then 3 other rows should be selected. 1 row above the main one and 2 below the main row, and they aren't selected by date. The "TOP" syntax doesn't work...
It's a merge replication. Yesterday I found an option to modify subscribtion length and switched it to unlimited (possible performance problems may occur). But that cannot be the best solution.
Anybody knows the error's background ? Made a replication between the SQL Server and PDA Devices. After few sucessfull attempts, the error occurs. The subscription becomes invalid. Is there a way to stop this ?
I got the error 25016 while inserting into a table.
The solution from the msdn:
Ensure that no duplicate key violations have occurred.
Such violations may occur when users insert records into a table with an identity column. SQL Server CE remote data access (RDA) does not manage identity...
I have found the solution for this error.
http://support.microsoft.com/default.aspx?scid=kb;en-us;278894
They've changed the link. Haven't found it at my first attempt.
I have a problem while creating a new publication.
-Error 1913: There is already an index on table 'table_name' named ... and so on
if you go to http://www.oogle.de and write this search term :
publication error Error:1913
the first result describes a microsoft bug. But this page doesn't...
No,
happened after I deleted the publication for this database.
I think this is the reason and that some parts were not deleted from the DB. I have still problems solving it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.