MBSA 2.3 Reporting SQL 32-bt instance is running in mixed mode when it is set to Integrated

I have SQL Server 2008 R2 64-bit installed.  I just finished running MBSA 2.3 it is saying that the 32-bit instance is running in mixed mode.  I only have one instance installed (64-bit).  The 64-bit is set to Windows Authenticated. 
How to I fix this finding?

Hi,
What is output of below
SELECT SERVERPROPERTY('IsIntegratedSecurityOnly')
GO
EXEC MASTER.SYS.XP_LOGINCONFIG 'LOGIN MODE'
Did you restarted SQL Server service after changing Authentication mode
Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
My Technet Wiki Article
MVP

Similar Messages

  • MBSA 2.3 Reporting SQL Security mode as mixed when it is set to integrated (windows)

    How to fix this.
    I have searched everywhere and suprised no one else have ever seen this.
    My SQL server is set to integrated security yet MBSA reports it as mixed.
    Thanks
    Mike

    I ended up running MBSA locally on servers ( using a scheduled task)  and transfer reports to a local server for further processing . trust me it works really good this way . 

  • How to install sp2 for sql server 2012 , where sql server 2012 instnce is installed in cluster mode

    Hi Everyone,
    I want to install sp2 for sql server 2012, My sql server 2012 instance is installed in cluster mode.
    Please suggest the best practice to install sp2 , what are prerequisite and recommendation.
    Please share installation guide for sp2 in cluster instance, if any one have.
    Thanks All
    Aditya

    Did you searched a bit before posting question.
    Please read
    https://support.microsoft.com/kb/958734?wa=wsignin1.0
    http://blogs.msdn.com/b/john_daskalakis/archive/2014/09/05/how-to-install-a-service-pack-at-a-sql-server-2012-failover-instance-best-practices.aspx
    http://blogs.msdn.com/b/jason_howell/archive/2012/08/28/how-to-patch-sql-server-2012-setup-with-an-updated-setup-package-using-updatesource-to-get-a-smart-setup.aspx
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • Reporting Services install on SQL 2012 SP1 instance blank

    Sorry for the duplicate . . . didn't think the first on posted due to VDI locking up.
    I have looked at all the links and tried the suggestions and I am still having the problem: 
    SCCM 2012 R2                         SQL 2012 SP1 SSRS installed and configured (separate boxes)
    When I try to add the reporting services role, it finds the SCCM database and verifies connectivity to it, the SSRS instance drop down is blank.
    Using a domain service accout with local admin rights on both machines and sa rights in SQL.
    There is a firewall between the Primary Server and the SQL Server and ports 80, 135, 443, 445, 1433 and the high RPC range.
    Does anyone know how it is determining the instance?  I have read it is via WMI but I am not sure if it is a query or executing a method.  I have verified the svc acct has the correct DCOM privs.

    Hi,
    How are things going? Please let us know if there is any progress.
    Regards.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • TF400525: Make sure the SQL Server Reporting Services service for this instance is running.

    I am trying to install TFS 2012 update 4 on single server installation.
    I am getting below error:
    TF400525: Make sure the SQL Server Reporting Services service for this instance is running.

    Hi CFSA, 
    Thanks for your post.
    If you want install TFS 2012 Server with Reporting Server, you must ensure the provided Reporting Services is running first.
    As Daniel said, please check that in SQL Server Configuration Manager to ensure Reporting Services is installed and running.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Report Services Install - SQL Server 2012 instance blank

    I have looked at all the links and tried the suggestions and I am still having the problem: 
    SCCM 2012 R2                         SQL 2012 SP1 SSRS installed and configured (separate boxes)
    When I try to add the reporting services role, it finds the SCCM database and verifies connectivity to it, the SSRS instance drop down is blank.
    Using a domain service accout with local admin rights on both machines and sa rights in SQL.
    There is a firewall between the Primary Server and the SQL Server and ports 80, 135, 443, 445, 1433 and the high RPC range.
    Does anyone know how it is determining the instance?  I have read it is via WMI but I am not sure if it is a query or executing a method.  I have verified the svc acct has the correct DCOM privs.

    Hi Jo75,
    According to my understanding, you get the error message “Unable to connect to the database: Network error IOException: Connection refused: connect” when you connect to the SQL Server database
    during installation of Trend Micro's DSM.  
    Based on my test, I was able to connect to the SQL Server database with the user name “sa” during the installation of Deep Security Manager and no error message appeared. Besides, I created
    a new SQL Server login and it also worked fine.
    Make sure you can connect to the SQL Server instance successfully, you can follow these steps:
    1. Open SQL Server Management Studio and click Database Engine from pull-down menu of Connect in Object Explorer.
    2. In the Server name box, you should type hostname\instance name. And you should choose SQL Server Authentication in Authentication box and type “sa” in Login box, then type your password
    and click Connect.
    If you can’t connect to SQL Server, you can try to create a new login and give it full permission. Please follow these steps:
    1. Open SQL Server Management Studio and connect to SQL Server with administrator account.
    2. Click Security and right click Logins then choose New Login.
    3. In General page, type your new Login name and choose SQL Server Authentication, then set your password.
    4. Click Server Roles
    at
    the
    top-left
    corner
    and check the dbcreator box.
    5. Click Status at the top-left corner and check enabled under the login, then click ok.
    6. Click the database you want to connect during the installation of Deep Security Manager, expand the security and right click the users, then choose New User.
    7. Type your user name and login name in General page. Click Owned Schemas page and check db_owner. Also check db_owner in Membership page then click ok.
    8. Retry install Deep Security Manager.
    Please follow these steps and how it works.
    Best regards,
    Qiuyun Yu

  • Do i need to install srwAPIins.sql in the database to run reports

    I have a report where i have to generate whenever a row is inserted into a table. I have to automate this process.So, i am using event based publishing API in the after insert trigger or a procedure.We have 9i database and 10g developer suite. When i compiled the trigger it is says that variables should be declared.
    like srw_paramlist
    I am guessing that i should install this API in the database too.
    DO i have install in the database too.
    I tried to run srwAPIins.sql and srwAPIgrant.sql
    Where can i get these sqls to run in these in the database.
    Thank you very much.
    Sree

    Hi Sree,
    Suppose you are using the following code:
    DECLARE
    myPlist SRW_PARAMLIST;
    myIdent SRW.Job_Ident;
    BEGIN
    myPlist := SRW_PARAMLIST(SRW_PARAMETER('',''));
    srw.add_parameter(myPlist,'GATEWAY','http://machine:port/reports/rwservlet');
    srw.add_parameter(myPlist,'SERVER','mySVR');
    srw.add_parameter(myPlist,'REPORT','myReport.RDF');
    srw.add_parameter(myPlist,'USERID','me/secret');
    myIdent := srw.run_report(myPlist);
    END;
    In this case, you need to make sure the following:
    1. Make sure that the reports servlet is running, and that you provide the correct address of the servlet in your code. In 10g DS, to start the servlet, you need to go to your windows start menu > Programs > 10g DS > Reports Developer > Start OC4J instance. By default, this starts OC4J on port 8888. So submit the following command on a web browser:
    http://hostname:port/reports/rwservlet
    You should see the rwservlet page. (if there is a problem, also try ports 7777 and 7778).
    If you see the rwservlet page, you should use the above URL for the GATEWAY parameter.
    2. In the REPORT parameter, you need to provide the report name. If you provide complete path and report name, it's fine. Otherwise, you place the reports in any directory, add the directory to REPORTS_PATH, and provide only the report name in the code.
    As you can see, GATEWAY and REPORT are separate parameters, and are not connected to each other.
    Navneet.
    PS: the advantage of posting in this Forum is that other users facing the same problem can search the forum and get answers to their queries.

  • Statspack Report of My DB instance

    Hey Guys:
    I generated a statspack report of my db instance and here is what are my findings.
    I would like to hear from you experts on where I should be focussing if at all some thing is wrong. I am new to using statspack and hence this help.
    DB Name DB Id Instance Inst Num Release Cluster Host
    Test 3378348462 Test 1 9.2.0.7.0 NO Sonar
    Snap Id Snap Time Sessions Curs/Sess Comment
    Begin Snap: 21 07-Nov-07 09:57:54 2,163 50.6
    End Snap: 31 07-Nov-07 13:05:35 2,394 49.3
    Elapsed: 187.68 (mins)
    Cache Sizes (end)
    ~~~~~~~~~~~~~~~~~
    Buffer Cache: 2,048M Std Block Size: 4K
    Shared Pool Size: 912M Log Buffer: 2,048K
    Load Profile
    ~~~~~~~~~~~~ Per Second Per Transaction
    Redo size: 92,813.08 3,394.20
    Logical reads: 28,731.61 1,050.72
    Block changes: 639.05 23.37
    Physical reads: 1,817.04 66.45
    Physical writes: 39.44 1.44
    User calls: 2,688.74 98.33
    Parses: 553.54 20.24
    Hard parses: 3.63 0.13
    Sorts: 219.64 8.03
    Logons: 3.94 0.14
    Executes: 1,045.60 38.24
    Transactions: 27.34
    % Blocks changed per Read: 2.22 Recursive Call %: 38.00
    Rollback per transaction %: 32.76 Rows per Sort: 17.22
    Instance Efficiency Percentages (Target 100%)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Buffer Nowait %: 99.97 Redo NoWait %: 100.00
    Buffer Hit %: 93.69 In-memory Sort %: 100.00
    Library Hit %: 99.60 Soft Parse %: 99.34
    Execute to Parse %: 47.06 Latch Hit %: 99.92
    Parse CPU to Parse Elapsd %: 70.22 % Non-Parse CPU: 96.20
    Shared Pool Statistics Begin End
    Memory Usage %: 100.00 100.00
    % SQL with executions>1: 57.52 52.53
    % Memory for SQL w/exec>1: 59.44 51.50
    Top 5 Timed Events
    ~~~~~~~~~~~~~~~~~~ % Total
    Event Waits Time (s) Ela Time
    CPU time 19,121 37.80
    db file sequential read 8,259,408 14,317 28.31
    SQL*Net message from dblink 135,187 10,801 21.36
    db file scattered read 792,239 2,091 4.13
    ARCH wait on SENDREQ 1,385 1,077 2.13
    Tablespace IO Stats for DB: EAST Instance: Test Snaps: 21 -31
    ->ordered by IOs (Reads + Writes) desc
    Tablespace
    Av Av Av Av Buffer Av Buf
    Reads Reads/s Rd(ms) Blks/Rd Writes Writes/s Waits Wt(ms)
    SALES
    4,234,917 376 1.4 1.3 12,952 1 36,425 1.2
    RETAIL
    1,580,550 140 2.5 4.7 18,922 2 24,786 1.7
    AR
    1,272,815 113 2.1 3.4 4,044 0 17,387 1.4
    CATALYST
    467,941 42 1.6 3.0 30,109 3 648 0.9
    SALES_IDX
    471,258 42 2.2 1.0 23,052 2 2,592 3.0
    CATIDX
    283,058 25 4.1 1.2 101,820 9 7,552 3.4
    CORP
    235,608 21 2.1 1.2 7,480 1 2,025 2.7
    RETAILLRGIDX
    201,128 18 1.8 1.0 20,337 2 1,979 3.2
    ARIDX2
    194,451 17 2.1 1.0 6,102 1 248 1.5
    UNDOTBS
    1,876 0 1.7 1.0 112,541 10 269 0.1
    RETAILSMLIDX
    55,340 5 2.2 1.0 5,936 1 397 3.2
    SYSTEM
    49,147 4 2.2 1.5 11,311 1 111 2.5
    PERFSTAT
    3,042 0 0.5 1.0 659 0 0 0.0
    TEMP
    1,687 0 552.1 36.0 1,635 0 0 0.0
    IFFM
    5 0 10.0 1.0 5 0 0 0.0
    TOOLS
    5 0 4.0 1.0 5 0 0 0.0
    USERS
    5 0 6.0 1.0 5 0 0 0.0
    Thanks in Advance,
    Regards,
    - BMP

    Well, it depends... very much , what do you want to get? ...two situations may arise:
    1) You have a performance issue
    2) You're trying to be proactive and find out any 'performance gain' oportunity (or you, neither, your users have realized there is a problem...which is very rare)
    My suggestions, if your case is (2)
    a) Focus on Wait events
    b) Analyze what is going on with excesive reads, mostly if you see disk IO and waits.
    c) Try to reduce excesive executions: sometimes developers think is cheaper to ask the database 1 million times, than add 100 lines of code (Yep...it's easier for them to charge the bill on us)
    ... there are more suggestions, only those poped right now... sorry,I need a larger buffer cache.
    Regards
    http://oracledisect.blogspot.com

  • Crystal report/SQL SP/DTSRUN

    Post Author: slk35psu
    CA Forum: Other
    Hi.
    [Crystal Reports version 11.5.9.1076]
    [SQL Server 2000]
    I have a SQL Server stored procedure that runs perfectly
    when I execute it in the database but it does not work in Crystal Report.
    The stored procedure executes two SQL scripts: drop table
    indexes and truncate tables.  After that,
    it calls a DTS package to transfer data from an Oracle database to the SQL
    database.  After the DTS package call, it
    executes two more SQL scripts to put back the table indexes and updates table
    statistics.  I can run the stored
    procedure in the SQL database (on both my computer and on its server).  The problem occurs when the stored procedure
    is called in the Crystal Report.  In
    Crystal Report, the stored procedure runs the drop table indexes and truncate
    tables scripts and the DTS package.  It
    seems to me that Crystal
    thinks the job is done at the completion of the DTS package and reports a
    success status.  It fails to continue to
    run the table indexes creation script and the table statistics update
    script.  What causes this?
    To summarize, the steps in the SQL database stored procedure
    are:
    Truncate
         tablesDrop
         indexesRun
         DTS package to transfer data from Oracle DB to SQL DBCreate
         indexesUpdate
         statistics
    The stored procedure works find when executed in the SQL database.  When executed in the Crystal Report, it stops
    (and thinks) it is done at the end of the DTS package run (step 3).
    I have pasted my stored procedure code below for your
    review.  Sincerely, Susan Kolonay.
    create proc dbo.WH_DATA_LOAD
    as
    SET NOCOUNT ON
    DECLARE @rc int
    DECLARE @WH_UNAME varchar(30)
    SET @WH_UNAME = 'whu1'
    DECLARE @WH_PWD varchar(30)
    SET @WH_PWD = 'K*e689f(k'
    DECLARE @WH_DB_SERVER_NAME varchar(30)
    SET @WH_DB_SERVER_NAME = 'ddasAA.psu.edu'
    DECLARE @SCRIPTS_LOC varchar(50)
    SET @SCRIPTS_LOC = 'E:\Scripts\cnv\TEST\'
    DECLARE @DTS_PKG_NAME varchar(30)
    SET @DTS_PKG_NAME = 'whse_build_routine'
    DECLARE @TRUNCATE_TBL varchar(200)
    DECLARE @DROP_INDEXES varchar(200)
    DECLARE @DTS_PKG varchar(200)
    DECLARE @CREATE_INDEXES varchar(200)
    DECLARE @UPDATE_TBL_STATS varchar(200)
    /CHECKING TABLE/
    if not exists (select 1 from sysobjects where type='U' and
    name='WH_DATA_LOAD_STATS' and uid=1)
    BEGIN
      PRINT
    'WH_DATA_LOAD_STATS does not exist.'
      RETURN
    END
    /TRUNCATE TEMPORARY TABLE/
    truncate table WH_DATA_LOAD_STATS
    /TRUNCATE TABLES/
    insert into WH_DATA_LOAD_STATS (time_started, process)
    values (getdate(), 'truncate table')
    SET @TRUNCATE_TBL = 'isql -U '@WH_UNAME' -P '@WH_PWD' -n
    -i '@SCRIPTS_LOC'trunc_whse_tables.sql 2>&1'
    EXEC @rc = master.dbo.xp_cmdshell @TRUNCATE_TBL
    IF @rc <> 0
    BEGIN
      update
    WH_DATA_LOAD_STATS set time_ended=getdate(), status='failed' where
    process='truncate table'
    END
    ELSE
    BEGIN
      update
    WH_DATA_LOAD_STATS set time_ended=getdate(), status='success' where
    process='truncate table'
    END
    /DROP INDEXES/
    insert into WH_DATA_LOAD_STATS (time_started, process)
    values (getdate(), 'drop indexes')
    SET @DROP_INDEXES = 'isql -U '@WH_UNAME' -P '@WH_PWD' -n
    -i '@SCRIPTS_LOC'drop_whse_indexes.sql 2>&1'
    EXEC @rc = master.dbo.xp_cmdshell @DROP_INDEXES
    IF @rc <> 0
    BEGIN
      update
    WH_DATA_LOAD_STATS set time_ended=getdate(), status='failed' where
    process='drop indexes'
    END
    ELSE
    BEGIN
      update
    WH_DATA_LOAD_STATS set time_ended=getdate(), status='success' where
    process='drop indexes'
    END
    /DTS PKG/
    insert into WH_DATA_LOAD_STATS (time_started, process)
    values (getdate(), 'DTS pkg')
    SET @DTS_PKG = 'dtsrun /S '@WH_DB_SERVER_NAME' /U sa /P
    abcdefg123 /N '@DTS_PKG_NAME' 2>&1'
    EXEC @rc = master.dbo.xp_cmdshell @DTS_PKG
    IF @rc <> 0
    BEGIN
      update
    WH_DATA_LOAD_STATS set time_ended=getdate(), status='failed' where process='DTS
    pkg'
    END
    ELSE
    BEGIN
      update
    WH_DATA_LOAD_STATS set time_ended=getdate(), status='success' where
    process='DTS pkg'
    END
    /CREATE INDEXES/
    insert into WH_DATA_LOAD_STATS (time_started, process)
    values (getdate(), 'create indexes')
    SET @CREATE_INDEXES = 'isql -U '@WH_UNAME' -P '@WH_PWD'
    -n -i '@SCRIPTS_LOC'create_whse_indexes.sql 2>&1'
    EXEC @rc = master.dbo.xp_cmdshell @CREATE_INDEXES
    IF @rc <> 0
    BEGIN
      update WH_DATA_LOAD_STATS
    set time_ended=getdate(), status='failed' where process='create indexes'
    END
    ELSE
    BEGIN
      update
    WH_DATA_LOAD_STATS set time_ended=getdate(), status='success' where
    process='create indexes'
    END
    /UPDATE STATISTICS/
    insert into WH_DATA_LOAD_STATS (time_started, process)
    values (getdate(), 'update statistics')
    SET @UPDATE_TBL_STATS = 'isql -U '@WH_UNAME' -P
    '@WH_PWD' -n -i '@SCRIPTS_LOC'update_whse_stats.sql 2>&1'
    EXEC @rc = master.dbo.xp_cmdshell @UPDATE_TBL_STATS
    IF @rc <> 0
    BEGIN
      update
    WH_DATA_LOAD_STATS set time_ended=getdate(), status='failed' where
    process='update statistics'
    END
    ELSE
    BEGIN
      update
    WH_DATA_LOAD_STATS set time_ended=getdate(), status='success' where
    process='update statistics'
    END
    /*select upper(process)'('status')'char(10)
    char(9)'Started on '+convert(varchar(8), time_started, 114)
                  +' ended
    on '+convert(varchar(8), time_ended, 114)
                  '   DURATION:'convert(varchar,datediff(mi,
    time_started, time_ended))+' minutes.'
          AS "REPORT"
    from WH_DATA_LOAD_STATS
    /*select process
         , status
    convert(varchar(8), time_started, 114) as "START_TIME"
    convert(varchar(8), time_ended, 114) as "END_TIME"
    convert(varchar,datediff(mi, time_started, time_ended)) as
    "DURATION_in_MIN"
    from WH_DATA_LOAD_STATS
    /*select '('status') 'upper(process)'Started on
    'convert(varchar(8), time_started, 114)' ended on '+convert(varchar(8),
    time_ended, 114)+' 
    DURATION:'convert(varchar,datediff(mi, time_started, time_ended))'
    minutes.' AS "REPORT"
    from WH_DATA_LOAD_STATS
    RETURN
    go

    Post Author: yangster
    CA Forum: Crystal Reports
    you are over thinking the problemsimply create a parameter within crystal for your state and change it to allow multiple valuesthen in the select expert put in state = ?stateif you do show sql query you will see that the values are pushed down to the sql level thus no performance hit vs putting the parameter directly in the command itself

  • How to restore a database backup taken from a SQL Server 2012 instance to SQL Server 2014

    I am trying to restore a database backup taken from a SQL Server 2012 instance to my new SQL Server 2014 instance.  When I add the .bak through the Mgmt studio UI, it does not seem to find a backup set in the file so I cannot proceed (does not give
    me any errors though either.  I tried restoring through TSQL command but only got a database restore terminating abnormally error with no other details.  How can I restore this database to SQL 2014?

    Hello,
    Please examine SQL Server Error Log and share with us any error you can find. The following article may locate the log:
    http://msdn.microsoft.com/en-us/library/ms187109.aspx
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Crystal report SQL Command and using IN

    Post Author: geozuh
    CA Forum: Crystal Reports
    Does any one know how to get a multiple value prompts to work in Crystal report SQL Commands? I have an extremely large database and do not want to pull back all the records to the report. I know I can do the filtering in the report, but due to the size of the database, I am restricked from doing do.
    I would like to set the State as a multiple value parameter/prompt to be used in the SQL Command.
    Ex.
    Select CustID, FirstName, LastName
    from Customer
    where State in ('WI', 'IL', 'MN') --this would be turned into a parameter

    Post Author: yangster
    CA Forum: Crystal Reports
    you are over thinking the problemsimply create a parameter within crystal for your state and change it to allow multiple valuesthen in the select expert put in state = ?stateif you do show sql query you will see that the values are pushed down to the sql level thus no performance hit vs putting the parameter directly in the command itself

  • Report Subscription by email error - The SQL Agent service is not running

    Hello All,
    This may be an easy answer, so please excuse my ignorance if I am overlooking something simple. I a simply trying to setup Report Subscriptions to be emailed to me. We currently have essentially 3 servers in use in our environment - a CAS, a Site server
    and a SQL 2012.
    I have configured the email settings in Reporting Services Configuration Manager on the Site server and was finally able to see the email option in the Create Subscription Wizard, but it errors out with:
    System.Web.Services.Protocols.SoapException: The SQL Agent service is not running. This operation requires the SQL Agent service. ---> Microsoft.ReportingServices.Diagnostics.Utilities.SchedulerNotRespondingException: The SQL Agent service is not running.
    This operation requires the SQL Agent service.   at Microsoft.ReportingServices.Library.ReportingService2005Impl.CreateSubscription(String Report, ExtensionSettings ExtensionSettings, Boolean isDataDriven, DataRetrievalPlan DataRetrievalPlan, String
    Description, String EventType, String MatchData, ParameterValueOrFieldReference[] Parameters, Guid batchId, String& SubscriptionID)   at Microsoft.ReportingServices.WebServer.ReportingService2005.CreateSubscription(String Report, ExtensionSettings
    ExtensionSettings, String Description, String EventType, String MatchData, ParameterValue[] Parameters, String& SubscriptionID)
    We do not have SQL installed locally, therefore it makes sense that the Agent service is not running. How do I subscribe to alerts in SCCM without a local installation of SQL?
    -Brad

    I am positive - see screenshots below of services on the SQL server:
    Yes, reports work perfectly otherwise... Just cannot subscribe.
    -Brad

  • How to see the SQL running in back ground when we genarate a report.

    Hi All,
    I am new to Oracle Reports Builder toll and I would like to see the SQL query/script running in back ground when we run any perticular report using Reports Builder 10g.
    Please help me with this query, Thank You Very much for your help in Adv.
    Thanks,

    Hi,
    well the only option you can try is enabling trace from Builder (Program --> Tracing --> ALL) and then from the OS keep checking the trace file being created when the report is running. Something like the following will be recorded.
    example
    10:14:18 APP .. ( Repeating Frame R_G_EMPNO
    10:14:18 APP ... ( Group G_EMPNO Local Break: 0 Global Break: 0
    10:14:18 APP .... ( Query Q_1
    10:14:18 SQL EXECUTE QUERY : select * from emp where deptno=:x
    Bind Variable Value
    X 10
    10:14:18 APP .... ) Query Q_1
    10:14:18 APP ... ) Group G_EMPNO
    10:14:18 APP ... ( Text Field F_DEPTNO
    Hope this helps
    Roberto

  • Open Connection to SQL Server 2000 Instances

    Dear All:
    I always got following error when connecting to a SQL Server 2000 instance:
    "Can't open a socket on NAMNGO\RNDSQLSVR:1433. Check host and port number and
    make sure the
    security manager allows this connection. You can also try running the SocketApplet
    (java.net.UnknownHostException:
    NAMNGO\RNDSQLSVR)"
    I am using Wel Logic 6.1 and SQL Server 2000. SQL Server 2000 has an instance
    named RNDSQLSVR with default TCP port is 1433.
    Is there anyone hit this problem, please let me know.
    Please check the attached file for sample code.
    Thanks,
    Nam Ngo
    [att1.html]

    Hi Sree,
    Thank you for your help. It worked.
    Nam Ngo
    "Sree Bodapati" <[email protected]> wrote:
    Hi Nam,
    The way you do this is by finding out on what port the instance of SQL
    Server you want to connect is listening on. (Use the server network utility
    that comes with SQL Server 2000 for this). Then just mention the
    server=<machine name/ip> of the server this instance is running on. and
    the
    port as the port that is shown by the server network utility as port=<port
    number>. Microsoft specifies NAMNGO\RNDSQLSVR:1433 as the convention
    for
    ODBC but , this driver is a type 4 driver and it needs only the machine
    name
    and port, it doesnt need any instance name.
    (Each instance of SQL Server 2000 listens at a different port)
    HTH
    sree
    "Nam Ngo" <[email protected]> wrote in message
    news:[email protected]..
    Dear All:
    I always got following error when connecting to a SQL Server 2000instance:
    "Can't open a socket on NAMNGO\RNDSQLSVR:1433. Check host and portnumber
    and
    make sure the
    security manager allows this connection. You can also try running theSocketApplet
    (java.net.UnknownHostException:
    NAMNGO\RNDSQLSVR)"
    I am using Wel Logic 6.1 and SQL Server 2000. SQL Server 2000 has aninstance
    named RNDSQLSVR with default TCP port is 1433.
    Is there anyone hit this problem, please let me know.
    Please check the attached file for sample code.
    Thanks,
    Nam Ngo

  • SQL Azure server instance

    I want to find out is how many SQL bulk operations can reliably be done at once on a SQL Azure server instance?
    Is there any capacity restrictions such as # of simultaneous bulk inserts, total # of rows per bulk operation,
    etc.?
    How should we handle multiple sql bulk operations to make this more reliable? Any best practices, recommendations

    Hi Rajesh,
    Based on your query, here is the link which answers all your questions.
    http://social.technet.microsoft.com/wiki/contents/articles/3507.windows-azure-sql-database-performance-and-elasticity-guide.aspx
    http://azure.microsoft.com/en-us/services/sql-database/
    http://msdn.microsoft.com/library/azure/hh852669.aspx
    Girish Prajwal

Maybe you are looking for