Forum Replies Created

Viewing 15 posts - 8,446 through 8,460 (of 9,248 total)

  • RE: SQL or Oracle

    SQL developer can be used with Microsoft databases you just need to obtain and install the java library

  • RE: Permission to execute view

    maybe you're confused. You select from a view not execute. As noeld said just grant select on the view to whatever role\user

  • RE: SQL or Oracle

    Gift Peddie (2/10/2009)


    I have used most and Oracle's SQL developer is not as good as SQL Server Express management studio.

    snigger, and you think my statement was emphatic ROTFL

  • RE: SQL or Oracle

    Bruce W Cassidy (2/10/2009)


    [font="Verdana"]One thing to bear in mind: Oracle is far more complex to set-up and administer from my personal experience than is SQL Server.

    no one could argue...

  • RE: Memory on SQl Server Box

    out of interest, what are your current min and max memory settings?

    how many instances of sql?

  • RE: Simulate Complete Server Crash

    Steve

    yes i read into it that he just wants to test and sanitise the actual restore processes required so if he ever has to do it for real he'll have...

  • RE: SQL or Oracle

    hey dont get me wrong i like SQL server and as you say price\performance you cant beat it. By flexibilty i am referring to the scalability of the Oracle cluster,...

  • RE: How to move from SQL 2005 32bit to SQL 2005 64bit?

    for your user databases, yes. Either backup and restore to the 64bit server or detach\attach the database files.

  • RE: Will you consider changing job in this economic tough time?

    Andrew Reilly (2/5/2009)


    yet when the redundanies came it was all of the most experienced staff (and highest paid presumably) that got the chop.

    i've worked for 2 software houses now in...

  • RE: SQL or Oracle

    Oracle is by far the most powerful and flexible of the two.

    In Oracle RAC the distributed cache memory is shared between the cluster nodes and this offers failover and...

  • RE: Simulate Complete Server Crash

    Steve Jones - Editor (2/9/2009)


    Perry has a great idea. Get a network number (like 192.168.25.0) that isn't in use on your real network, and assign all the VMs network addresses...

  • RE: Simulate Complete Server Crash

    jbloes (2/9/2009)


    I couldn't find a free MS Virtual Server...do you have the link?

    http://www.microsoft.com/technet/virtualserver/software/default.mspx

    you will need to register, thats the only requirement.

    Steve (2/9/2009)


    I believe you cannot have two servers with the...

  • RE: Server Too SLow to Run Profiler

    select * from ::fn_trace_getinfo(default)

    peace2007 (2/8/2009)


    My traceid is 2 and fn_trace_getinfo shows nothing for that;)

    using the exact command above what traces does it show?

  • RE: Enabling 12GB on SS2005 Standard/Windows Server 2003 Ent.

    SQLBOT (2/8/2009)


    My advice is when going 12 GB or higher to ditch the /3GB switch..

    the official standpoint is 16GB RAM but i have seen situations where systems with a lot...

  • RE: Schedule a nightly restore of a backup?

    i wouldnt personally enable\use xp_cmdshell

    schedule a windows task to run a batch file. The batch simply copies the file from one location to the other (maybe a mapped drive to...

Viewing 15 posts - 8,446 through 8,460 (of 9,248 total)