Monthly Archives: June 2011

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 [...]

Posted in SQL Server | Tagged | Leave a comment

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/

Posted in Microstrategy | Tagged , , , | 2 Comments