Forum Replies Created

Viewing 15 posts - 6,196 through 6,210 (of 6,678 total)

  • RE: CREATE TABLE PERMISSION ISSUE!, URGENT!

    Review the public role, maybe somebody set explicit deny rights on that role.

  • RE: Performance Data Wharehouse

    I think this is what you are looking for: http://www.codeplex.com/sqldmvstats/

  • RE: How to pass parameters from SSRS to Oracle DB

    How you pass parameters is based upon what the ODBC driver accepts. I do not know what Oracle expects, but you can try using '?'.

  • RE: SQL 2000 Database reports

    Edwin (8/8/2008)


    I compare the data. The RedGate tool did not work out and I already tried it out.

    Our database environments are setup very unique.

    SQL 2000 and 2005 are located...

  • RE: SQL database unexpected increase in size

    pfiricano (8/8/2008)


    Here are results from the sp_helpdb

    campus6 54123.25 MBsa7Jul 25 200880Status=ONLINE,

    Updateability=READ_WRITE, UserAccess=MULTI_USER, Recovery=SIMPLE, Version=611, Collation=SQL_Latin1_General_CP1_CI_AS, SQLSortOrder=52, IsAutoShrink, IsAutoCreateStatistics, IsAutoUpdateStatistics, IsRecursiveTriggersEnabled, IsPublished

    1D:\mssql\data\campus6.mdf PRIMARY55421184 KBUnlimited10%data only

    2D:\mssql\data\campus6_log.ldfNULL1024 KBUnlimited10%log only

    First,...

  • RE: Sorting taking most of the time of query

    rbarryyoung (8/8/2008)


    usman.tanveer (8/8/2008)


    does the "sort in temp DB" option of index effects sorting performance??

    Yes, that's why it is there. However, I believe that this is only used when rebuilding...

  • RE: Sorting taking most of the time of query

    usman.tanveer (8/8/2008)


    exec sp_executesql N'

    SELECT TOP 50

    (SELECT TOP 1 Name FROM Product l INNER JOIN LicenseProduct lp on l.id = lp.currentproductid WHERE LicenseId = License.Id ORDER BY l.ReleaseNumber,...

  • RE: Need Help about SqlServer2000 Memory Management

    aminemaalal (8/7/2008)


    -- 32 GB of memory

    -- 2 dual core processors

    --/ 3 GB disabled

    --PAE disabled

    --AWE active.

    By disabling PAE - SQL Server cannot use any more than...

  • RE: SQL Server grabs all the memory

    Did you set the min/max memory settings?

  • RE: Sending Email

    Configure Database Mail and then lookup sp_send_dbmail in BOL.

  • RE: Fragmetation

    Just to clarify, you have a table that currently does not have a clustered index. You want to defragment the table.

    If so, then you need to add a clustered...

  • RE: Unable to deploy Report project

    If you do a generic install and let the install setup and configure reporting services - all of that should have been created for you. If you didn't select...

  • RE: Unable to deploy Report project

    Go to the report you are trying to deploy, select the report properties and verify the selection there is pointing to the ReportServer and not Reports.

    From a browser, navigate to:...

  • RE: "USE DATABASE" in stored procedure workaround?

    rbarryyoung (8/5/2008)


    Jeffrey Williams (8/5/2008)


    You would do this:

    Execute sp_MS_marksystemobject sp_mytest;

    And that should setup the procedure so it runs in the context of the database where it is executed.

    Very nice, Jeffrey! ...

  • RE: SQL 2005 Enterprise Edition x64 SP2

    Lee Hart (8/5/2008)


    1. I had already set the Min and Max values for RAM (1 GB's & 6 GB's)

    2. I did configure the domain account for the "Lock...

Viewing 15 posts - 6,196 through 6,210 (of 6,678 total)