Forum Replies Created

Viewing 15 posts - 7,936 through 7,950 (of 19,560 total)

  • RE: "error generating the XML document" during 2008 R2 install

    Hope it works

    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?

    GilaMonster (11/9/2011)


    Roy Ernest (11/9/2011)


    Darn, I was submitting an article here and as soon as I uploaded an image, it removed all the previous text I entered. That was painful. Anyone...

    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?

    Roy Ernest (11/9/2011)


    Darn, I was submitting an article here and as soon as I uploaded an image, it removed all the previous text I entered. That was painful. Anyone else...

    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?

    Stefan Krzywicki (11/9/2011)


    Brandie Tarvin (11/9/2011)


    GSquared (11/9/2011)


    GilaMonster (11/9/2011)


    Ninja's_RGR'us (11/9/2011)


    Am I the only 1 who wants to answer... if you don't know that, then why are you teaching this stuff??

    http://www.sqlservercentral.com/Forums/Topic1202806-150-1.aspx

    Haven't you forgotten...

    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?

    Koen Verbeeck (11/9/2011)


    L' Eomot Inversé (11/9/2011)


    Koen Verbeeck (11/8/2011)


    L' Eomot Inversé (11/8/2011)


    The next bad normalisation myth is that normalisation always increases the amount of storage required - a database in 3NF...

    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?

    GSquared (11/9/2011)


    GilaMonster (11/8/2011)


    How can BCNF be sensibly discussed if the earlier normal forms aren't known?

    Same way you can teach Algebra without learning Arithmetic first. You just ... uh ......

    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: Table space usage 1

    Thanks for the question Hugo. This is a good question. A bit surprising that only 42 have answered correctly thus far.:ermm:

    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: SQL Server 2012 CTP

    Denali has been renamed to SQL 2012

    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: Defragmentation script.

    nlakka (11/8/2011)


    SELECT o.name,

    ips.partition_number,

    ips.index_type_desc,

    ips.record_count, ips.avg_record_size_in_bytes,

    ips.min_record_size_in_bytes,

    ips.max_record_size_in_bytes,

    ips.page_count, ips.compressed_page_count

    FROM sys.dm_db_index_physical_stats...

    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: String Parsing Question!!!

    What character is separating the data in this field? In other worlds, what character denotes the separation of text, s2 and c2?

    Is it always the same character?

    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: User connecting to reportserver database from reportserver

    Is that code a part of a report?

    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: User connecting to reportserver database from reportserver

    When you created the report, you had to create a data source. What is the definition of your data source that you created in SSRS for this report?

    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: date format on SSRS 2008 R2 reports

    You could use the SSRS formatting functions, or you could more simply retrieve the data from the database already in that format.

    Otherwise, you could try using the English (UK) report...

    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: SQL Server 2012 CTP

    I got to that link through

    http://www.microsoft.com/sqlserver/en/us/future-editions.aspx and then by selecting get sql server/try 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: User connecting to reportserver database from reportserver

    If abc\serverA$ is specified as the user account in your data source, then that is the account that will connect to your database.

    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 - 7,936 through 7,950 (of 19,560 total)