Forum Replies Created

Viewing 15 posts - 4,606 through 4,620 (of 4,745 total)

  • RE: database owner best practices

    We also only allow DBAs with sysadmin access to create databases (in prod). My personal standard is to immediately change dbowner to 'sa' after creating the database. Bit of a...

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

  • RE: SQL Restore

    Kishore, you cannot use restore to move all the .ndf files into one .mdf output file. The restore needs to be on a '1 file in - 1 file out'...

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

  • RE: do DBAS need local system admin privileges? and why?

    need to be sensible here. who knows what the DBA might need to do or look at to troubleshoot a problem, so give him/her local admin (on SQL servers only).

    Could...

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

  • RE: Shrink log file

    r u using shrinkfile or shrinkdatabase? only shrinkfile will be able to shrink it to less than its original create size.

    use dbcc loginfo(dbname) to check if the last chunk is...

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

  • RE: Drowning in Agility. Where do I start?

    so when the application developed using 'agile' techniques does not perform, do they blame the database and tell the client DBA to fix it?.........:D

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

  • RE: Moving Database to new server.

    KayAge (12/19/2007)


    thank you Lester Policarpio & philcart. looks like i have to resort to dts to solve my problem here.

    well ok, restore method gotta be easier though.

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

  • RE: Moving Database to new server.

    you want to go from 4 files to 3 files, so use restore database...with move as Phill said to place 4 files on drives you want them. Then use dbcc...

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

  • RE: Moving Data Centers

    don't forget you are going to need server wide stuff already setup and ready to go. i.e logins, server roles, ssis , sqlagent jobs.

    This can all be done up front...

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

  • RE: SQL2000 analysis services and SQL2005 cluster

    Jane, I should point out that SQL 2000 analysis services is not cluster aware. 2005 analysis services is so perhaps you should go straight for that.

    the following article expalind how...

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

  • RE: msdb growing in size

    you have deleted from the tables but until you issue a dbcc shrinkfile or shrinkdatabase you will not see a reduction in the size of the database files. Does an...

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

  • RE: Join Predicate

    26% got this correct. How many of them got this right by luck, not having realised no such thing as middle join?

    I am very upset to have missed out on...

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

  • RE: Need more available memory for SQL 2005...what are my options?

    alex mook (12/12/2007)


    I know that the /3gb switch will leave the OS with 1GB of available memory. Do you know of any issues with this switch that would cause the...

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

  • RE: Need more available memory for SQL 2005...what are my options?

    yep you can use with standard ed.

    http://technet.microsoft.com/en-us/library/bb124810.aspx

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

  • RE: Need more available memory for SQL 2005...what are my options?

    if server is purely for Sql server use of the /3GB switch will give you more headroom.

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

  • RE: Mirroring and failover

    log shipping and transactional replication not the same. Log shipping better suited to a Dr solution IMHO, replication more for scale out.

    By all means keep msdb backup on failover server...

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

Viewing 15 posts - 4,606 through 4,620 (of 4,745 total)