Forum Replies Created

Viewing 15 posts - 1,996 through 2,010 (of 7,164 total)

  • RE: "Lost update" Concurrency Problem. Explain it to me please on my example

    konstantinov.maxim (2/11/2013)


    There is an example I thought up:

    Transaction 1 started first It changes the value from 0 to 1, Transaction 2 started second It changes the value from 1 to...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: System pahe file and sql files

    Page file access patterns are mostly random. Think of them as an extension of physical RAM (Random Access Memory).

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Split VLDB into Multiple data files

    It depends on whether you want to control what goes in each physical file or whether you want to let SQL Server control that. If you add more files into...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: display all data source types, using sql query

    sweniosSqlSeeker (2/13/2013)


    Hi all members,

    To know what I mean, PLZ do the Following:

    1- Open the sql server management studio.

    2- Point to any user database, then press the right click.

    3- Choose "Tasks",...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: display all data source types, using sql query

    Can you please clarify what you meant in the title by "data source types"?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: cmd job

    zi (2/13/2013)


    Dear Experts

    I am just trying to test this agent cmd job msg "%username%" "HI"

    but an error said that this user is not existing or disconnected

    Any idea to to solve...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: List sql servers, versions, SP installed in all the servers of environment.

    Have you checked the MAP FAQ and MAP Forum pages available from the page I linked to?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Emergency state

    GilaMonster (2/13/2013)


    SQL will not go into emergency mode by itself. Someone has to have set it to emergency.

    That's kind of what I was getting at...either someone else went in there...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: XQUERY In sql server

    I am not exactly sure what you're after but if you provide two sample XML documents and your expected results per your thoughts on the filtering and joining requirement you...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: A query question for the SQL Gurus

    One way:

    SELECT abc.*

    FROM dbo.abc

    JOIN dbo.xyz ON dbo.abc.id = dbo.xyz.id

    WHERE EXISTS ( SELECT TOP 1

    ...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Emergency state

    Just confirming, you did not put the DB into emergency mode yourself, correct? It just came up that way after the restart?

    Is there anything in the SQL Error Log related...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: large msdb databse

    Mail logs due to spikes in activity are a common reason. Job and backup history are others but those do not typically cause sudden jumps, usually more gradual growth.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Emergency state

    Did the server crash? What were the circumstances around the service restarting?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: How to Unzip the zipped file

    iirc exit code 9 means "can't find file" or something like that. Do you have wzunzip installed at the location shown in the example and are the data files you're...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Emergency state

    Did you by chance reboot the service/server in an attempt to kill a long-running transaction or try to remediate a transaction that had been killed and was in the process...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 1,996 through 2,010 (of 7,164 total)