Forum Replies Created

Viewing 15 posts - 5,686 through 5,700 (of 9,241 total)

  • RE: Multiple files for tempdb

    balasach82 (4/16/2012)


    tempdb data is currently at default 8mb, which will be increased to 1gb.........

    .................ALTER DATABASE tempdb

    ADD FILE (NAME = tempdev2, SIZE = 200, FILENAME = 'D:\\...\tempdb2.mdf');

    GO

    .................

    ......................one LDF file

    Do...

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

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

  • RE: How to Copy a Database Using SSMS for SQL Server 2008

    Perry Whittle (4/15/2012)


    You said you restored the database back to the same server as the original and didn't have to re create any logins???

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

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

  • RE: Multiple files for tempdb

    Cool, no problem.

    Like I said though, in my experience i'm dealing with an instance of SQL Server where i am not only adding files but also reconfiguring the primary file,...

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

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

  • RE: mirror a table on another database

    Are the objects in a separate schema, i.e. not dbo?

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

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

  • RE: Multiple files for tempdb

    balasach82 (4/15/2012)


    Perry/Gail,

    I had settled for Gail's view that SQL restart is not required after tempdb division. Perry recommends a restart for the algorithm (for which the tempdb is being divided)...

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

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

  • RE: How to Copy a Database Using SSMS for SQL Server 2008

    jim.hamer (4/15/2012)


    Perry, I ran

    exec sp_change_users_login 'report'

    but it returned nothing.

    Are you sure you set the correct database focus for the query window, you didn't run it in...

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

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

  • RE: How to Copy a Database Using SSMS for SQL Server 2008

    jim.hamer (4/15/2012)


    so I had to create a new user that is local to the test server.

    You said you restored the database back to the same server as the original and...

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

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

  • RE: Multiple files for tempdb

    balasach82 (4/14/2012)


    I do have SQL 2005. Plan is to divide tempdb into multiple files. I had some doubts,

    1. After dividing the tempdb into "n" number of files, do we need...

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

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

  • RE: mirror a table on another database

    cc 49739 (4/15/2012)


    OK, back from Googling betwixt wallpapering. Would I be correct in thinking that I am unable to do this with 2005 express (which is what I am using)...

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

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

  • RE: How to Copy a Database Using SSMS for SQL Server 2008

    You moved a copy of the database, what did you do about the logins that access the database did you transfer these too?

    Open a new query window against the newly...

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

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

  • RE: Cluster or replication

    Hbruce (4/15/2012)


    The remote site users are experiancing long delays in accessing data (Due to the large size of the database) from the main site.

    The size of he database has absolutely...

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

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

  • RE: Creating A SQL Server 2008\2008 R2 Failover Cluster

    pawan_amity (4/15/2012)


    Ho w I can have sql server 2008 R2 cluster installation guide on vmware?

    Send me your email address and I'll send you my guide

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

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

  • RE: Cluster or replication

    Hbruce (4/14/2012)


    I need advice on what is the best method to use. I recently purchased 2 new servers with 2008r2 server enterprise and SQL 2008 r2 enterprise. I need configure...

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

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

  • RE: Return True or false from a SQL Stored Proc

    Why aren't you using .net roles and authorisation it has all you need for this

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

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

  • RE: Offsite Warm Backup

    Log shipping would work, you just need to make sure that the administrator at the time of any failure is well versed at bringing SQL server databases online and general...

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

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

Viewing 15 posts - 5,686 through 5,700 (of 9,241 total)