Forum Replies Created

Viewing 15 posts - 271 through 285 (of 341 total)

  • RE: sql server 2005 memory usage

    You will need Integration Services if you create maintenance plans in SSMS since they use SSIS. SSIS is also used to transfering data in and out if you need that...

  • RE: sql server 2005 memory usage

    No, it was a 32-bit machine.

  • RE: sql server 2005 memory usage

    I had a SQL Server with my previous employer that had 16GB of RAM installed using AWE. I had SQL Server setup to use a max of 14GB and it...

  • RE: errors with linked server

    Real basic question here:

    It looks like you are trying to connect to 2008? If so, I assume it is a new installation? Did you run the surface are config to...

  • RE: sql server 2005 memory usage

    If you are using all of those services, you need to take your total installed RAM to 8GB. 4GB is not enough to run all of those services. 8GB may...

  • RE: sql server 2005 memory usage

    Generally, 2048 should be fine.

    Do you have anything else running on the server? How about any of the additional SQL Server services (SSIS, SSRS, SSAS)?

  • RE: sql server 2005 memory usage

    Not necessarily. There are good resources on MS's website that will help you determine the max memory that SQL Server should be set to. Generally, a system up to 8GB,...

  • RE: sql server 2005 memory usage

    What remains is the abnormal high value of the default setting ..it dos not make any sense!!! :crazy:

    No, it doesn't make any sense. I'm hoping someone else watching this...

  • RE: sql server 2005 memory usage

    Please let me understend or I'll go nuts!!! The Default Memory for the server is set to 2147483647 (MB) right ??

    Yes, that is the default that it installs with.

    Does it...

  • RE: Restarting SQL Services

    I actually recycle my error log on a daily basis. I don't like having to look through it for some obscure entry when I have to weed through all of...

  • RE: sql server 2005 memory usage

    coastliner (5/13/2008)


    I mean a max memory usage set in SQL server 2005 of 1073741824 is approximately 1024 MB ???????????????????????????????????

    TIA

    1073741824 is 1024 TB. If you want to set the maximum server...

  • RE: sql server 2005 memory usage

    ok i'll try to set th max memory usage at 1073741824 and see wha happen...

    Your max memory needs to be set at 2048. That value is represented in MB...

  • RE: NULL value returning in output

    What about the following:

    SELECT CHAR(0) TEST1, CHAR(0) TEST2

  • RE: Connecting to integration services with SQL Server ID

    After a little searching on this issue, I found one reference where someone had to add themselves to the local administrators group on the server so they could log in...

  • RE: sql server 2005 memory usage

    As Colin suggested above, I would definitely move to 4GB. I personally won't run on less than 8GB but that is personal preference. If you use 4GB, set the max...

Viewing 15 posts - 271 through 285 (of 341 total)