Wednesday, August 24, 2011
Citation Modification IEEE Standard
http://channel9.msdn.com/Forums/Coffeehouse/240589-Word-2007-citations-should-be-simple-but-solved
Get modified stored procedures and tables in sql server
SELECT name, type_desc,*
FROM sys.objects
WHERE (type = 'P' or type='U' or type='V')
order by modify_date desc
FROM sys.objects
WHERE (type = 'P' or type='U' or type='V')
order by modify_date desc
Wednesday, August 3, 2011
Subscribe to:
Posts (Atom)