Forum Replies Created

Viewing 15 posts - 1,336 through 1,350 (of 18,926 total)

  • RE: Page loading twice due to ServerReport

    jain1.siddharth (11/11/2011)


    np.

    found the solution for one problem. reason I was not able to get value from dynamic controls was that i was loosing them at every postback. So wrote...

  • RE: Finding previous Saturday

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


    +1 on the calendar table.

    It's not like this is a hard query to write =>

    SELECT TOP 1

    *

    FROM

    dbo.Calendar C

    WHERE

    ...

  • RE: Today's Random Word!

    SQLRNNR (11/11/2011)


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


    Confusing with Britney?

    Well they did kiss. I could see how that mistake could be made.

    Good point! 😀

  • RE: how to recover from log file - SQL SERVER 2008--Urgent Help

    ... and did you take ANY single log backup after the full?

  • RE: SQL Server Not Releasing Memory

    Or this if you have 1 month to decypher it.

    DBCC memorystatus()

  • RE: Finding previous Saturday

    +1 on the calendar table.

    It's not like this is a hard query to write =>

    SELECT TOP 1

    *

    FROM

    dbo.Calendar C

    WHERE

    C.M...

  • RE: DB compatibility question.

    GilaMonster (11/11/2011)


    Revenant (11/11/2011)


    If you add 2005-specific features (such as indexed views), you cannot.

    You can always change the compatability level. There are no checks for doing so. Some stuff (that uses...

  • RE: Today's Random Word!

    SQLRNNR (11/11/2011)


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


    SQLRNNR (11/11/2011)


    Somebody likes Madonna

    Did you know she sings too? 😀

    Milli Vanilli

    Confusing with singers?

    They also had no <movie> career! 😀

  • RE: SQL Server Not Releasing Memory

    SQL_DBA_New (11/11/2011)


    Its not this because..

    I also want to know why this server is taking so much memory.

    Why this server only is having this memory issue..

    SQL takes memory because it...

  • RE: DB compatibility question.

    Revenant (11/11/2011)


    Duran (11/11/2011)


    Hello,

    If I change a database on a SQL 2005 server from compatibility level 80 (having once been a SQL 2000 DB) to 90, can I change it back...

  • RE: How to leave a long running process?

    Assuming it's not all in the same transaction there can't really be huge problems with that unless you have competing processes for the same data during the night.

  • RE: Today's Random Word!

    Confusing with Britney?

  • RE: Today's Random Word!

    SQLRNNR (11/11/2011)


    Somebody likes Madonna

    Did you know she sings too? 😀

  • RE: Are the posted questions getting worse?

    GilaMonster (11/11/2011)


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


    GilaMonster (11/11/2011)


    Lynn Pettis (11/11/2011)


    What other Threadizins are participating in the DBA in Space contest? Looking for launch buddies!

    Can't. *sniff*

    Can't even win a t-shirt. :crying:

    +1. Just because...

  • RE: Today's Random Word!

    To catch balls.

    Oh the good ole days!

Viewing 15 posts - 1,336 through 1,350 (of 18,926 total)