Forum Replies Created

Viewing 15 posts - 181 through 195 (of 457 total)

  • RE: SQL backups being restored in single_user mode

    So the job that takes the backup, there is nothing in there that pops the db in single user node, takes the backup, then pops it back into multi_user mode?

    If...

    Gethyn Elliswww.gethynellis.com

  • RE: SQL backups being restored in single_user mode

    Is it definately single_user not restricted user? I know you can leave a database in restricted mode when preforming a restore but when i try to specify single_user SQL throws...

    Gethyn Elliswww.gethynellis.com

  • RE: what accounts are aliased to dbo?

    Looks to me that your winfas user is infact the database owner, which is why it is aliased to the dbo user.

    Gethyn Elliswww.gethynellis.com

  • RE: Missing LSBackup Job in Logshipping configuration

    Does the job definately not exist? It does not exist in the agent?

    Is it possible that the job is there but the schedule is not set correctly?

    I guess you can...

    Gethyn Elliswww.gethynellis.com

  • RE: Colums Data Size

    It really depends on the the data type of the column in question.

    Gethyn Elliswww.gethynellis.com

  • RE: Difference between active-active and active-passive clusters?

    I was chatting about clustering with Robert Davies and a few other Microsoft guys over on linkedIN (Also Alan Hirt agrees in his book), who are not happy with the...

    Gethyn Elliswww.gethynellis.com

  • RE: Report on failure of the transaction log backup

    A log backup failure will get logged in the error log... You can query the log to get this info with the following code:

    */

    CREATE TABLE #ErrorLog (

    LogDate...

    Gethyn Elliswww.gethynellis.com

  • RE: How to view server collation?

    As you said you can also get this information from the server properties in Management Studio.

    Gethyn Elliswww.gethynellis.com

  • RE: How can I restore DB from shared file

    The account that is running the restore will need permissions on the share to access the file.

    Gethyn Elliswww.gethynellis.com

  • RE: What are they?(RAID/SAN/NAS)

    Sounds like homework.

    If you actually research/google each question you asked the first search returned on each questions gives an explanation and answers your questions...This should help you learn and then...

    Gethyn Elliswww.gethynellis.com

  • RE: Getting started with SQL Azure

    How do we think the Cloud will affect the 'employability' of the DBA?

    Do we think it will reduce the amount of DBA jobs available? (as a results of adavantage 'Free...

    Gethyn Elliswww.gethynellis.com

  • RE: Pause Log Shipping

    PS I'm guessing you will struggle to run the SSIS copy logins ssis package at the time of failover...I'm guessing that the reason for the failover recovery will be...

    Gethyn Elliswww.gethynellis.com

  • RE: Pause Log Shipping

    Logins are not logged shipped. They live in the master database.

    User are located in the user database and will be logged shipped....Thus creating orphaned users.

    so in this case i guess...

    Gethyn Elliswww.gethynellis.com

  • RE: Which Service Pack to install on test SQL 2005 server

    SP3 has been out for a while...i guess the best answer is 'it depends'

    If your test environment needs to replicate your production environment. In most cases a test environment would...

    Gethyn Elliswww.gethynellis.com

  • RE: Pause Log Shipping

    You will need to recreate the logins on the secondary log shipped server so the sids of those login match the users in the database.

    The users in the database (which...

    Gethyn Elliswww.gethynellis.com

Viewing 15 posts - 181 through 195 (of 457 total)