Forum Replies Created

Viewing 15 posts - 1,201 through 1,215 (of 2,356 total)

  • RE: BCP usage

    Raghavender Chavva - Tuesday, March 12, 2019 6:33 AM

    Can you please help me here.

    bcp.exe [dbo].Tablename in "D:\ABC\Extract.dat" -c -t\| -r\n -d DSP...

  • RE: Always On

    Admingod - Friday, March 8, 2019 11:01 AM

    Thanks. Do you know when Microsoft is planning to stop supporting database mirroring?

    No, but a...

  • RE: Always On

    Admingod - Friday, March 8, 2019 10:47 AM

    So DTC is part of windows operating system right? Distributed transaction has nothing to do...

  • RE: Always On

    Admingod - Friday, March 8, 2019 9:47 AM

    Thanks John for the info! However, i have been doing lot of learning on my...

  • RE: Always On

    Admingod - Thursday, March 7, 2019 7:12 PM

    I was looking to setup always on availability group in SQL Server 2014. Found that...

  • RE: SQL 2019

    tmmutsetse - Thursday, March 7, 2019 7:34 AM

    Hi Experts,
    Anyone with an idea if SQL2 2019 is ready for Production or it is...

  • RE: database backup file and encrption

    sqlfriends - Wednesday, March 6, 2019 3:25 PM

    I have setup a TDE on my SQL server. It should encrypt data on the...

  • RE: Always On

    tcronin 95651 - Tuesday, March 5, 2019 2:20 PM

    also remember windows users will be different than sql logins you can get the...

  • RE: Save the actual execution plan of a SQL statement in a script

    Query store?


    SELECT --TOP 10
        t.query_sql_text,
        q.query_id,
        OBJECT_NAME(q.object_id) AS parent_object,
        CONVERT(xml, P.query_plan),
        Q.last_execution_time
    FROM sys.query_store_query_text t
       INNER JOIN sys.query_store_query q ON t.query_text_id = q.query_text_id
      ...

  • RE: SQL Service Start before App DBs Drives on line

    Budd - Monday, March 4, 2019 9:55 AM

    What happens if SQL starts up from C drive, but it takes 5 minutes before...

  • RE: Find New SQL Servers

    You are having an issue where the developers have rights to create a new SQL Server in your environment?  
    Is this a physical, or virtual environment?  
    If they have rights...

  • RE: BCP usage

    Raghavender Chavva - Monday, March 4, 2019 12:50 PM

    I have one more issue with BCP again.

    Trying to execute below bcp command. Column...

  • RE: Select Max record !Help!

    bmanning 70526 - Monday, March 4, 2019 12:51 PM

    Michael L John - Monday, March 4, 2019 12:41...

  • RE: recreate a Basic Availability Group question

    Could you please clarify on step #6. remove the second IP address from the listener -- I did not see the option to perform this step through SSMS...

  • RE: Select Max record !Help!

    bmanning 70526 - Monday, March 4, 2019 12:18 PM

    Hello

    March 4, 2019 at 12:41 pm

    #2023472

Viewing 15 posts - 1,201 through 1,215 (of 2,356 total)