Forum Replies Created

Viewing 15 posts - 6,091 through 6,105 (of 9,253 total)

  • RE: Server side trace to a table

    Using fn_trace_gettable you'll need to supply the file and path and the number of files to read. As below

    Load 10 files

    select * into my_trace

    from fn_trace_gettable('c:\mypath\mytrace.trc', 10)

    Load all...

  • RE: .ldf deleted and now cant attach database

    martin.kerr 34088 (1/11/2012)


    Hi,

    I found this from googleing my problem and it worked!

    Create database with same name as MDF file you have.

    Stop SQL Server and swap MDF files. Make sure you...

  • RE: DB MIRROR Error

    Dhirju (1/11/2012)


    windows firewall is disable on both servers.

    ok simple test, on the principal server go into administrative tools and open data source administrator. Create a new system DSN pointing to...

  • RE: Consideration for active/active cluatering on windows server 2008

    Minaz Amin (1/11/2012)


    Thanks Whittle. Always helped on time.

    let me note own this way

    SQL server instances : 2 virtual names

    MSDTC : one

    Windows clustering : one

    correct! Same for IP addresses too 😉

  • RE: DB MIRROR Error

    Dhirju (1/11/2012)


    there r two server

    1st one is primary server and

    2nd server are two instances (Mirror and Witness)

    both are running on two different ports, and both server in one...

  • RE: DB MIRROR Error

    Dhirju (1/11/2012)


    how can system can't reach to own.

    what do you mean by this?

    Are both instances on the same server?

  • RE: syspolicy_purge_history failing

    peter Vramby (1/11/2012)


    Hello,

    I have a clustered (active-passive) SQL Server cluster running under version 10.0.4000.0 (SQL 2008 SP2 64-bit Enterprise Edition) where the syspolicy_purge_history job is failing.

    When I try to run...

  • RE: DB MIRROR Error

    Dhirju (1/11/2012)


    yes i have specified FQDNs, please see attachment..

    do you have any firewalls between the nodes (Windows or otherwise)

    Try a telnet to the port from the partner node

  • RE: DB MIRROR Error

    Fully Qualified Domain Name, example below

    my domain name is UKTrading.co.uk

    my server name is SQLServer1

    The FQDN for the server is SQLServer1.UKTrading.co.uk

    To connect to this server in a mirror session using port...

  • RE: DB MIRROR Error

    Dhirju (1/11/2012)


    yes. but, when i m going to click on start mirror button then it is giving error.

    even when you specify the FQDNs of the servers?

  • RE: set up database sync between 2 different domain servers

    laddu4700 (1/10/2012)


    Hi ,

    Here is the weird scenario

    One of our client prod database functioning in client place (as per agreement). We don't have access to our own application database.

    Now for bussines...

  • RE: DB MIRROR Error

    Perry Whittle (1/11/2012)


    you cannot specify IP address in the Mirroring wizard GUI

    Specify the FQDNs of the servers in the mirror GUI and try again

    have you successfully created the endpoints?

  • RE: DB MIRROR Error

    Dhirju (1/11/2012)


    The server network address "TCP://192.168.147.24:5022" can not be reached or does not exist. Check the network address name and that the ports for the local and remote endpoints are...

  • RE: Using database with Log Shipping for reporting

    kwilt1 (1/10/2012)


    I was under the impression that Standby Mode wasn't a good option

    What gave you that impression!

  • RE: Microsoft Gold Certified Partner Companies - Horror Stories

    Evil Kraig F (1/10/2012)


    Microsoft isn't perfect, they know it. Debugging 30 trillion lines of code across all their software is difficult. Their partners being even less than they...

Viewing 15 posts - 6,091 through 6,105 (of 9,253 total)