Forum Replies Created

Viewing 15 posts - 1,486 through 1,500 (of 2,496 total)

  • RE: Group by on Large Database 750 GB+

    Shailesh,

    You seem to be farily new to the complexities of managing large SQL Server databases. Grant is giving good advice, and if you put your questions into Google you...

  • RE: .NET Framework 3.5 with SQL 2005

    There are no issues in having .Net 3.5 SP1 installed on a machine running SQL Server 2005.

    However, a number of people have found that installing .Net 3.5 SP1 on a...

  • RE: will DELETE deallocate used space as well ?

    If all the rows on a page are deleted by the DELETE command the page will be marked as empty. If all the pages in an extent are empty,...

  • RE: Error on SET Proxy Account

    required privilege is not held

    This sounds like a Windows rights problem. Windows rights are not cluster-aware, and have to be set for each server in the cluster.

    Does the proxy...

  • RE: Connecting to Reporting Services using Management Studio

    You can connect to RS from SSMS, but there is not a lot you can do. You need to use the Report Manager tool to manage RS. See...

  • RE: sql 2005 Table limit

    About 4 years ago someone calculated that the theoretical maximum amount of storage you could address in a single SQL Server database exceeded the total amount of disk storage that...

  • RE: SQL Profiler and Fiber Mode

    There are some things that work differently when you run in Fiber mode (lightweight pooling). In SQL Server 2000, server stability was one of the things affected, but this...

  • RE: cannot reassign dbo to another user

    The sp_changeobjectowner procedure has a gotcha. You cannot reasign ownership to an existing database user.

    The solution is simple. Drop the user you want to be the new owner...

  • RE: shrinking logfile in SQL 2008

    If you are having to shrink files because you are running out of disk space then you need to get more disk space. Repeated shrink and grow of database...

  • RE: Scheduling DTS package in SQL Server 2005

    The problem on the Failover node is not due to a service pack.

    DTS (and SSIS) are not cluster-aware. This means you have to manually install these components on all...

  • RE: shrinking logfile in SQL 2008

    Repeated shrinking and growing a database file will harm your performance. You should not shrink a database file unless you know there will be a permanent reduction in the...

  • RE: Shrink DB using Maintenance Plan does not affect the log file size

    I completely agree with steveb's comments.

    You should only shrink a database file if you know there will be a permanent reduction in the space needed.

    If you think a...

  • RE: SQL Server 2008 Installation

    You will almost certainly need to reinstall Windows to fix this problem.

    SQL Server 2008 install needs Windows Installer 4.5, and Windows Installer 4.5 needs .Net 2.0 SP2. The only...

  • RE: defrag tool on MDF and LDF files?

    Badly fragmented disk files can cause performance issues in SQL Server. The impact will depend a lot on the underlying disk subsystem.

    If your Windows disks map to...

  • RE: To connet sql2005 with Nokia e63

    SQL Server only works on a Microsoft operating system. There may be other considerations for running SQL Server on a mobile, but I am not an expert on how...

Viewing 15 posts - 1,486 through 1,500 (of 2,496 total)