Forum Replies Created

Viewing 15 posts - 31 through 45 (of 82 total)

  • RE: OLE DB provider "SQLNCLI" for linked server " " returned message "No transaction is active."

    Hi All,

    I got the below error while attempting to run a distributed transaction. The two servers are in different workgroup. We dont have a domain. Please let me know the...

    ______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂

  • RE: FIRST_VALUE

    Thanks Tom for trying to justify my ignorance!!!

    ______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂

  • RE: FIRST_VALUE

    Its my bad... I inserted a space in one of the column...

    Sorry guys..!! :satisfied:

    ______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂

  • RE: FIRST_VALUE

    Hi Steve,

    I got the below answers in my SQL 2014 instance.. Could you please explain why this answer was incorrect...

    Escobar2014-04-06 00:00:00

    Escobar2014-04-07 00:00:00

    Escobar2014-04-07 00:00:00

    Jeter2014-04-01 00:00:00

    Jeter2014-04-01 00:00:00

    Jeter2014-04-01 00:00:00

    Tulo2014-04-01 00:00:00

    Tulo2014-04-01 00:00:00

    Tulo2014-04-01 00:00:00

    ______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂

  • RE: Memory page fault/sec - too high value?

    Hi Gail,

    I am looking at the memory status in 3 of our production servers. This is to create a new database for a new application. I found the CPU usage...

    ______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂

  • RE: Pausing

    Few days back I read this in the same SSC I guess. And it was the one from where I came to know the answer. SSC Rocks!! 🙂

    ______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂

  • RE: which insert is faster? with identity_insert on or identity_insert off

    I believe this is a good solution and it will work better than with identity_insert on.

    Thnx.

    ______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂

  • RE: unable to create database with windows authentication login

    1) Login using sa

    2) Grant create database permission to your windows user

    3) Now try with windows authentication

    ______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂

  • RE: How to disable and enable the store procedure?

    I tried the same and its not reflecting in the GUI. I go by the SQL Query.

    ______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂

  • RE: How to disable and enable the store procedure?

    Better use the sample code below..

    REVOKE EXECUTE ON OBJECT::dbo.StoredProcedure

    FROM LoginName;

    GO

    ______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂

  • RE: How to disable and enable the store procedure?

    I believe you cannot disable a stored procedure directly... but there are few ways to accomplish it...

    check these links...

    http://stackoverflow.com/questions/23114386/enable-disable-stored-procedures

    https://go4answers.webhost4life.com/Example/disable-stored-procedure-149295.aspx

    ______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂

  • RE: which insert is faster? with identity_insert on or identity_insert off

    PFB the response...

    1. Is the identity column the clustered index key? - Yes

    2. Can you force the constantly increasing order of the insert? - No

    3. Do the identity values need...

    ______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂

  • RE: SSIS Column Export

    Jus got lucky!! Nice question though!! 🙂

    ______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂

  • RE: Paying It Forward

    I agree with the author. No words for people who are not willing to share their ideas as they don't belong to this world. Are they sure about they haven't...

    ______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂

  • RE: Database Mirroring login attempt by user 'domain\SQLLogin' failed

    No, the domain name was not deleted.

    The issue got solved when I removed the SQL Login and added and gave permission in mirror server and witness server. 🙂

    ______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂

Viewing 15 posts - 31 through 45 (of 82 total)