Browse by Tags

All Tags » blackpearl » SQL Server   (RSS)
  • Re: OOB Reports Don't Work

    Any solution to this?  I am having the same problem.
    Posted to General (Forum) by machewd on May 6, 2008
  • Moss 64bit - K2 32bit

    Hi, Will there be any problems when a MOSS environment is installed in 64bit (WFE=64, Seach/Index=64, SQL2005=64) and a K2 installation of 32bit (1 server with workspace and databases)?
    Posted to General (Forum) by Marc Molenaar on February 22, 2008
  • Re: Using SQL Server Views instead of tables

    Hi Alex, I've not attempted this with SQL Views, but you could try: SELECT * INTO YourNewTableName FROM YourExistingViewName as this will create a table from your view. If you want, you can get SQL Server Agent to run a job to recreate this table every hour or something with a TSQL statement like:   use ...
    Posted to General (Forum) by mgallen on February 19, 2008