Forum Replies Created

Viewing 15 posts - 406 through 420 (of 1,654 total)

  • RE: Historical Processes

    The easiest way would be scheuling a profiler trace.

    Since you can't schedule it directly from profiler you have to take a few extra steps.

    1. Define your trace in profiler and...

    [font="Verdana"]Markus Bohse[/font]

  • RE: log shipping vs reporting

    Lian Pretorius (3/30/2009)


    I would assume:

    When the job starts - Users are disconnected & the restore job is the only process connected to the database (Single User).

    Unless you rewrite the restore...

    [font="Verdana"]Markus Bohse[/font]

  • RE: Is there a ER diagram for Sqlserver DMV's

    You can download it in pdf format from MS.

    http://www.microsoft.com/downloads/details.aspx?FamilyID=2ec9e842-40be-4321-9b56-92fd3860fb32&displaylang=en

    [font="Verdana"]Markus Bohse[/font]

  • RE: logshipping

    shivageography (4/15/2009)


    Hi,

    while my primary server is down i made up my secondary server then how can i transfer job scheduling as well as logins and users.

    Once you're primary server...

    [font="Verdana"]Markus Bohse[/font]

  • RE: database level caching

    Vijaya Kadiyala (4/9/2009)


    Vivek (4/9/2009)


    hi

    can any one tell me how database level caching can be implemented in sql server.

    You can't cache a database..Caching is at the table level.

    Check out the...

    [font="Verdana"]Markus Bohse[/font]

  • RE: SQL Certificate Expired for my Mirrored Endpoints

    You cannot alter the expiration date of the existing ceritficates. You need to replace these certificates with new ones.

    1. Create a new certificate on server1

    2. Backup the public key of...

    [font="Verdana"]Markus Bohse[/font]

  • RE: Additional Report Server Instances

    This should help:

    http://msdn.microsoft.com/en-us/library/ms403426(SQL.90).aspx

    [font="Verdana"]Markus Bohse[/font]

  • RE: Fail Over clustering

    VmWare has several free products you can download.Not sure which will run on Windows XP but you should be able to find that info on their site. http://www.vmware.com/

    As an alternative...

    [font="Verdana"]Markus Bohse[/font]

  • RE: Problem in creating login

    Create the login without adding any database access, then run sp_change_users_login with the Update_One option to link the existing database user to the new login.

    [font="Verdana"]Markus Bohse[/font]

  • RE: SQL 2008 Solution Explorer

    That's the same version as I have and it works for me.

    No idea what's different with your installation.

    [font="Verdana"]Markus Bohse[/font]

  • RE: SQL 2008 Solution Explorer

    Could it be that you're using Management Studio Express? On my SSMS 2008 it's just like I told you before.

    [font="Verdana"]Markus Bohse[/font]

  • RE: SQL 2008 Solution Explorer

    Edwin (4/7/2009)


    Hi Room,

    I have a silly question on SQL 2008 solution explorer.

    Where can I find the SQL 2008 solution explorer?

    On SQL 2005. The Solution Explorer located under VIEW menu.

    Thanks,

    Edwin

    It's the...

    [font="Verdana"]Markus Bohse[/font]

  • RE: 2 sql statmetns 1 table

    Try this:

    SELCT Col1, col2, col3 from table1

    UNION ALL

    SELCT Col1, col2, col3 from table2

    [font="Verdana"]Markus Bohse[/font]

  • RE: Command to bring the standby server online

    It would really help if you would tell us what technology you use for updatig your standby server.

    Is it logshipping? Then restore the last backup using the RECOVERY option.

    Is it...

    [font="Verdana"]Markus Bohse[/font]

  • RE: Fail Over clustering

    I don't think you can setup a failover cluster between your desktop and your laptop, but there is a good whitepaper about setting up a failover cluster between two virtual...

    [font="Verdana"]Markus Bohse[/font]

Viewing 15 posts - 406 through 420 (of 1,654 total)