Forum Replies Created

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

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

  • RE: What is the use of SQL Injection?

    to add to Lynn's reply, it's not just bad coding. More often it's a blatant misuse of priveleges. I have seen many cases of elevated privileges. Even one website which...

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

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

  • RE: SQL 2008 Cluster installation failure

    to add to the previous reply, at this point in the installation you are not specifying the shared drives the SQL server instance will use. Specify a local for the...

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

    "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.

    dont know where you read that!

    Failover clustering requires Enterprise or Datacenter edition.

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

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

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