Author Archives: admin
Searching keywords in SQL Server Database
Just a quick post to show, how to loop through all tables and columns in database and find all occurrences of the keyword specified – /*Declare variables */ Declare @Keyword varchar(200) Declare @CountTable int Declare @Loop int Declare @DbOwner varchar(50) Set @Loop = 1 /*keyword to search for */ Set @Keyword = report /*Owner of [...]
Microstrategy Certified Project Designer
Another challenging day (June 10th, 2011), opted for Microstrategy v9 exams and finally managed to crack it. For more information on Microstrategy education and certification refer to http://www.microstrategy.com/education/Certification/
Office 2010 – Outlook
This morning I downloaded Microsoft Office 2010 Professional Plus and installed all features. On first preview of OUTLOOK 2010 i liked two new features – [a] Managing Multiple Email Accounts In earlier version of Office you could add multiple email accounts and send recieve emails. But it used to mess up in same inbox. Option [...]