Forum Replies Created

Viewing 15 posts - 1,936 through 1,950 (of 2,496 total)

  • RE: Lock Pages in Memory vs. same Min/Max Server Memory value

    The advice I have had from PSS is never set the max and min memory the same, as this disables some of SQL's memory cleanup processes. Even if you...

  • RE: Putting image files in sql server 2005

    Download the linked research paper, as it covers your situation. In a few words, it is saying any file under 256 KB is handeled more efficiently in SQL than...

  • RE: How do I place my files in SAN env?

    Just to add a bit to Rudy's reply... You need to avoid Dynamic disks in any situation where the disks are put offline and online. This is because...

  • RE: 9GB Transaction Log: when is OK to start fresh, and how?

    Are you doing log backups, or just full backups?

    A full backup takes a copy of the data (.mdf) file, and that portion of the log that was used while the...

  • RE: Is it posible to run 1000 active sessions in SQL server 2005?

    One other thing to remember. You are running 32-bit code, which means all your user connection memory has to live within 2GB, along with all other SQL memory apart...

  • RE: Terabyte datacenter maintenance

    To me it looks like Nikki has more problems than a newcomer to terabyte-sized databases and a newcomer to the business can solve.

    The best advise I can give is to...

  • RE: How do I place my files in SAN env?

    One of the biggest problems with SANs is that the DBA and Storage Admin people hardley ever talk to each other, and often company politics prevents them talking to each...

  • RE: How do I place my files in SAN env?

    SUN SANs typically inherit the way Storage Tek did things before Sun bought STK.

    This means you typically get dynamic provisioning for your data. With dp, if you define a...

  • RE: Order By in Views

    If your query is executed on a multi-processor machine, then SQL may choose to open multiple threads to return your result set. If the DBA has defined multiple files...

  • RE: The General

    I am also a generalist, who happens to know a bit more about databases than other subjects. I started out on mainframe, did some work on OS install and...

  • RE: moving db files of a subscriber database

    If you are just moving the log file, do an ALTER DATABASE xxx ADD FILE to get a new log file wher you want it. You then need to...

  • RE: dts support on 2005

    This sounds ilke the KB 917406 problem. Even though our sitation did not meet the criteria listed in KB 917406, we got the message quoted, and applying the workaround...

  • RE: Where is SSMS?

    If you need to add a component to an existing SQL Server 2005 installation, you need to use Windows Control Panel, Add/Remove Programs, and click on SQL Server 2005. ...

  • RE: Problem in importing Stored Procedures from WinNT to Win2000

    Ask Google to find code that gives the original text for an 'encrypted' stored procedure. SQL Server uses obfuscation to hide the text of a stored procedure, not encryption....

  • RE: Invoice and Payments?

    Does your organisation use an accounts package? This type of thing should be covered by the package.

    There are significant business risks in organisations writing their own accounts systems. ...

Viewing 15 posts - 1,936 through 1,950 (of 2,496 total)