Nauman Yousuf's Blog
Blog about technology and general post. Sharing my experience of the Contact Center world
Wednesday, 9 September 2009
Using Sql Server's Name Instance via JDBC
Very recently i had to use named instance of SQL Server 2000 via JDBC Drivers
After googling i found out the winner in the connection string is "instance=
instancename
"
Example String
JdbcURL=jdbc:sqlserver://
servername
:1433;instance=
instancename
;databaseName=
dbname
No comments:
Post a Comment
Newer Post
Older Post
Home
Multilingual .NET Application using SQL Server
Genesys Interaction Routing Designer – Using IRD with parameterized Stored Procedure
There comes a time when the Standard DB dips and query just isn’t enough and one requires to pass parameters to a Stored Procedure and get p...
Genesys URS WebService Block Integration
Integrating a Simple ASP.NET SOAP Web Service with Genesys URS using the Web Services Block Introduction Genesys within its routin...
VBScript to restrict only one instance of application is running
VBScript to restrict only one instance of application is running For this example I have used Notepad (notepad.exe) ' Process.vbs ...
No comments:
Post a Comment