Forum Replies Created

Viewing 15 posts - 8,686 through 8,700 (of 9,244 total)

  • RE: SQL Developer Edition type

    dva2007 (12/6/2008)


    Hi friends,

    i have got sql server developer edition which is having different types.

    SQL Server Itanium

    SQL Server x64

    SQL Server x86

    I have got Windows Vista Home on my machine. Which...

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

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

  • RE: SPN Insanity

    there do seem to be problems with services running under domain accounts not registering their SPN's, local system works fine.

    SETSPN -L

    should list all registered SPN's (not just for sql server)

    use...

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

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

  • RE: SQL Server 2005 64-bit Total Server Memory(KB)

    a warm server should show very different memory usage

    if you've only just started it, monitor for a week or so

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

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

  • RE: How to down grade a database from sql server 2005 to 2000

    how big is the database?

    you could use SQLExpress 2005 if its under 4GB

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

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

  • RE: Any Potential Issues or Problems with Change in Logical File Name

    from BOL

    Logical and Physical File Names

    SQL Server 2005 files have two names:

    logical_file_name

    The logical_file_name is the name used to refer to the physical file in all Transact-SQL statements. The...

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

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

  • RE: Any Potential Issues or Problems with Change in Logical File Name

    the logical filename is generally used internally by SQL server, changing it to something different after copying the database is something i would defintiely do.

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

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

  • RE: Integraton Services not connecting through Management Studio

    i would re apply SP2 in this case

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

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

  • RE: BUILTIN\Administrators

    Niyala (12/4/2008)


    Thanks.

    Because it would be much easier for me than adding individual members manually and, therefore, I wanted to import the Builtin\adminstrators.

    Alternatively, I wanted to create a login for a...

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

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

  • RE: Server Status Icons

    its more to do with admin rights on the box, put yourself in the administrators group on the server and watch the little green arrows appear 😉

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

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

  • RE: urgent please correct the sql

    your welcome

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

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

  • RE: BUILTIN\Administrators

    why would you want to allow any windows server admin access to sql server as an admin?

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

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

  • RE: urgent please correct the sql

    anoop (12/4/2008)


    Restore database Crew from disk = 'C:\SQL2005Backups\Crew\Full+1730.BAK'

    WITH move Crew to 'C:\SQL2005Backups\Crew.mdf',

    move Crew_log to 'C:\SQL2005Backups\Crew.ldf'

    my changes are in red, put single quotes around the logical filenames like...

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

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

  • RE: Server Status Icons

    the empty white circles mean you can connect to sql server but you don't have rights to stop,start, restart the windows service(s) for that instance

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

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

  • RE: multiple SQL instances for a cluster - How many?

    clusters are either active\passive or active\active regardless of the number of nodes.

    do you really need 50 instances? Remember that when a node fails the resources will be resumed on another...

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

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

  • RE: Severe Error

    i take it that means you havent changed the account, could anybody else have access to do this?

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

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

Viewing 15 posts - 8,686 through 8,700 (of 9,244 total)