Posts
Sort by recent activity
SQL Azure table cannot be altered because temp table problem
When I move table difference to SQL Azure, SQL compare will need create temp table and then copy data over, but the temp table created doesn't have cluster index, and SQL Azure doesn't allow table ...
Hard to analyze the strange result, some advices please
I am using ANTS 3.0 to trace performance problem, I got the result like this
both ownerid and priority are just integer field in the table, and the table is indexed, not many records.
I don't under...
why no source code
I am using ANTS profiler 3.0, retail one.
My project is on .NET 2.0, with source files under app_code. but no matter I pick IIS or developement trace, I can not see source code in snapshot. Any ide...
My page class is referenced by a lot of LiteralControls?
It seems one object can not be released because it is still referenced by other objects. I found object of my LinkPage class is referenced by 2000+ objects, several hundred of them are LiteralCont...
A starter question on analyze memory profile, thanks
I am trying ANTS profiler. But haven't got the idea how to use it. After take snapshot, I see many objects, but I am not sure if they are all objects that are created so far, if they are all object...
Hmm, not look like your new version support Sql 2005
I just updated to 3.2.1.14, I still get error on nvarchar(max), error is
The following error message was returned from the SQL Server:
[1001] Line 5: Length or precision specification 0 is invalid....
How to update sql compare to support sql 2005?
Hi, My sql compare doesn't regconize nvarchar(max) type. According my search on this forum, you already updated sql compare to support 2005, how should I update my sql compare?
thanks!