Lalit-Workz
This blog is all about me and my work till now....
Tuesday, June 13, 2006
Reset Identity Colum in MS SQL SERVER
DBCC CHECKIDENT('TABLENAME',RESEED,0);
Saturday, June 10, 2006
Doxygen Tips
Here are few Doxygen tips -
01)
EXTRACT_ALL -
Set this to
YES
to pull the comments from non-class files.
02)
PREDEFINED -
Define the PreProcessor like D3_OBJECT_LINKS so that Doxygen can parse the content under them.
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)