| Wei Keong 的个人资料Doubliewkay日志列表 | 帮助 |
|
3月15日 Microsoft Future Pro Photographer ContestThe Microsoft Future Pro Photographers Photography Contest is the most lucrative contest of its kind and provides a unique opportunity for college and university student photographers from around the world to showcase their artistic talent and photographic style. Microsoft is committed to carrying the art of digital photography forward by encouraging new and emerging talent at the student level to learn, utilize, and implement state-of-the-art equipment, software, and techniques to produce the finest images possible. Microsoft Professional Photography WebsiteYou can view some great galleries as well as download fantastic new tools. 3月13日 To list all processes running in SQL ServerSELECT [Database]=DB_NAME(dbid), spid, last_batch, status, hostname, loginame FROM sys.sysprocesses WHERE dbid = DB_ID('master'); You can replace the master with the database name or remove the WHERE clause to get all processes. 3月10日 MERGE T-SQL in SQL Server 2008SQL Server 2008 introduces MERGE, a new keyword which performs INSERT, UPDATE and DELETE operations at one go. With SQL Server 2008, you can perform the above operation as simple as the following code. CREATE PROC dbo.usp_MergeSQL
3月5日 ShutterstockFor the keen photographers out there, Have you heard of Shutterstock? It is an exciting program that can turn your photos into cash! Sign up for free at http://submit.shutterstock.com and start to make $$$ from your photos! |
|
|