DEADLOCK

SET DEADLOCK_PRIORITY { LOW | NORMAL | @deadlock_var } @deadlock_var Is a character variable specifying the deadlock-handling method. @deadlock_var is 3 if LOW is specified, and 6 if NORMAL is…

0 Comments

Getting MCDBA Certification

I finally registered for one of required tests, named “Designing and Implementing Databases with Microsoft SQL Server 2000 Enterprise Edition “.  As it will be held this Friday night at…

0 Comments

이보영의 e 메일 영작 (2005/01/10)

Subject :There will be a farewell party for Sora this Thursday. (이번 주 목요일 날 소라를 위한 환송회가 있을 거래.) (1) 이번 주 목요일 날 소라를 위한 환송회가 있을 거라는…

0 Comments

A Bug in Amazon.com?

BugFoundInAmazonDotCom.jpg I made an order 4 days ago, January 6, 2005. When I viewed the “Track Packages” page today, it said that things I had bought would be delivered someday…

0 Comments

Starting SQL Server in Single-User Mode

Under certain circumstances, you may need to start an instance of Microsoft® SQL Server™ in single-user mode using the startup option -m. For example, you may want to change server…

1 Comment

Do you want to modify master database?

Following commands allow you to modify system tables. sp_configure ‘allow updates’,1 go reconfigure with override go It is highy recommanded that you restart the MSSQL instance in a single user…

1 Comment

Hangulization?

Sometimes I’ve visited “kangmi.org”. ( KangMi(강미) is a hard-learner of Korean language. ) A few moments ago, I saw a word “hangulization” in her blog. It can be translated to…

7 Comments