Selecting Procedure Text through T SQL
Imagine a situation where you cannot use Enterprise Manager with SQL Server like in my situation, the remote SQL server can be accessed only from our production server and I have no access to production server. Below T SQL can lets you see the stored procedure on the sql server. select text from sysobjects o, syscomments s where o.id = s.id and xtype = 'P' and name = 'ProcedureName'
Wednesday, September 28, 2005 | 0 Comments
GOOGLE SEO
http://www.vaughns-1-pagers.com/internet/google-ranking-factors.htm Lists factors by ranking that matters to googlebot.
Wednesday, September 14, 2005 | 0 Comments
\/3|\||{47
\/3|\||{47 is Venkat in "LEET" speak, I recently learnt about this languae. Its cool. Check out Urban Dictionary for more http://www.urbandictionary.com/define.php?term=l337 Try LEET translator online http://www.albinoblacksheep.com/text/leet.php
Tuesday, September 06, 2005 | 0 Comments
