Viewing 15 posts - 5,461 through 5,475 (of 9,253 total)
You'll need to ensure any ports are open and also, since the servername SERVER=xxx.xx.xx.xxx won't exist or be resolvable, when creating the linked server change this code portion
@datasrc='SERVER=xxx.xx.xx.xxx'
To this
@datasrc='xxx.xxx.xxx.xxx'
or this
@datasrc='myservername'
June 15, 2012 at 9:10 am
deep_kkumar (6/13/2012)
If the retention period is set to 12 hrs on the copied files. If...
June 15, 2012 at 7:18 am
I work with Oracle and SQL server databases, the biggest unknown usually comes when the Oracle instance is running on Unix. Unix servers can be difficult to master and that...
June 15, 2012 at 7:00 am
OLDCHAPPY (6/15/2012)
June 15, 2012 at 6:49 am
based on this......
SQLSACT (6/12/2012)
Forget about Server3 - Doesn't exist
We have a 2 Node Cluster with servers Server1 & Server2
In a different geographic location (on the same...
June 13, 2012 at 1:12 am
In my opinion you would probably be better off with subversion?
June 13, 2012 at 1:00 am
One option might be to use either Veritas Cluster Server or HP Polyserve.
Above that you can, if using Enterprise or Datacenter editions, use scale out deployments where multiple web front...
June 13, 2012 at 12:58 am
k.subramanyam1017 (6/12/2012)
I have alredy installed sqlserver in 'c' drive but i want to change the 'd' drive. is it possible or not pls...
June 13, 2012 at 12:49 am
APA0876 (6/11/2012)
SQL Server 2008 R2 Failover Cluster, Which windows server roles are recommended and which ones not recommended to be installed?
I'm asking because both of the servers of my...
June 12, 2012 at 3:04 pm
Sorry, I'm really confused about this, you said originally you wanted to retain server2 so why on earth would you request the below!
SQLSACT (6/12/2012)
June 12, 2012 at 5:41 am
SQLSACT (6/12/2012)
You'll need to uninstall any clustered instances from server1 so that they are only available on server2. Once this is done you then evict server1...
June 12, 2012 at 4:44 am
HowardW (6/12/2012)
File permissions also don't necessarily inherit from folder permissions,
They don't at all. Share permissions and NTFS permissions are completely separate but do combine when accessing objects through a share,...
June 12, 2012 at 4:36 am
the same .NET code has methods for reading and writing images as LOBs into the database
June 12, 2012 at 4:30 am
SQLSACT (6/12/2012)[hrYep
All Servers are in the same domain
However, Server3 has its' own storage
Basically, what I want to achieve is:
Currently Server1 & Server2 are together in a 2 node cluster...
June 12, 2012 at 3:58 am
Viewing 15 posts - 5,461 through 5,475 (of 9,253 total)