<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.dotnetzone.gr:443/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>SQL Server (και άλλες databases)</title><link>https://www.dotnetzone.gr:443/cs/forums/28/ShowForum.aspx</link><description>Θέματα που αφορούν τον SQL Server (7.0, 2000, 2005) αλλά και Oracle, Access, DB2, MySQL, κλπ.</description><dc:language>el</dc:language><generator>CommunityServer 2.1 SP3 (Build: 20423.1)</generator><item><title>Απ: error 2601</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/26759.aspx</link><pubDate>Tue, 20 Mar 2007 23:24:56 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:26759</guid><dc:creator>KelMan</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/26759.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=28&amp;PostID=26759</wfw:commentRss><description>&lt;P&gt;Μάλλον είναι corrupted το log file. Δοκίμασε να κάνεις &lt;A href="http://msdn2.microsoft.com/en-us/library/ms174385.aspx"&gt;sp_attach_single_file_db&lt;/A&gt; χρησιμοποιώντας μόνο το data file. Αν τελικά παίξει, θα χάσεις ότι έχει μέσα το log file από το τελευταίο backup.&lt;/P&gt;</description></item><item><title>error 2601</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/26757.aspx</link><pubDate>Tue, 20 Mar 2007 22:58:32 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:26757</guid><dc:creator>lskostas</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/26757.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=28&amp;PostID=26757</wfw:commentRss><description>&lt;H3&gt;&lt;A name=_error_2601&gt;&lt;/A&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3&gt;&lt;FONT size=2&gt;κατα την διαρκεια attach ενος mdf,ldf εμφανιζεται το εξης μηνυμα?&lt;/FONT&gt;&lt;/H3&gt;
&lt;H3&gt;Error 2601&lt;/H3&gt;
&lt;H5&gt;Severity Level 14&lt;/H5&gt;
&lt;H5&gt;Message Text&lt;/H5&gt;
&lt;P&gt;&lt;CODE&gt;Cannot insert duplicate key row in object '%.*ls' with unique index '%.*ls'.&lt;/CODE&gt;&lt;/P&gt;
&lt;H5&gt;Explanation&lt;/H5&gt;
&lt;P&gt;This error occurs when you attempt to put duplicate index values into a column or columns that have a unique index. Microsoft® SQL Server™ does not allow two rows to have the same index value (including NULL) in columns that have a unique index. SQL Server checks for duplicate values when the index is created and each time the table is modified using the INSERT or UPDATE statement.&lt;/P&gt;
&lt;H5&gt;Action&lt;/H5&gt;
&lt;P&gt;If you need duplicate index values in the indexed column(s), drop the unique index and create a nonunique index.&lt;/P&gt;
&lt;P&gt;To use a unique index on data that contains duplicate values, you must change some values to prevent the duplication. You can change the data already in the table by using the SELECT or UPDATE statement, or you can change the data to be inserted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item></channel></rss>