Viewing 7 posts - 1 through 7 (of 7 total)
I appear to have fixed the issue, but I'm still not sure what it was. I could not find any issues with the data (no invalid characters or strings)...
August 27, 2009 at 5:45 pm
No, there are no identity or datestamp columns in the table. The primary key is generated by the app, and there are a couple of datetime columns but no...
August 18, 2009 at 12:18 pm
I am getting the same error in snapshot replication. SQL Server 2005 SP2 on publisher, distributor and subscriber. Publisher and subscriber databases have the same collation. I...
August 12, 2009 at 2:23 am
Hi Mud. I forgot to post the new version that I made once I remembered that not all FKs have only one column. Below is a longer version...
June 3, 2009 at 6:31 pm
I recently needed to script out all foreign keys in a database, and figured I would post that script.
SELECT'ALTER TABLE [' + RTRIM(tabowner.name) + '].[' + RTRIM(tab.name) + '] ADD...
May 14, 2009 at 4:46 pm
If you forget to include stats in the restore stored procedure, you can use the LiteSpeed stored procedure xp_slsreadprogress 'database ' to retreive the percentage complete. This stored procedure...
April 13, 2009 at 12:34 pm
The instructions to create the SQL_Install folder worked great! Also, it appears that there are problems with installing the workstation components if you have Visual Studio 2008 installed. ...
November 10, 2008 at 4:11 pm
Viewing 7 posts - 1 through 7 (of 7 total)