Forum Replies Created

Viewing 15 posts - 4,141 through 4,155 (of 18,926 total)

  • RE: SQL Connection getting dropped

    Ninja's_RGR'us (8/1/2011)


    I've never seen anything else that could explain this... will hang around just in case.

    :ermm:

  • RE: Statistics

    Well for sure editing an index could cause this.

    This is the first I hear of stats being dropped. Tho I can understand the decision behind the behavior.

    Other than a...

  • RE: Using aggregate function for datatime column

    SELECT nCounter, vInOutTag, nEmpNo,

    MAX(case when day(dtinout) = 1 then dtinout end) as col1,

    MAX(case when day(dtinout) = 2 then dtinout end) as col2,

    MAX(case when day(dtinout) = 3 then dtinout end) as...

  • RE: SQL Connection getting dropped

    I've never seen anything else that could explain this... will hang around just in case.

  • RE: CPU utilization is 100%

    The one which is NOT the real prod server.

  • RE: Automate weekly queries

    Go in SSMS, sql agent, create a new job. Paste your query there and schedule it however in it.

  • RE: Statistics

    That actually can't happen. The restore of a backup is a perfect copy of the DB (including index and stats).

    Either the backup is older than the db itself or...

  • RE: 0%completed

    Check the statsdate() for a few of those tables. If they match the date the job ran then it was updated and the "reporting" you're getting is misleading.

    Also assuming...

  • RE: CPU utilization is 100%

    AFAIK this could be done is a very small maintenance window.

    Bring the prod server offline (shut down).

    Open the other one. Rename the machine, server, @@servername. whatever you need.

    Once...

  • RE: Statistics

    Not that I know off. The real quesion is why do you care about that?

    Each stats is very small on the HD.

  • RE: Outsourced = Laid Off?

    GSquared (8/1/2011)


    It gets worse than just accents.

    I've had a multitude of people assume I'm not American, because I "speak well" instead of "talk good".

    Are you sure it had nothing to...

  • RE: xp_cmdshell help

    Mad-Dog (8/1/2011)


    i only give you an example of when you call the EXE file that have space in it you must include the "" in the syntax,

    and when i need...

  • RE: CPU utilization is 100%

    Lavanyasri (8/1/2011)


    hi ,

    How to check the two servers in the same domain or different domain ??

    Asked your domain admin??

  • RE: Adhoc vs stored procedure

    Eugene Elutin (8/1/2011)


    The query looks like the reporting one...

    50%-50% on this particular query. But I was talking more general cases (for future googlers).

Viewing 15 posts - 4,141 through 4,155 (of 18,926 total)