Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Application Intent with Invoke-SQLcmd

    $conn = new-object System.Data.SqlClient.SQLConnection
    $ConnectionString = "Server={0};Database={1};Application Name={2};Integrated Security=True;Connect Timeout={3};ApplicationIntent=ReadOnly" -f $ServerInstance,$Database,$ApplicationName,$ConnectionTimeout
    $conn.ConnectionString=$ConnectionString
    $conn.Open()

  • RE: PolyServe replacement options

    Hi,

    We're still currently using Polyserve and have been looking at implementing SANBolic Melio and Windows clustering, however after a lot of testing (that hasn't gone very well) we're looking for...

Viewing 2 posts - 1 through 2 (of 2 total)