Viewing 15 posts - 6,091 through 6,105 (of 9,253 total)
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...
January 11, 2012 at 1:19 pm
martin.kerr 34088 (1/11/2012)
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...
January 11, 2012 at 6:55 am
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...
January 11, 2012 at 6:50 am
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 😉
January 11, 2012 at 5:24 am
Dhirju (1/11/2012)
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...
January 11, 2012 at 5:22 am
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?
January 11, 2012 at 3:44 am
peter Vramby (1/11/2012)
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...
January 11, 2012 at 3:26 am
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
January 11, 2012 at 3:24 am
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...
January 11, 2012 at 2:20 am
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?
January 11, 2012 at 2:09 am
laddu4700 (1/10/2012)
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...
January 11, 2012 at 1:58 am
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?
January 11, 2012 at 1:54 am
Dhirju (1/11/2012)
January 11, 2012 at 1:47 am
kwilt1 (1/10/2012)
I was under the impression that Standby Mode wasn't a good option
What gave you that impression!
January 11, 2012 at 1:22 am
Evil Kraig F (1/10/2012)
January 10, 2012 at 5:08 pm
Viewing 15 posts - 6,091 through 6,105 (of 9,253 total)