
SQL Server
文章平均质量分 72
Michael193
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Create Temp Table for SP_WHO
Those days, I worked on some SQL Server issue, and i fond that there have very powerful and useful command to get spid and database relation,that is SP_WHO;SP_WHObut this command is just a syste原创 2011-10-22 04:57:11 · 1965 阅读 · 0 评论 -
SQL Table Design - NVARCHAR(Max) and NVARCHAR(n)
Usually, we need to design SQL table manually, and we need define some columns with specified datatype for each column.but there always have some misunderstand for NVARCHAR column, we don't known ho原创 2013-07-23 14:13:24 · 1105 阅读 · 0 评论