Forum Replies Created

Viewing 15 posts - 8,566 through 8,580 (of 9,241 total)

  • RE: Lock pages in memory

    Richard Hall (12/29/2008)


    I am having this problem too, but when I go into "Lock pages in memory" in the user rights assignment, the box shows no users and the...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: RAID 1 vs. RAID 10

    Steve's topic at the following link should get you started

    http://www.sqlservercentral.com/articles/Administering/performancemonitoringbasiccounters/1348/

    also check out Brad McGehee's topics on this subject. A google search should provide the link for that

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Installing Analysis services 2005

    installs as a named instance if sql is already on the machine. Re run the setup and select Analysis Services

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: RAID 1 vs. RAID 10

    while its true that with RAID10 a failure of a mirrored pair is terminal. Because of the amount of disks required for RAID10 its a sort of safety in numbers...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Consideration for setting up Min and Max values in clustered Sql server 2005 EE x64

    is it absolutely necessary that node 3 has 4 instances of SQL. This will affect the RAM configuration on that node

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: RAID 1 vs. RAID 10

    kendal.vandyke (12/28/2008)


    Perry Whittle (12/28/2008)


    jlp3630 (12/27/2008)


    Assuming that the system was running, how would you go about systematically getting baselines for reads/writes?

    as you say, depends if the system is already live. If...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: cannot connect to sql server after changing server name

    try the following query

    select @@servername, serverproperty('servername')

    what is the result

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: RAID 1 vs. RAID 10

    jlp3630 (12/27/2008)


    Assuming that the system was running, how would you go about systematically getting baselines for reads/writes?

    as you say, depends if the system is already live. If your scoping new...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL SP Trace

    Matin (12/26/2008)


    Hi All ,

    How to trace sql sp without using print() statement ?

    Thanks in advance

    best way!

    run a server side trace and dump the output into a sql table

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Difference between shrinking and truncating the logs

    truncating the log will remove any inactive entries but not reduce the actual physical file size.

    shrinking the log will reduce the physical file size,

    but it's worth noting you cannot...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Server Status Icons

    if the browser is running it does yes

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Server Status Icons

    i seem to remember, initial contact is made over 1433 then the server passes back the details of the named instance(s) and its ports\IP address

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: I can't create a database T__T

    Vista users run as low privelege normally, what does sql authentication produce running the same statement?

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Is there a Bug with the Replace() Function in SQL Server 2005

    Lynn Pettis (12/17/2008)


    since it needs to create the table on the fly it doesn't know how big the column needs to be so it so it makes it the maximum...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQLVDI error 1060

    fputhod (12/22/2008)


    I installed from a internet download

    from where exactly?

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 15 posts - 8,566 through 8,580 (of 9,241 total)