Forum Replies Created

Viewing 15 posts - 11,416 through 11,430 (of 22,214 total)

  • RE: Question for the "experts"

    DeanORenO (1/12/2012)


    the folks on this forum are way to sensitive, I never ask questions that are intentionaly rude, that is just the way you interpret the question. If I tell...

  • RE: Question for the "experts"

    David Burrows (1/12/2012)


    DeanORenO (1/12/2012)


    I like all the interpretations of my question but still no answer. I imagine if I asked the question what is 2 + 2, I would get...

  • RE: Question for the "experts"

    Personal answer:

    All questions are valid.

    That doesn't mean that all questions will receive a precise answer. Some questions are homework or people in interviews posting as they interview (it's been done)...

  • RE: 2012 RC0 Failure

    Not sure about the issue. I've installed RC0 a couple of times with no problem. I didn't burn to a CD though. I used Virtual Clone Drive to mount the...

  • RE: 2012 RC0 Failure

    There is a 2012 forum. It's the SQL Server 11 forum.

  • RE: Slow Query

    Looking at the execution plan, your indexes may need some work. I would concentrate on the clustered index scan. You've got this as a predicate:

    [CardData_Test].[dbo].[FleetcorOPIS].[start_date] as [O2].[start_date]<=[CardData_Test].[dbo].[transactions_recon].[TRDATE] as [R].[TRDATE] AND...

  • RE: Urgent - SQL Server on Samsung GALAXY Tab 10.1 ?

    Nuts. I was hoping one of you knew the answer to this. I wanted to put SQL Server on my Thrive.

  • RE: SQL 2005 Standard Edition 64bit not using all available memory

    I just finished writing part of the chapter of my new book on troubleshooting memory issues. Let's see how it works.

    First, check Memory:Available Bytes. Is that low? If so,...

  • RE: Differential Backups in SQLServer 2005

    Was there a large data load on Monday? How about an index defrag process or something along those lines where large portions of the data would be affected and marked...

  • RE: Question for the "experts"

    DeanORenO (1/11/2012)


    There is also this proclivity for answering questions with questions or turning the question on the asker, like most of the replies to my question will inevitably be.

    I'm sorry...

  • RE: Are the posted questions getting worse?

    Bex (1/12/2012)


    Grant Fritchey (1/12/2012)


    GilaMonster (1/12/2012)


    Evil Kraig F (1/11/2012)


    GilaMonster (1/11/2012)


    Errrrr... Someone(s) want to tackle this? http://www.sqlservercentral.com/Forums/Topic1234441-61-1.aspx

    Already responded. I'm waiting to see his answer before continuing.

    I just had a look over...

  • RE: Are the posted questions getting worse?

    GilaMonster (1/12/2012)


    Evil Kraig F (1/11/2012)


    GilaMonster (1/11/2012)


    Errrrr... Someone(s) want to tackle this? http://www.sqlservercentral.com/Forums/Topic1234441-61-1.aspx

    Already responded. I'm waiting to see his answer before continuing.

    I just had a look over his posting history,...

  • RE: Restore script not working

    Looking at the restore command itself, logically it makes sense. You're going to have to break down & issue print statements to validate that everything is working. Instead of trying...

  • RE: Identify query leading to scans

    azdzn (1/11/2012)


    Querying the plan cache will do the trick ! Good idea !

    Thanks a lot Grant and Gail.

    Sure thing. Just remember, as I say in the article, direct queries against...

  • RE: unable to select the column

    Maybe you need to do:

    SELECT * FROM schema.table

    If the table is not in your default schema, it won't just show up automatically.

Viewing 15 posts - 11,416 through 11,430 (of 22,214 total)