摘要:
Problem:There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "You... 阅读全文
摘要:
Problem: Assembly generation failed -- Referenced assembly '' does not have a strong nameCause: this is due to you have referenced a third-party dll w... 阅读全文
摘要:
There are two method to call .net DLL in SQLSERVER.The first one is to use the sql clr but it has a lot of limit.The second method is to use SSIS pack... 阅读全文
摘要:
It's hard to find some samples about theconvertion between string and BlobColumn.AddBlobData.It's 太坑人了1.convertBlobColumn to string. (Get user name f... 阅读全文
摘要:
1. Create Table type in Sqlserver2008.CREATE TYPE dbo.WordTable as table( [WordText] [nchar](100) NULL, [WordCount] [int] NULL)And the target t... 阅读全文