Viewing 15 posts - 151 through 165 (of 245 total)
Select serverproperty('computernamephysicalnetbios') as [currentnodename]
SELECT * FROM fn_virtualservernodes() –Gives the nodes list
Select * from sys.dm_os_cluster_nodes
Select * from fn_servershareddrives()
Select * from sys.dm_io_cluster_shared_drives
September 19, 2013 at 11:28 am
you can't setup transactional replication for tables without primary keys. How did it work?
Coming to the comparision, you just want to check the row count or the data also?...
September 19, 2013 at 11:22 am
Can you check on the security settings set for linked server and provide the answer here? We recently faced the same issue when we changed the security option from use...
September 19, 2013 at 11:16 am
I tested it. It has to be physical server name.
August 28, 2013 at 2:15 pm
we are using-
OS- windows server 2008R2 SP1
Sql server 2008 SP3
August 12, 2013 at 9:36 am
Both servers are in domain.
I am trying to connect using my windows credentials. I can communicate from both the servers using sql server account.
Both servers are using same service account...
August 9, 2013 at 6:35 am
we are facing the same issue. Let us know the solution if you fixed it.
August 8, 2013 at 8:10 am
do we have any already built in tools which will help me to achieve this? I tried to use Dezign which works better to some extent. Any suggestions?
August 7, 2013 at 8:06 am
I am planning to work on a dashboard kind of tool , such like when we click on a table it should display all the tables dependent on it and...
August 6, 2013 at 8:45 am
Why not use a database diagram? That is pretty much what they are intended to be used for.
The problem is we have too many tables which are inter related. If...
August 6, 2013 at 8:34 am
I am working on a project to help developers to know the relationship between the tables. Let us assume pk in table A is foreign key constrain in table B,C...
August 6, 2013 at 8:14 am
First error: someone deleted the row at the subscriber and then deleted the row on the publisher. so it's throwing that error. try to insert that row in the subscriber...
June 18, 2013 at 11:44 am
Thanks George. Is there any way we can introduce stripe backups in log shipping.
June 14, 2013 at 6:42 am
Viewing 15 posts - 151 through 165 (of 245 total)