SJC2 & MSSQL 2005 : pagesize()

Hi all,
In the editor I am just creating a dataprovider on a database table and a jsp page with a table to display the data (just drag/drop).
It works!
So if I modify the default 0 value of property Pagesize of the CachedRowset, I recieve the following error message when this same page is running:
Exception Details: org.apache.jasper.JasperException
com.microsoft.sqlserver.jdbc.SQLServerException: The cursor type/concurrency combination is not supported.
Possible Source of Error:
Class Name: org.apache.jasper.servlet.JspServletWrapper
File Name: JspServletWrapper.java
Method Name: service
Line Number: 384
I am using the latest Microsoft JDBC driver : jdbc:sqlserver://localhost:1433;DatabaseName=xxx;selectMethod=cursor;
Regarding the error message, I try to change the concurency/ type values
but it gives the same error.
Any idea is welcome.
Thank you
Message was edited by:
dzafer
Message was edited by:
dzafer

I can duplicate the problem, although I don't know the exact cause.
In general, we recommend using the DataDirect drivers, which are included in Java Studio Creator for use during development. These have been tested against the appropriate database systems.
The problem does not occur using the MSSQL driver that is included with the IDE.
In general, vendor-supplied drivers may not be fully compliant with the JDBC specification, leading to the kind of issue that arose here.
Jim Davidson
Java Studio Creator Team

