Viewing 9 posts - 1 through 10 (of 10 total)
To be honest it probably depends when the application was written and for what version of SQL Server.
I have found that alot of 3rd party application developers have been lazy...
May 19, 2010 at 9:44 am
Marvin,
Go to "Add/Remove Programs" and uninstall the Microsoft SQL Server Native Client.
Chris.
June 2, 2009 at 9:43 am
I have now managed to fix this issue. This problem was fixed with SQL Server 2005 Express Edition with Advanced Services SP2.
March 12, 2008 at 10:19 am
When was the last time you reindexed or updated the statistics on these tabels?
Also, have you tried running this as native SQL code and not in a stored procedure? I...
March 8, 2008 at 5:39 am
How many rows are in the tables? Don't forget that Cursors operate row by row and are therefore slow.
March 7, 2008 at 7:57 am
Are you using cached reports?
March 7, 2008 at 7:54 am
Go to "stored procedures [SQL Server], categories" in SQL Server 2005 BOL.
March 7, 2008 at 7:48 am
I presume you ware trying to get your merge subscription working on XP Professional and not Vista?
Please can you post the exact error message you are getting.
March 7, 2008 at 2:44 am
Is the database in full recovery mode?
Have you got database and transaction log backups?
If so you could restore them to antoher database and then extract the rows out that you...
March 4, 2008 at 7:18 am
Viewing 9 posts - 1 through 10 (of 10 total)