Forum Replies Created

Viewing 15 posts - 166 through 180 (of 224 total)

  • RE: MSQLSERVER, Status is Starting, but doesn't Start

    Please post the error log information of the server.

    You can find the error log from the following folder.

    C:\Program Files\Microsoft SQL Server\MSSQL10_50\MSSQL\Log this is applicable if you server version...

  • RE: Stored proc help

    gmamata7 (1/24/2012)


    Hi,

    I never used the OUTPUT parameter before. I trying to use an existing procedure and it has OUTPUT parameter.

    what value should I give for OUTPUT parameter @retval

    SET @retval =...

  • RE: Createding table simple question

    kirkdm01 (1/24/2012)


    When creating a table

    how do make the FieldID auto increment

    Create table(

    PostID int Primary auto increment

    ...

    )

    You are refereing to identity columns.

    Please google about identity columns.

    Create table RunningId (intSlno...

  • RE: Why doesn't this work?

    raotor (1/18/2012)


    I think it should've worked now. There should be a .rar format attachment on this post with the Result_1 and Result_2 report files.

    I think this is the property of...

  • RE: Why doesn't this work?

    raotor (1/18/2012)


    Hello,

    Just a simple but puzzling question; When I execute the following T-SQL the @MaxLen variable appears to hold the desired value, but when used within the LEFT clause doesn't...

  • RE: another question

    anilr71 (1/18/2012)


    i have 10 users ..

    they r connected to database...

    so i wanna check one user of the IP ADDRESS

    how to see..

    is there any command to see ..

    You can...

  • RE: Automatd way to fetch specific data

    waseem.shahzad 45937 (1/17/2012)


    Hi guys!

    We have multiple servers and need to fetch...

  • RE: Change SA password in SQlserver 2008.

    baabhu (1/17/2012)


    Ignacio A. Salom Rangel (1/17/2012)


    baabhu (1/16/2012)


    Thanks for the link.

    Login failed for user 'XXXXXX\babu.balakrishnan'. Reason: Server is in sing

    le user mode. Only one administrator can connect at this time.

    I...

  • RE: Change SA password in SQlserver 2008.

    Ignacio A. Salom Rangel (1/17/2012)


    baabhu (1/16/2012)


    Thanks for the link.

    Login failed for user 'XXXXXX\babu.balakrishnan'. Reason: Server is in sing

    le user mode. Only one administrator can connect at this time.

    I am...

  • RE: Change SA password in SQlserver 2008.

    Thanks for the link.

    Login failed for user 'XXXXXX\babu.balakrishnan'. Reason: Server is in sing

    le user mode. Only one administrator can connect at this time.

    I am also added in the local...

  • RE: Restore failure on Log Shipping Secondary

    Hi Josh,

    What is the fix for the issue?. Does the restart helped you or you reinitiated the log shipping from scratch?

    I am curious to knew about the result....

  • RE: Question about SQL Server Query

    This is a simple join statement.

    Select Emp.[Employee Code], JobCode, FromDate from Employee Emp Inner join Position Pos on Emp.[Employee Code] = Pos.[Employee Code]

    Please read through the link given below....

  • RE: sql Managemt studio 2008 - View code "Explosion"...

    What is your question?. Can you use select statement in the underlying views? The answer is yes.

    I can have view 1 and view 2. They combine to form view...

  • RE: Table level disable or locking Script?

    Ananda,

    My immediate thought you may have mutiple servers connected through SSMS. Your create user scripts executed in different server and you are trying to deny the access in different...

  • RE: Christmas Fun

    Good One Steve. Merry Christmax.

    -- Babu

Viewing 15 posts - 166 through 180 (of 224 total)