Forum Replies Created

Viewing 15 posts - 3,556 through 3,570 (of 9,244 total)

  • RE: Problem logging on to Integration Services

    k.arkenau (2/17/2014)


    Hello,

    I got a problem with a user who needs to log on to the integration services.

    The user ist is "sysadmin" on the SQL Server and I granted him...

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

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

  • RE: Error when attempting to start Local SQL Server

    lmpotthoff (2/16/2014)


    I'm a newbie taking an online SQL Server 2012 class. I can't move past the first section b/c I can't get my SQL server to start.

    I've opened port...

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

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

  • RE: Move SQL Server Machine to another Domain

    Welsh Corgi (2/11/2014)


    I was asked what it took to move a SQL Server 2008 R2 to another Domain.

    The article listed below describes the action necessary to do so:

    http://dba.stackexchange.com/questions/37583/moving-sql-server-to-different-domain

    Does anyone have...

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

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

  • RE: sql services offline

    ramyours2003 (2/13/2014)


    how to bring the sql services in to offline in a cluseter , naviagte procedure to tak to offline/onlnie ?

    via a command prompt on the Windows 2008 cluster node...

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

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

  • RE: How to automate moving DB to another server

    wodom (2/13/2014)


    For years it has always appeared to me that the fastest/easiest way to migrate is a backup/restore across the network,

    To a certain point, if the database is not required...

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

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

  • RE: Log shipping issues 2008 R2

    do you have another mlocation where you can test restore the backup files

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

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

  • RE: Data + log folder structure changes

    Jake Shelton (2/14/2014)


    Hi all,

    We are migrating to a new server, of course we are splitting out log and datafiles, but otherwise, any best practice on folder naming?

    We were thinking of...

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

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

  • RE: Log shipping issues 2008 R2

    restoring over a network is just as bad, why do you think the copy job moves the files locally to the secondary instance 😉

    Fo you have any other errors, etc...

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

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

  • RE: Moving Standby/Readonly DB to New server

    If you really want to move the database and put in standby mode using a backup you'll need to perform the following on the source server

    RESTORE DATABASE yourdb WITH RECOVERY[/CODE]

    BACKUP...

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

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

  • RE: Log shipping issues 2008 R2

    SQLb2t (2/14/2014)


    I dosent work even after specifying restore file path same as backup location.

    means I am picking same backup file

    I think you're misunderstanding what i am asking.

    Log shipping has a...

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

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

  • RE: Log shipping issues 2008 R2

    Have you checked the disk integrity where the log backups are moved to on the secondary server?

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

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

  • RE: windows cluster quorum setting on windows server 2012

    You're welcome 😎

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

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

  • RE: Moving Standby/Readonly DB to New server

    Ravid_ds (1/31/2014)


    Hi Experts,

    This could be a laymans query, please help.

    We are planning to move a StandBy/Readonly mode Database to a new server. This DB is not configured for log shipping....

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

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

  • RE: Moving Standby/Readonly DB to New server

    Brad Scheepers (2/11/2014)


    USE master

    ALTER DATABASE myDatabase SET offline

    ALTER DATABASE myDatabase MODIFY FILE (name=myDB_filename, FILENAME='X:\New_Path\myDatabase.mdf')

    ALTER DATABASE myDatabase MODIFY FILE (name=myDB_logname, FILENAME='X:\New_Path\myDatabase_log.ldf')

    ** Physically move the files at this point to their new...

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

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

  • RE: Full backup Checkpoint LSN does not match Differential DatabasebackupLSN

    The differential base lsn results indicate that since you restored the full backup from prod another backup had been taken against prod, @ 1pm on the 13/02 to be exact....

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

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

Viewing 15 posts - 3,556 through 3,570 (of 9,244 total)