HYXT Blog

we produce valuable software for K12.
clock March 18, 2009 23:40 by author arthur

Report Definition Language XML Schema.xml (85.51 kb)


clock March 18, 2009 23:14 by author arthur

1. Report XML Diagram


2. Report Items XML diagram
 

3. Data Regions XML Diagram


4. Table XML Diagram


5. Matrix XML Diagram


6. Chart XML Diagram

clock February 27, 2009 17:54 by author arthur

Step 1: Backup the current database transaction log

BACKUP LOG [@DBName] TO DISK='[Target physical path]' WITH FORMAT, NO_TRUNCATE

Step 2: Restore the database using a database backup file. (The create date of the backup file must ahead of the date when you want to recover to)

RESTORE DATABASE [@DBName] FROM DISK='[Complete database backup file physical path]' WITH NORECOVERY

Step 3: Restore to the log point

RESTORE LOG [@DBName] FROM DISK='[Log backup file physical path]' WITH RECOVERY , STOPAT='02/01/2009 00:00'


clock January 21, 2009 11:16 by author arthur

1. Linq to SQL的Select性能测试 (http://www.cnblogs.com/blusehuang/archive/2007/07/09/811075.html)

2. Linq to Sql Surprise Performance Hit (http://www.jdconley.com/blog/archive/2007/11/28/linq-to-sql-surprise-performance-hit.aspx)

3. 浅谈Linq To Sql集成数据库语言的优劣 (http://www.bccn.net/Article/sjk/sqlserver/jszl/200709/6578.html)

4. 使用DataLoadOptions 提高LINQ to SQL 查询性能 (http://tech.it168.com/d/2008-07-08/200807081206312.shtml)

5. Linq to SQL 应用场景 (http://msdn.microsoft.com/en-us/library/cc161164.aspx)


Search

Calendar

<<  September 2010  >>
SuMoTuWeThFrSa
2930311234
567891011
12131415161718
19202122232425
262728293012
3456789

Categories

Tags