Forum Replies Created

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

  • RE: Can not open sql agent job

    have you tried opening the job remotely through SSMS on another machine?

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

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

  • RE: Sql 2005 to 2000 restore

    a compatibility version of 80 doesnt mean you can restore the database back to sql2000.

    as previously pointed out you would be well advised to make sure that both environments use...

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

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

  • RE: RAID 1 vs. RAID 10

    interesting links, so basically if it all went horribly wrong and 1 file filled up for some reason all the data would be written to just 1 remaining data file....

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

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

  • 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" 😉

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