in Search
     

Browse Site by Tags

Showing related tags and posts accross the entire site.
All Tags » SQL (RSS)
  • Refreshing views with sp_refreshview

    One of the common problems that you would encounter when you are building applications that utilize views is that sometimes there are cases wherein a view gets out of date. This happens when you add a new column to a table a view is refrencing. To fix this some people would delete the view and recreate...
    Posted to Weblog by keithrull on 08-19-2008
  • sp_recompile is your friend

    I've been doing a lot of code deployments lately and I've come across several occasions wherein my stored procedures wouldn't run as fast as expected compared to it's previously known execution time. The problem lies on the statistics not getting updated after change has been made against...
    Posted to Weblog by keithrull on 08-19-2008
  • Some useful date processing SQL Snippets

    Here's an update to my blog entry 3 years ago regarding the same topic: ---Calculates the first day of the previous month SELECT DATEADD (mm, DATEDIFF (m, 0, GETDATE ()) - 1, 0) AS [First day of the previous month ] ---Calculates the first day of current month SELECT DATEADD (mm, DATEDIFF (m, 0,...
    Posted to Weblog by keithrull on 07-24-2008
  • looking for ITs willing to work for Singapore

    hi my name is danil espinosa from ZMG were a headhunting firm and right now were looking for IT professionals interested to work in Singapore. were looking for java developers, Perl developers, tester, release engineers (java) and application support analyst for our client base in Singapore. if anyone...
    Posted to Forum by danil08 on 02-05-2008
  • How To: List databases in a SQL Server using T-SQL and truncate their logs

    Finally i'm back after a month of crazyness due to my webhost not performing up to its promise of 99.9% uptime. Enough with the rant and on with the article, today i'm going to talk about how to list databases in a SQL Server by just using T-SQL and then showing you how to truncate the logs on...
    Posted to Weblog by keithrull on 01-22-2008
  • bcp and errorlevel checks

    we have a number of batch scripts at work which executes sql-related tasks for each of our project releases. last time, i incorporated errorlevel checks so we know if there was a problem with the execution and in order to abort the rest of the operations if something else has gone wrong. i was surprised...
    Posted to Weblog by jokiz on 12-17-2007
  • Careers at LAWSON PSSC

    For all the guys and girls out there who are interested in joining Lawson PSSC, you can email me your CVs (my email ad is monica.lacuna @ lawson.com ). Currently, there are NUMEROUS new positions open. If you have any background in developing or supporting ERP modules / web-based applications, there...
    Posted to Forum by mon17 on 12-11-2007
  • Careers at LAWSON PSSC

    For all the guys and girls out there who are interested in joining Lawson PSSC, you can email me your CVs (my email ad is monica.lacuna @ lawson.com ). Currently, there are NUMEROUS new positions open. If you have any background in developing or supporting ERP modules / web-based applications, there...
    Posted to Forum by mon17 on 12-11-2007
  • Business Intelligence Programmers Needed

    ALGOS, INC. is a new company focused on providing consulting services in the Business Intelligence (BI) Software Market. BI is now the future of IT. When everyone has already all the necessary data they need captured on different ttransactional and operational systems like Oracle, SAP, ERIC and others...
    Posted to Forum by Rommel on 12-06-2007
  • what's the difference bet. SQL Server Express and SQL Server Standard??

    Good day... I need your help guys... can somebody please state what's the difference bet. SQL Server Express and SQL Server Standard?? what are the features of both SQL? please pardon me about this, because i'm new in this field... Thank you guys... Have a merry christmas and a happy new year...
    Posted to Forum by raphael on 12-06-2007
Page 1 of 5 (49 items) 1 2 3 4 5 Next >