Forum Replies Created

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

  • Reply To: SQL Server Native client

    Thank you !!

  • Reply To: power shell script for add datetime to file

    Hi Jeffrey,

    thank you for your response.

    I tried with your suggestion but it gives different error below.

    script:

    $dt=get-date -format "_yyyymmmd_HHmss"

    Invoke-Sqlcmd -Query "SELECT * FROM XXXXXXX" -ServerInstance "LocalHost"

    $fileName = "D:\folder\data$(dt).csv" |

    Export-Csv -Path $fileName...

  • Reply To: power shell script for add datetime to file

    Hi,

    I tried with below script through sql job and its failing with below error.

    script:

    $dt=get-date -format "_yyyyMMMdd_HHmss"

    Invoke-Sqlcmd -Query "SELECT * FROM [XXXXX].[XXX].[XXX]" -ServerInstance "LocalHost" |

    Export-Csv -Path D:\folder\data$dt.csv" -NoTypeInformation

    Error Message:

    Executed as user:...

  • Reply To: power shell script for add datetime to file

    Sorry I was busy with prod issue after this post .i will check your suggestions tomorrow and reply.

    Thank you for your suggestions.

     

  • Reply To: Servicepacks or CU

    Thank you !!

     

    so we will need to update the latest Cumulative updates(CU7)  for sql2016 ?

  • RE: sqlserver2017 express

    yes the firewall is already enabled  and we are able to connect to other sqlservers\instances .

  • RE: LOG shipping

    Sue_H - Monday, January 28, 2019 3:17 PM

    adisql - Monday, January 28, 2019 9:22 AM

  • RE: Query to get next month's Data

    Thank you to both of you.
    My problem solved .

  • RE: Log Shipping

    Sue_H - Monday, August 20, 2018 6:57 AM

    adisql - Monday, August 20, 2018 6:41 AM

  • RE: Remove TDE

    eshults5 - Sunday, August 19, 2018 8:11 AM

    Sure but good luck restoring databases that are encrypted with TDE.

    You will need that certificate...

  • RE: Log Shipping

    Sue_H - Friday, August 17, 2018 12:48 PM

    adisql - Friday, August 17, 2018 9:10 AM

  • RE: SQL Server name change

    Sue_H - Wednesday, August 15, 2018 12:54 PM

    adisql - Wednesday, August 15, 2018 12:09 PM

  • RE: Logshipping

    we have multiple databases.
    the secondary server is only for DR purpose.
    can we use the same key for secondary installation?

  • RE: Remove TDE

    master key and certificate will be removed by uninstalling the SQL server ?

  • RE: COMPATABILITY

    adisql - Wednesday, August 8, 2018 9:09 AM

    Thank you.

    Hi,
    I have one more requirement.
    Planning to migrate the database from sql2008 standard to sql2016 enterprise.
    But...

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