Forum Replies Created

Viewing 15 posts - 2,626 through 2,640 (of 3,366 total)

  • RE: Recruiters

    How do you spell

    mercenary?  But it is not easy to find work with good companies without them because they don't get paid if you are not...

  • RE: Update System tables

    (In the Microsoft SQL SERVER 2005 book (pp 151) it say you can but it's not happening?)

    If the book is new return it because skilled SQL Server users knows what...

  • RE: Performance Tuning Guide

    That is correct I met one of the writers of the above book he did not know the difference between UNION and UNION ALL and biggest was they did not...

  • RE: Oracle

    Triggers are obsolete for most development needs because the RDBMS vendors created triggers to enforce business rules before pure object modeling. Now you just grab a conference room and model...

  • RE: Oracle

    I have used Oracle 8i, 9i, & 10g and you cannot compare Oracle documentation to SQL Server, ask me for a SQL Server book and I tell you the BOL. ...

  • RE: Database Stuck in Recovery Mode..

    That is correct but the time I answered this post it was not the advice I will give based on duration in recovery.  Delete starts a clean restore with recovery...

  • RE: Database Stuck in Recovery Mode..

    You run into this pesky problem when you restore a database with no recovery option per Microsoft that is not valid so SQL Server keeps your database in recovery until...

  • RE: PRIMARY filegroup is full

    In Management Studio right click on the database and go to files click on Primary and increase the size and you may want to adjust the percent of auto file...

  • RE: Vista

    Actually Vista Ultimate is the only Home edition you can run all features of SQL Server 2005 because Reporting Services require Windows Authentication in IIS and Home Premium does not...

  • RE: Blank Page at end of report

    What I am trying to tell you is there is very limited developer control of how report pages are rendered.

     

     

  • RE: Blank Page at end of report

    Removing blank page is not easy if you have hidden images and export to PDF, I find if you increase the page size above 8.5 this problem goes away if...

  • RE: Reporting Services Performance differences b/w Express and Developer Editions

    SQL Server Express comes with 1gig ram restriction for everything you run, check the link below for details.

    http://msdn2.microsoft.com/en-US/library/ms143685.aspx

  • RE: Default Parameter Value in the Reporting Services

    I declare all my report parameters as NVarchar and I have also seen it as Nvarchar(max) with all the needed conversions in my stored procedure and in the Report configuration I...

  • RE: Unable to generate user instance

    I think you have standard Express it is limited so go the link below and download the Express Advanced and uninstall the standard Express and install the new one.  Then...

  • RE: Using CLR Stored Procedure to run SSIS packages

    Hi Lynn,

    You can use a regular stored procedure to run SSIS packages with a Job since SQL Server 7.0 Microsoft have changed a few things and have documented somethings.  A...

Viewing 15 posts - 2,626 through 2,640 (of 3,366 total)