Forum Replies Created

Viewing 15 posts - 901 through 915 (of 1,292 total)

  • RE: SQL ERROR LOG

    This should solve..

    USE [master]

    GO

    EXEC xp_instance_regread N'HKEY_LOCAL_MACHINE',

    N'Software\Microsoft\MSSQLServer\MSSQLServer', N'NumErrorLogs'

    GO

  • RE: SQL ERROR LOG

    This should solve..

    USE [master]

    GO

    EXEC xp_instance_regread N'HKEY_LOCAL_MACHINE',

    N'Software\Microsoft\MSSQLServer\MSSQLServer', N'NumErrorLogs'

    GO

  • RE: Autogrowth

    I Haven't seen anywhere if the calculation the % value would take some time for SQL Server. It must be a fraction of a section for SQL Server to calculate...

  • RE: Are the posted questions getting worse?

    Bob Hovious 24601 (11/24/2009)


    Hi, Bru and welcome

    Thanks Bob for your cordial welcome. (When compared to welcoming Les ;-))

  • RE: SQL ERROR LOG

    HVPR (11/24/2009)


    can anyone know where the sql server stores the sql error log configuration settings info.

    There is SQL Server error log, not aware of "sql error log configuration settings...

  • RE: Are the posted questions getting worse?

    john.arnott (11/24/2009)


    Despite the freewheeling atmosphere, you should also be aware that some of the top practitioners of MS-SQL, including several honored by MS as "MVP"s hang out here, so...

  • RE: Execute Task In SSIS

    anitha.cherukuri (11/24/2009)


    Thanks ,it gives me some ideas.

    Start to work on it and lets hope someone would come up with their brilliant idea. 🙂

  • RE: Execute Task In SSIS

    I am not aware of the straight line answer.

    This is only a work around / suggestion to you.

    Can you use the stored procedures to generate the data and store in...

  • RE: Loading and inserting tasks in SSIS and calling Stored procedure in SSIS

    anitha.cherukuri (11/24/2009)


    Hi Friends

    I am new to SSIS 2005 .

    I got 4 excel sources.I loaded the data from EXCEL into Oledb Tables.

    What I am looking is

    I want to truncate those 4...

  • RE: Identify database from .mdf file name

    Cool Script.

  • RE: Identify database from .mdf file name

    Deletion of database might not be the case, it must have been detached.

    There is no need to run a script to find the database, you can know it from the...

  • RE: How to move system db from c to e drive

    I have been asking the same question.. Are you following the steps mentioned in the link given.

    What errors are you getting when Altering the system databases?

    Are you able to start...

  • RE: How to move system db from c to e drive

    Any security settings have been changed?

    SQL Server is unable to access the directories that are mentioned in the error log.

  • RE: SELECT and REPLACE query

    Where are the changed IP address values?

    The command that's required to update needs to look for the new IP details, where does it find those new IP?

  • RE: How to move system db from c to e drive

    Krasavita (11/24/2009)


    I can't do anything even in these mode we have windows authentication

    I am sorry, I did not understand. Can you explain what do you mean?

Viewing 15 posts - 901 through 915 (of 1,292 total)