Forum Replies Created

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

  • RE: Cannot disable Kerberos!

    winston Smith (4/16/2012)


    I ran setspn -l server.domain and got a list of all SPN's for the server.

    I then ran setspn -d MSSQLSvc/server.domain domain\serviceAccount to remove the MSSqlServer SPN.

    I then ran...

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

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

  • RE: Steps to Add 3rd node to existing 2 node cluster

    Firstly, check my guide at this[/url] link for information on creating and using mount points in a cluster.

    So, the steps required are as follows;

    1/ deploy new windows server using exactly...

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

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

  • RE: Multiple files for tempdb

    balasach82 (4/16/2012)


    Perry,

    Size for all the new files would be set to 1000 (mb)

    Why 1000MB, 1GB = 1024MB?

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

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

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

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