Forum Replies Created

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

  • RE: Can you restore a 2008 DB to 2005?

    Hi Charlie, no. You will have to migrate the structure and data from the 08 to a 05 database.

  • RE: Win 2008 failover cluster

    Which edition is your windows?

    If STD, then thats your problem..

    http://technet.microsoft.com/en-us/library/dd443539(v=ws.10).aspx

  • RE: looking to get first sql job

    Depends a lot of the type of industry you're in, your clients and their business operation hours, how much they are willing to spend on overtime, and whether they see...

  • RE: SQL Virtual Name

    Were these IP's randomly selected, or are they reserved and assigned for static use on your cluster?

    Sounds like DHCP behaviour, but 5minutes sounds a bit short for renewal.

    Wait for others...

  • RE: Install SQL Server 2008 on a Windows Server 2008 Cluster

    Since you need ALL the work done on your behalf, contact a good consulting company who will be more than willing to charge you for a full implementation and documentation...

  • RE: CTE Problem

    Ok perfect, lets add a twist to it..

    I've got different Codes as well.

    The cte so far only returns rows for the same Code.

    Keep in mind my ID, CODES do...

  • RE: CTE Problem

    ColdCoffee (3/1/2012)


    I took the liberty of adding an IDENTITY column to the base table.

    Here is my stab at the issue

    ; with cte as

    (

    select id,currmonth,nextmonth, monthly,startval , cast( (monthly * 2.00)...

  • RE: Service Service Accounts

    Erm....the answer options were incorrect. only 1 option was correct.

    select * from sys.dm_service_services --<-- As in the question, this doesnt exist

    select * from sys.dm_server_services --<-- As in the explanation, this...

  • RE: WHERE Date Range

    use BETWEEN...

    select column where daterange between @startrange and @endrange

  • RE: Service Service Accounts

    Your answer states:

    Correct answer:

    Query sys.dm_service_services, Query sys.dm_server_registry

    Explanation:

    After SP1 for SQL Server 2008 R2, there is a new DMV that allows you to query for the service accounts...

  • RE: Model Database

    After the comments, I think its safe to say:

    Yes, model can be set to Read_Only

    No, it wont affect new databases created?

  • RE: Model Database

    Please see screen shot of the test I did....I'm running R2....

  • RE: Model Database

    handkot (2/21/2012)


    select @@VERSION

    Microsoft SQL Server 2008 (SP3) - 10.0.5500.0 (X64) Sep 21 2011 22:45:45 Copyright (c) 1988-2008 Microsoft Corporation Enterprise Edition (64-bit) on Windows NT...

  • RE: EXECUTE

    So as it stands, your reply to Satish seems to me to be nothing other than inaccurate nonsense.

    next time, I'll run it past you, to ensure it meets YOUR requirements.

    I'll...

  • RE: Boston - SQL Server DBA (2+ years exp)

    Must be authorized to work in the United States

    🙁

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