I can\'t understand the difference between transactional replication and merge replication. This is my scenario:
I have a database working on SQL Server 2000. We are now migrating to a new server with SQL Server 2008 r2. Can anyone please point me to some resource or howto?
I\'m trying to string concatenate multiple row values from one table using \"Coalesce\", separated by comma and list it as a column in a subquery.
I am looking to obtain information on users who are conencted to a specific server over a length of time - say a week.
We have merge replication set up in SQL Server 2000.One of our publications has 65 articles in it.This works fine but it is a hassle to modify anything (beyond adding a column via sp_repladdcolumn) be
Is it possible to run 开发者_Python百科a Job from a stored procedure located in a different server? If so, how?So why not consider using
I have a query, which works when its run like this: declare @nvRecipients varchar(4000) ,@CustomerCode varchar(6)
I have a table with column a having not necessarily distinct values and column b having for each value of a a number of distinct values. I want to get a result having each value of a appearing only on
I have this error/exception- SQL Exception: com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host localhost, port 1433 has failed. Error: \"connect timed out. Verify the
There\'s a strange behaviour that is drive me crazy. I\'ve a table of users and a table of permissions in an old SQL Server 2000 database.