Forum Replies Created

Viewing 15 posts - 8,386 through 8,400 (of 9,244 total)

  • RE: SQL Clustering

    read the MS recommendations.

    http://support.microsoft.com/kb/280345

    certainly no larger than 1GB should be required but recommended is 512MB

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

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

  • RE: 2 node SQL2005 clustering under Microsoft Virtual Server 2005 Ent R2 SP1

    the biggest problem is setting the shared storage and this is what i think most people stumble on. The storage can only be accessed by one VM at a time...

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

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

  • RE: 2 node SQL2005 clustering under Microsoft Virtual Server 2005 Ent R2 SP1

    Anybody?

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

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

  • RE: Stored Procedures Execute Permissions

    anuragingle (2/19/2009)


    I added the user to db_datareader and gave him execute rights on specified sp......... seems to be working

    yes it would do, you dont need to give db_datareader and it...

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

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

  • RE: Order of Upgrade steps from sql server 2000 to 2005

    personally i would use

    1. Backup the databases in Sql server 2000.

    2. Script the logins,jobs in sql 2000

    3. Install sql server 2005, SP3, sqlserver2005_dts.msi

    4. Restore the backups in newly installed sql...

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

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

  • RE: Stored Procedures Execute Permissions

    anuragingle (2/19/2009)


    Will stored procedure execution fail if user has only read rights on database?

    Is it possible to implement this and how?

    granting execute on a stored procedure to a user does...

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

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

  • RE: Database restore wanings and error messages

    drop the auto created stats from the sql2000 prod database, otherwise each time you restore that db the corrupted object will still be there,

    does this make sense

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

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

  • RE: RAID 1 vs. RAID 10

    Kendal i too, did notice the graphs were a little off but paid more attention to the actual numbers

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

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

  • RE: Windows 64 bit standard or 64 bit enterprise with SQL 2005 Enterprise 64 bit?

    Matt Klein (2/19/2009)


    I see, thank you. Our box is 2 quad cores with 8 gig of RAM. So is there any reason for us to go to...

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

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

  • RE: restoring from sql 2000 to 2005

    either backup and restore or detach and attach to the new server. Script off the login if possible or create a new server login on the sql 2005 server and...

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

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

  • RE: Windows 64 bit standard or 64 bit enterprise with SQL 2005 Enterprise 64 bit?

    depends what you're going to need. Windows 2003 Std x64 bit is limited to 32GB RAM and 4 cpus.

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

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

  • RE: SQL Server management Studio using UDP 1434 and TCP 1433

    1434 udp is only required if not connecting to the named instance directly and usually if the instance is using the non standard port 1433

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

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

  • RE: process for deleting extra log/ data file from a database

    are all the datafiles in separate filegroups?

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

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

  • RE: RAID 1 vs. RAID 10

    Great blog Kendal (you have way too much time on your hands 😀 )

    very informative

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

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

  • RE: help with a trace

    Jack Corbett (2/18/2009)


    you could restrict the query to only access the most current file which would reduce impact.

    filter out tempdb objects too

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

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

Viewing 15 posts - 8,386 through 8,400 (of 9,244 total)