Forum Replies Created

Viewing 15 posts - 4,906 through 4,920 (of 7,164 total)

  • RE: OLE DB error when trying to query excel sheet from Management Studio

    Ever figure it out?

    Some random things to check:

    1. Is the Excel file set to read-only on the production server?

    2. Does the SQL Server service account have permission to read the...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL Server Memory

    GilaMonster (3/13/2012)


    opc.three (3/13/2012)


    2.54 is a number I recognize. Are you by any chance on a 32-bit OS with the /3GB switch enabled but without AWE enabled?

    32 bit with /3GB and...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Going to Dev Edition

    Whisper9999 (2/27/2012)


    We've got 2005 Enterprise Edition (SP3) on a cluster. This is actually a dev cluster, so we need to switch it to the dev edition of SQL Server.

    So...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL Server Memory

    2.54 is a number I recognize. Are you by any chance on a 32-bit OS with the /3GB switch enabled but without AWE enabled?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: How to create Rule or Trigger for Object Names

    Do you have a SQL 2008 instance anywhere in your environment? Even a shared dev or private local instance? If so, or if you can stand one up, you can...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Logging DTEXEC to a table

    Anytime, happy to assist 😀

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL Source Control

    Carol Adams (3/6/2012)


    I have been assigned the responsibility to find a product to use for source/version control with our SQL databases.

    I have seen Red-Gate Source Control, but need to show...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL 2005 Service Pack Updates

    You should be fine updating the subscriber (reporting instance) and leaving the publisher (live) alone. You are running a newer build on the reporting instance already so that makes it...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL Server 2005 page life concern

    What an excellent article. Thank you for sharing!

    The configuration I recently implemented (AWE=Yes,3GB=Yes) apparently enables SQL Server to access all 4GB of the physical memory. At the same time...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: BCP OUT - Force Order

    balasach82 (3/10/2012)


    I am using BCP out to extract some 50 records into excel. In table, the records are sorted correctly (ie by datetime on which record is inserted). But when...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL Server 2005 page life concern

    PHXHoward (3/13/2012)


    Thanks for all the great information.

    The Microsoft rep that we have on site this week confirmed that enabling AWE and LPIM on the 4gb RAM 32bit system would allow...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Is there a SET based alternative to using CURSOR for adding numbers of user defined and localized error message with sp_addmessage?

    I automate this kind of admin work all the time. It's code generating code, but it's not a cursor and performs quite well up the point where db admin tasks...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Parsing tab selimited text into SQL table

    If you use SQL Agent, there is no need to introduce an additional programming domain into the call stack. Ditch xp_CmdShell and call bcp from a step with type CmdExec.

    SSIS...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: How to encrypt sensitve column while restore?

    You could try some slight-of-hand. Restore the DB, then change your DB-context to the new DB and immediately set it to SINGLE_USER mode. This will lock everyone else out except...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Service broker

    No. For msdb, model and tempdb issue ALTER DATABASE...MODIFY FILE to set them to the new location, shut down the instance, move the files (except tempdb, just delete files), then...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 4,906 through 4,920 (of 7,164 total)