Forum Replies Created

Viewing 15 posts - 6,661 through 6,675 (of 19,560 total)

  • RE: How to handle Index Rebuild when disk space is limited

    If disk space is limited, I will try and defrag indexes in a selective fashion. Pick a handful here or there and then schedule those for specific nights. ...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Are the posted questions getting worse?

    Lynn Pettis (3/22/2012)


    Has anyone heard from Barry lately?

    Not in a loooooong time.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: how can user enable or disable logos prior to running SQ report

    A switch can possibly work as well.

    Example:

    =SWITCH(

    IsNothing(Fields!Field1.Value),...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: error plz solve its urgent

    Lynn Pettis (3/22/2012)


    For an urgent error sure not getting any response from the OP and it has been almost 2 hours.

    Well, maybe they are fixing it currently and will get...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: error plz solve its urgent

    From reading it, I agree that it appears to be a custom error. It also appears that from the error - the file being loaded had an XML attribute...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: P2V a SQL Server

    We migrated several SQL servers (2000 and up) via P2V that involved replication and service broker. Doing it cold, when we brought up the Virtual machine we had 0...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: how can user enable or disable logos prior to running SQ report

    An iif expression in the visibility property should work.

    =IIF( param.Value = False, "somepic.jpg", "")

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Getting my Server details from Registry

    gary.p.heath (3/22/2012)


    I have used that key to ascertain instances of SQL Server installed on the PC, mine just says "SQLEXPRESS" & "MSSQL10_50.SQLEXPRESS" as the Value Data. Maybe I am getting...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: P2V a SQL Server

    You might want to read this:

    http://www.brentozar.com/archive/2008/08/sql-p2v-what-really-killed-the-dinosaurs/

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Trying to Redirect DBCC INDEXDEFRAG Output to a Table

    You are welcome

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Available Space

    rummings (3/22/2012)


    Is there a way to regain Available Space from a database other than Shrinking the database... which leads to index fragmentation.

    To reclaim that space to the OS, you would...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Replication not installed?

    Glad it is fixed and glad to see how to fix it.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Trying to Redirect DBCC INDEXDEFRAG Output to a Table

    CREATE TABLE [dbo].[FragList](

    [ObjectName] [nvarchar](255) NULL,

    [ObjectId] [int] NULL,

    [IndexName] [nvarchar](255) NULL,

    [IndexId] [int] NULL,

    [Lvl] [int] NULL,

    [CountPages] [int] NULL,

    [CountRows] [int] NULL,

    [MinRecSize] [int] NULL,

    [MaxRecSize] [int] NULL,

    [AvgRecSize] [int] NULL,

    [ForRecCount] [int] NULL,

    [Extents] [int] NULL,

    [ExtentSwitches] [int] NULL,

    [AvgFreeBytes] [int]...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Trying to Redirect DBCC INDEXDEFRAG Output to a Table

    Will you provide the code you are using to create fraglist?

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Replication not installed?

    Recap:

    Browser service is running

    No Active Directory

    Can connect via IP address but not by name

    This is a named instance

    All SQL Instances were completely reinstalled

    Is the firewall turned on? Is there...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

Viewing 15 posts - 6,661 through 6,675 (of 19,560 total)