Similar Messages

  • Getting error while installing MSSQL 2005 SP2 Windows Server 2008 Service Pack 1

    Hi,
    We are getting error while we are installing MSSQL 2005 SP2. 
    It gives me the following error
    No Qualifying Product
    ===================
    This machine does not have a product that matches this installation package.
    I am pretty new to MSQL. Any help to solve this is much more appreciated.

    Hello,
    It seems you downloaded Service Pack 2 for SQL Server 2005 alone, that download does not install a SQL Server 2005 instance.
    You might have to download and install SQL Server 2005 and then proceed to apply service packs related to that version of SQL Server.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Problem with MSSQL 2005 maintenence plan

    Hi,
    I am facing a problem with MSSQL 2005 maintenance plan. I created a plan which takes full backup of all the db’s and in the same plan I added a clean up task which is suppose to clean all the files older that 1 day.
    To gain compression I converted this plan to lite speed. Now the problem is Backups are running fine but the clean task is not cleaning old files. The job runs fine without fail.
    Any body who has faced similar problem please let me know if have the solution ?
    Thanks in advance.
    Kishan

    Hi in this case  my date format used in backup file getutcdate() format but
    to delete files i am using this script
    Declare @sql varchar(250),@retention tinyint
    set @retention=0
    set @sql='Exec master.dbo.xp_cmdshell ''Del E:\SQL2005\Backup\*' + convert(varchar(15),getdate()-@retention,120) + '*.bak'''
    Exec (@sql)
    i also tried with getutcdate()
    but it gives the following error.
    Could Not Find \\E:\SQL2005\Backup\*2008-04-03*.bak
    why i donot understand.
    can any one give heads up.

  • Oracle 9i & 10g replicated to MSSQL 2005 Enterprise: Problem !

    Hi,
    I have been doing some oracle 9i and 10g Replication to MSSQL 2005 Enterprise Database using the SQL 2005 Server Enterprise replication tool. This is working great, however, we recentrly had some problems on the Oracle side getting errors on new connection for both 9i and 10g servers. Only restarting the server has solved the problem so far....
    The complete procedure to to this setup is available on Microsoft Technet:
    http://www.microsoft.com/technet/prodtechnol/sql/2005/technologies/repl_quickstart_for_oracle.mspx
    If anyone could help me regarding the problem on new connections problem I would appreciate
    Here are the errors we are getting:
    10g Agent connection Error on the Database 10g:
    Timestamp=Jul 4, 2008 2:29:03 PM EDT
    Severity=Critical
    Message=Failed to connect to database instance: ORA-12518: TNS:listener could not hand off client connection (DBD ERROR: OCIServerAttach).
    10g Agent connection Error on the Database 9i:
    Timestamp=Jul 10, 2008 10:51:16 AM EDT
    Severity=Critical
    Message=Failed to connect to database instance: ORA-04031: unable to allocate %s bytes of shared memory ("%s","%s","%s","%s") (DBD ERROR: OCISessionBegin).
    Notification Rule Name=Send Email For Database Event
    Notification Rule Owner=SYSMAN
    Notification Count=1
    The clients applications are having similar errors when trying to connect. This seems to be happening after replication has been running for a while (1 -2 weeks) on the SQL server 2005 side...
    We are using Snapshot Replication for the 10g database (every 20 minutes)
    and transactional replication on the 9i database...
    We are replicating 28 tables from the 10g database (500Mb Via Snapshot Replication)
    And 171 Tables for the 9i databases (Near 3Gb Via Transactional Replication)
    Thanks for the help !

    Here is an error from the 9i database Client: (this seems to be correct %s values)
    ORA-04031: Unable to allocate 20236 bytes of shared memory("shared pool", "unknown object", "sga heap(1,0)", "session param values");
    Here is the 9i database Init.ora:
    # Copyright (c) 1991, 2001, 2002 by Oracle Corporation
    # Cache and I/O
    db_block_size=8192
    db_cache_size=25165824
    db_file_multiblock_read_count=16
    # Cursors and Library Cache
    open_cursors=300
    # Database Identification
    db_domain=Something.com
    db_name=Something
    # Diagnostics and Statistics
    background_dump_dest=C:\oracle\admin\Something\bdump
    core_dump_dest=C:\oracle\admin\Something\cdump
    timed_statistics=TRUE
    user_dump_dest=C:\oracle\admin\Something\udump
    # File Configuration
    control_files=("D:\oracle\oradata\Something\CONTROL01.CTL", "D:\oracle\oradata\Something\CONTROL02.CTL", "D:\oracle\oradata\Something\CONTROL03.CTL")
    # Instance Identification
    instance_name=Something
    # Job Queues
    job_queue_processes=10
    # MTS
    dispatchers="(PROTOCOL=TCP) (SERVICE=SomethingXDB)"
    # Miscellaneous
    aq_tm_processes=1
    compatible=9.2.0.0.0
    # Optimizer
    hash_join_enabled=TRUE
    query_rewrite_enabled=FALSE
    star_transformation_enabled=FALSE
    # Pools
    java_pool_size=33554432
    large_pool_size=8388608
    shared_pool_size=50331648
    # Processes and Sessions
    processes=150
    # Redo Log and Recovery
    fast_start_mttr_target=300
    # Security and Auditing
    remote_login_passwordfile=EXCLUSIVE
    # Sort, Hash Joins, Bitmap Indexes
    pga_aggregate_target=25165824
    sort_area_size=524288
    # System Managed Undo and Rollback Segments
    undo_management=AUTO
    undo_retention=10800
    undo_tablespace=UNDOTBS1
    Here is the Database 10g init.ora:
    SomeDB.__db_cache_size=1216348160
    SomeDB.__java_pool_size=8388608
    SomeDB.__large_pool_size=8388608
    SomeDB.__shared_pool_size=343932928
    SomeDB.__streams_pool_size=0
    *.audit_file_dest='D:\oracle\product\10.2.0\admin\SomeDB\adump'
    *.background_dump_dest='D:\oracle\product\10.2.0\admin\SomeDB\bdump'
    *.compatible='10.2.0.3.0'
    *.control_files='D:\oracle\product\10.2.0\oradata\SomeDB\control01.ctl','D:\oracle\product\10.2.0\oradata\SomeDB\control02.ctl','D:\oracle\product\10.2.0\oradata\SomeDB\control03.ctl'
    *.core_dump_dest='D:\oracle\product\10.2.0\admin\SomeDB\cdump'
    *.db_block_size=8192
    *.db_domain=''
    *.db_file_multiblock_read_count=16
    *.db_name='SomeDB
    *.job_queue_processes=10
    *.log_archive_dest='D:\Backup\SomeDB\Archives'
    *.log_archive_start='true'
    *.open_cursors=300
    *.pga_aggregate_target=525336576
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=1578106880
    *.undo_management='AUTO'
    *.undo_tablespace='RBS'
    *.user_dump_dest='D:\oracle\product\10.2.0\admin\SomeDB\udump'
    On the 10g database we get the error: ORA-12518: TNS:listener could not hand off client connection (DBD ERROR: OCIServerAttach).
    The application for the Database 10g Is web based and uses Tomcat, I seems to get similar errors in the tomcat log:
    java.sql.SQLException: ORA-04030: out of process memory when trying to allocate 1046552 bytes

  • Terminology differences between MSSQL 2005/2008 and Oracle 11g

    I'm looking for some articles/books/webinars/blogs which discuss the terminology differences between MSSQL 2005/2008 and Oracle 11g in terms of database concepts. I have found this article http://www.sqlservercentral.com/articles/SQL+Server/67007 so far.
    Thanks.

    Thanks sb92075. Those returned results are almost all related to compare the features/functionalities between MSSQL and Oracle not to distinguish the terminology differences between them.

  • BI JDBC Connection For MSSQL 2005

    Hi All,
    I am trying to establish an BI JDBC Connection with MSSQL 2005 Server. I follow the steps exactly mentioned in the guide but i was not successfull. I doubt the problem could be with the adapters and again downloaded a JAR file for MSSQL 2005 from microsoft website and proceeded with steps. But no luck this time also.
    How do i make a successfull connection. Below is the result of a test page
    ==================================================
    Details:
    com.sap.ip.bi.sdk.exception.BIConnectionFailedException: Cannot open the connection at com.sap.ip.bi.sdk.dac.connector.jdbc.JdbcConnectionFactory.getConnectionEx(JdbcConnectionFactory.java:238) at com.sap.ip.bi.sdk.trialarea.connector.servlet.model.JDBCModel.getConnection(JDBCModel.java:797) at com.sap.ip.bi.sdk.trialarea.connector.servlet.model.JDBCModel.getTables(JDBCModel.java:132) at com.sap.ip.bi.sdk.trialarea.connector.servlet.controller.Control2.doPost(Control2.java:23) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365) at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944) at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266) at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95) at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160) at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33) at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(Native Method) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170) Caused by: com.sap.ip.bi.sdk.exception.BIResourceException: Cannot open the connection at com.sap.ip.bi.sdk.dac.connector.jdbc.JdbcManagedConnection.(JdbcManagedConnection.java:123) at com.sap.ip.bi.sdk.dac.connector.jdbc.JdbcManagedConnectionFactory.createManagedConnection(JdbcManagedConnectionFactory.java:119) at com.sap.engine.services.connector.jca.ConnectionHashSet.match(ConnectionHashSet.java:320) at com.sap.engine.services.connector.jca.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:189) at com.sap.ip.bi.sdk.dac.connector.jdbc.JdbcConnectionFactory.getConnectionEx(JdbcConnectionFactory.java:233) ... 19 more Caused by: com.sap.ip.bi.sdk.exception.BIResourceException: Cannot connect to JDBC data source at com.sap.ip.bi.sdk.dac.connector.jdbc.impl.Connection.connectDB(Connection.java:394) at com.sap.ip.bi.sdk.dac.connector.jdbc.impl.Connection.connect(Connection.java:106) at com.sap.ip.bi.sdk.dac.connector.jdbc.JdbcManagedConnection.(JdbcManagedConnection.java:118) ... 23 more Caused by: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]End of stream was detected on a read. at com.microsoft.jdbc.base.BaseExceptions.createException(Unknown Source) at com.microsoft.jdbc.base.BaseExceptions.getException(Unknown Source) at com.microsoft.jdbc.sqlserver.tds.TDSRequest.processReply(Unknown Source) at com.microsoft.jdbc.sqlserver.SQLServerImplConnection.open(Unknown Source) at com.microsoft.jdbc.base.BaseConnection.getNewImplConnection(Unknown Source) at com.microsoft.jdbc.base.BaseConnection.open(Unknown Source) at com.microsoft.jdbc.base.BaseDriver.connect(Unknown Source) at java.sql.DriverManager.getConnection(DriverManager.java:512) at java.sql.DriverManager.getConnection(DriverManager.java:140) at com.sap.ip.bi.sdk.dac.connector.jdbc.impl.Connection.connectDB(Connection.java:376) ... 25 more
    ====================================================
    regards,
    Anand

    Hi Anand,
    did you check the WIKI:
    <a href="https://wiki.sdn.sap.com/wiki/display/VC/JDBCConnectionSetup">https://wiki.sdn.sap.com/wiki/display/VC/JDBCConnectionSetup</a>
    Best Regards,
    Marcel

  • MSDTC cluster on MSSQL 2005

    I've searched the SAP Notes with out results, so am asking if anyone knows....
    When installing MSSQL 2005 on a cluster we've been informed by the SQL DBA that the MSDTC must be clustered. But he needs to know if we can add the MSDTC to the SAP Cluster group.
    I've suggested that there should be no problems, but would like confirmation.

    Thanks Jared
    I do have one more question though.
    First, we installing on 64 bit servers now (wahoo). But shouldn't the msdtc be installed on a drive that can be failed over?
    The Server Management team is suggesting this and thus the question in regards to installing on the SAP cluster.
    Ken

  • How to reset ddic password for client 000 in MSSQL 2005 database

    SAP = ECC6
    DB = MSSQL 2005
    client = 000
    1. SAP* account was removed from the DB, can't be found in USR02 table.
    2. Only left ddic account and was locked. How can i reset ddic password?
    3. How can i unlock and reset my own password from the MSSQL database?

    You can unlock and reset passwords for DDIC and for your own user id in the following way:
    Please execute the below queries at your database level:
    To unlock user ids:
    SQL>update SAP<SID>.usr02 set flag=0 where bname="*user id*" and mandt=client number;
    SQL>commit;
    To reset the passwords:
    SQL>update SAP<SID>.usr02 set bcode="encrypted password" where bname="*user id*" and mandt=client number;
    SQL>commit;
    Then log into the system and execute /$sync
    hope this will help you.
    Regards,
    FAisal

  • Connection via UD Connect in BI system to external MSSQL 2005

    Hello experts,
    I want to configure connection from BI (SAP_BW 7.01) system on SAP EHP 1 for SAP NetWeaver 7.0 to MSSQL 2005 and AIX via UD Connect. I want to setup connection according to guide "How to u2026Configure UDConnect on the J2EE Server for JDBC Access to External Databases (SAP NW 04 - SAP BW 3.5)". I have problem with create RFC destination under "JCo RFC Provider" in Visual Administrator. I don't known where I can add new RFC destination as is write in this guide.
    Thank you very much for your help.
    Best regards
    Capek Martin

    > I have problem with create RFC destination under "JCo RFC Provider" in Visual Administrator. I don't known where I can add new RFC destination as is write in this guide.
    You're searching for the "new" button, right? I was searching that too.
    Just select one RFC destination, change the name and press on "save" - this will add a new one. Not very intuitive but it works.
    Markus

  • Errors during backup of MSSQL 2005 using DB13

    Hi,
    I have an ECC 5.0 system, and when I try to perform any kind of backup of a MSSQL 2005 database using DB13 I get an error like this:
    Modified:  2006-12-05 11:43:55.                                   
    Command:    pc1.sap_backup_databases                              
                 @dblist="PC1,master,msdb",@r3db="PC1",@bdev="PC1     
               _v2",@unload=0,@jobname= "SAP CCMS Full DB Backup      
               of PC1,master,msdb [20061205114354]"                   
    Descript: SAP CCMS JOB                                                                               
    *********** Task history information ***********                  
    For run:   20061205 23:00:00                                      
    Status:    0          (failure)   (see DB error log)              
    Message:   3013                                                   
    Severity:  16                                                     
    Duration:  0 hours, 0 minutes, 0 seconds                          
    Last msg:  Executed as user: NT AUTHORITYSYSTEM. DBCC execut     
               ion completed. If DBCC printed error messages, con     
               tact your system administrator. [SQLSTATE 01000] (     
               Message 2528)  The user-specified MEDIANAME "ID05S     
               " does not match the MEDIANAME "ID29S" of the devi     
               ce "PC1_v2(D:BackupPC1_2.bak)". [SQLSTATE 42000]     
                (Error 4037)  BACKUP DATABASE is terminating abno     
               rmally. [SQLSTATE 42000] (Error 3013).  The step 
               failed.                                                
    The strange thing is that if I create a new backup device in MS SQL Server Management Studio, and assign a backup job to use this backup device, the backup is successfull... but only the first time I schedule the backup. Following backup attempts to same device fails with the error message above.
    Any ideas, anyone?
    Regards,
    Thomas

    Hi Kan,
    So your suggestion is that I should run a backup with the format media option selected? I believe I have tried that, but I will nevertheless give it another go.
    Will keep this thread open in the mean time.
    Thomas

  • Problrm to connect 2005 B - with MSSQL 2005

    Can any one help me to solve the below problem
    I have installed 2005 B and MSSQL 2005 in server. When i try to login the application either from server / client i am getting the following error
    "Cluster mismatch -131-163"
    Pls help me on this

    Suresh,
    Are you using MS Clustering with MS SQL Server 2005 as that is not supported.
    Eddy

  • Create Master Repository With MSSQL 2005

    Hi,
    I try to create a new Master repository with MSSQL 2005 but the connection to the database doesn't work.
    I create a database named db_snpm for the master database and a database named db_snpw for the work db as oracledi_setup.pdf said.
    I create a user/password snpm/password for db_snpm and snpw/password for db_snpw.
    There are db_owner.
    My driver connection : com.microsoft.sqlserver.jdbc.SQLServerDriver
    My Url : jdbc:sqlserver://localhost:1433;selectMethod=cursor;databaseName=db_snpm;integratedSecurity=false
    User : snpm
    Password : password
    When I try the connection, I've got the following error "com.sunopsis.sql.c: com/microsoft/sqlserver/jdbc/SQLServerDriver "
    I had created a SQL SERVER DataServer in the topology Manager with the same driver and url and the connection work fine. I used it in some interface.
    Any help would be great.
    Thanks
    Jerome
    Edited by: user12010673 on 14 oct. 2009 02:00

    Creation of ODI master repository is limited to few relational databases only. Check certification matrix for ODI 11g
    Oracle 10.2.0.4+
    Oracle 11.1.0.7+
    Oracle 11.2.0.1+
    Microsoft SQL Server 2005
    Microsoft SQL Server 2008
    IBM DB2/UDB 9.7 and later FixPaks
    IBM DB2/400 (V5R4+)
    Hypersonic SQL 1.7.3+
    Sybase AS Enterprise 15.0.x
    thanks

  • Is MSSQL 2005 supported ?

    is MSSQL 2005 supported by the 6.0 portal? For an existing portal(with sql2000 database), moving the database on a sql2005 server isOk? Any experience regarding this procedure?
    Thanks!
    Val

    Hi Jacques,
    The Express Edition is not listed in the "Supported platforms" list:
    http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000654575&_SCENARIO=01100035870000000183&_ADDINC=&_OBJECT=011000358700001241092005E.htm
    If I remember correctly Microsoft does not want the Express Edition to be used for productive systems...
    ...or at least the agreement regarding B1 is of such kind.
    For a more detailled discussion or a formal answer please open a message to SAP Support on SAP Servicemarketplace.
    HTH,
    Frank

  • Compatibility - MSSQL 2005, 64 bit

    We will be performing an upgrade to MSSQL 2005. Has anyone
    had any problems using 64-bit SQL Server? Does JDBC make this
    invisible to the ColdFusion client?

    I too would like to know if anyone else is using MS SQL
    Server 64 bit as a standalone database server for Coldfusion?
    Our CF web servers (CFMX 6.1 standard) are independant from
    our database server (MS SQL 2000 Standard on another machine). When
    we upgrade to a new server and 64bit SQL, will we need to change
    out the database drivers on our web server? Has anyone run into any
    gotchas doing this?
    - Piper

  • Can SBO-COMMON database be re-attached after Reinstalling MSSQL 2005

    Hi All,
    I encountered collation issue. The MSSQL Server Collation is incorrectly indicated when upgrade from 2005B to 8.8 was performed. (the correct one should be SQL_Latin1_General_CP1_CI_AS instead of Latin1_General_CI_AS. But my various company databases are correctly stated as SQL_Latin1_General_CP850_CI_AS (as required by SAP B1).
    Now, I am considering creating a new SQL Instance with the correct collation, then use the SBO Upgrade Server to create the SBO-COMMON and re-direct the License Server to the new instance. But all my AddOns requires for re-installation.
    My next alternative is to uninstall MSSQL 2005 and re-install with the correct collation. But I am wondering if the backup SBO-COMMON can be used. Also, will the installed AddOns prompts for re-installation?
    I have checked against SAP Note 987436. is this the only lifeline?
    These solutions will required certain amount of downtime from the customer. Is there a cleaner way out of this?
    Please help.
    Regards
    Jessie Ng

    Hi,
    Some of our B1 customers have encountered the wrong collation settings. Here are the problems they've got :
    1. When trying to use any functionality of Drag & Relate, the following error message will be displayed: 'No matching record found'.
    2. When runing "Sales\Purchase analysis report" for Business Partner, the report might not retrieve any results eventhough it should.
    Here is the solution from SAP note:
    Collation Settings of MSSQL Server 2005 or 2008
    Symptom
    When defining the wrong collation during manual installation of MSSQL Server 2005 or MSSQL 2008, in certain situations it might cause functional problems. Examples:
    1. When trying to use any functionality of Drag & Relate, the following error message will be displayed: 'No matching record found'.
    2. When runing "Sales\Purchase analysis report" for Business Partner, the report might not retrieve any results eventhough it should.
    Other terms
    MSSQL 2005, MSSQL 2008, SQL server, documentation, collation, Drag & relate, drag and relate, collation settings, collation setting, SQL 2005, SQL 2008
    Reason and Prerequisites
    Consulting Note
    Solution
    The latest version of any documentation can be found at http://service.sap.com/smb/sbo/documentation.
    Please make sure to choose collation setting of: SQL_Latin1_General_CP1_CI_AS
    when installing MSSQL 2005 / 2008 Server.
    In order to check what the collation is set to in your server, please run the following query:
    Collation of your Server:
    select SERVERPROPERTY ('collation')
    (This query gets the collation settings of MSSQL Server's System Database "Master")
    Expected answer : SQL_Latin1_General_CP1_CI_AS
    In case you have already installed the MSSQL 2005 or 2008 Server with any collation other than SQL_Latin1_General_CP1_CI_AS, please follow the steps below:
    Change your server collation to SQL_Latin1_General_CP1_CI_AS.
    You can find Microsoft's instructions for changing an SQL server collation here:
    http://msdn2.microsoft.com/en-us/library/ms179254.aspx
    Please note that collation settings of Database "Master" needs to be changed only. All SAP Business One Databases must not be changed! These must remain on SQL_Latin1_General_CP850_CI_AS.
    If you need any clarifications with this process please refer to an Expert Empowerment Session "SQL 2005 Server Collation settings" at https://websmp203.sap-ag.de/~sapidb/011000358700000050892007E/ or http://service.sap.com/smb/sbo/support -> Archive: Empowerment Sessions.
    If you have any Servicepack for MSSQL Server installed, but the Servicepack is not included into your DVD MSSQL Server, do as follows:
    1. Deinstall Servcicepack
    2. Change Collation Settings as per Expert Empowerment Session
    3. Install Servicepack again
    JimM

Maybe you are looking for

  • How Do I Find the Full URL for Linking to Messages in the Forum

    What is the best way to find the URL that links directly to a message I've posted in the forum? When I receive an e-mail notifying me that a reply has been posted in a thread I'm subscribe to, there is a link to that reply in a format similar to http

  • Permissions impossible to repair (10.5.7)

    These following permissions are impossible to repair. Disk Utility on instsall DVD or Onyx repair them but they are still there next repair session.: -- Quote Started verify/repair permissions on disk disk0s3 HD Permissions differ on "System/Library/

  • Distribute​d System Manager trend y-axis scale

    I've been trying to monitor some boolean shared variables in the Distributed System Manager.  I've been looking at the trend, but I can't find a way to change the y-axis scale from 0-100.  With that scale, I can't see if a value switches from 0 to 1.

  • Messages in Pop-over Message Area

    Hi,   I have a Pop-over where I have defined a Message Area. But whenever I try to show a message in the Pop-over's Message Area, the message gets displayed in the Message Area of the View from where this pop-over is invoked. Please let me know how t

  • Change the Index from documents to All

    Hi all I created an index in the index administration only for documents(Items to Index=Documents). This was a long time ago... Now we have the problem that our search engine only shows documents to this index. OK its how it works. But my question is