Forum Replies Created

Viewing 15 posts - 7,666 through 7,680 (of 9,244 total)

  • RE: basic Requrements of Clustering

    shiv-356842 (9/17/2010)


    2008 Sql server

    which edition of Windows?

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

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

  • RE: basic Requrements of Clustering

    shiv-356842 (9/15/2010)


    yes i need clustering installation in MS SQL SERVER 2008

    Are you using windows 2003 or 2008 clustering?

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

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

  • RE: Can't start SQL Server Agent after applying latest security patch

    steve block (9/16/2010)


    One thing I found out is that taking the group NT AUTHORITY\SYSTEM out of the SysAdmin group made it so I could not start a service (Agent or...

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

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

  • RE: How to move tables, indexes & Logs from one disk to another disk drive

    to move the tables and indexes to another file\filegroup you may use the create index with drop existing. Ensure the table has a clustered index in the first place then...

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

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

  • RE: Quorums for Active/Active setups.

    are you using Windows 2003 or 2008 cluster?

    Clustering and indeed quorums differ between the platforms. An active\active cluster has the same quorum requirements as an active\passive cluster.

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

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

  • RE: basic Requrements of Clustering

    do you mean requirements or install guide?

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

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

  • RE: Do I need a private heartbeat network?

    Typically, (especially if you had more than 2 cluster nodes), you would use an isolated switch which only had the heartbeat traffic from the cluster nodes passing through it. You...

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

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

  • RE: SQL Server Licencing for 64bit and 32 Bit

    Jeffrey Williams-493691 (9/5/2010)


    If the machine is x64 - you install the x64 version. If the machine is x86 then you install the x86 version.

    furthermore the installer will detect your...

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

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

  • RE: Hu guys, new to SQL, how do i install SQL2008 on my home pc

    graham.fraher (9/6/2010)


    but it says it doesnt run on Windows 7

    check compatibility here

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

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

  • RE: What is the use of SQL Injection?

    WayneS (9/6/2010)


    Most systems that I've been involved with the web users can only execute stored procedures

    count yourself lucky here!

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

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

  • RE: What is the use of SQL Injection?

    sku370870 (9/6/2010)


    How would a hacker get to see a web.config file?

    possibly many avenues to achieve this on an unsecured server

    sku370870 (9/6/2010)


    How can you not show passwords in a web.config file...

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

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

  • RE: What is the use of SQL Injection?

    incidentally Wayne, although i do sort of agree with Jeff and Lynn,

    "all pirates should find their own treasure"

    i do think that you presented well to the OP.

    (i hope...

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

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

  • RE: SQL 2008 Cluster installation failure

    😉

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

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

  • RE: In windows server 2008 standard edition feature Failover clustering is not looking.

    you're welcome!

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

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

  • RE: What is the use of SQL Injection?

    Guys,

    the remaining point is permissions. SQL injection is possible because of main 2 issues.

    Bad code

    misuse of permissions

    The following

    Myname' or 1=1;drop table dbo.customers;--

    would not work if the account connecting to the...

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

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

Viewing 15 posts - 7,666 through 7,680 (of 9,244 total)