Viewing 15 posts - 541 through 555 (of 1,222 total)
I don't know whether you will be able to do this with configuration alone.
You could do something like
- add a "available for mobile device" flag
- on the server, use a...
January 23, 2011 at 8:22 pm
I would have to agree with your developers about these issues. They are problems that I have but with no workaround/solution.
Perhaps you could consider stepping back and looking at...
January 23, 2011 at 8:09 pm
First a correction to the previous post. Replication does not require a table to have an identity column. For transactional replication, all that is required is a declared...
January 23, 2011 at 7:59 pm
TCP://acer.chicago.local:5022 etc are end points, not SQL Server instances. What instance has each of the end points ?
January 13, 2011 at 7:47 pm
Easy - just specify the owner for the article (in Article Properties if you are using the create publication wizard). This becomes the schema name when the table is...
January 13, 2011 at 7:37 pm
I have seen a number of clients who would be much better off if they used a cloud service simply because their local work practices and infrastructure is not all...
January 12, 2011 at 7:50 pm
You can setup mirroring on a single computer - you will need to have separate SQL Server instances.
I don't think that you can do it between databases on...
January 12, 2011 at 7:41 pm
You are right - "EncryptSensitiveWithPassword" will encrypt the sensitive items within the SSIS package itself and does not effect external confi items such as the passwords etc in the XML...
January 11, 2011 at 7:36 pm
I assume that you are really trying to make sure that replication is operating correctly. You can get replication to do the hard work for you. It can...
January 11, 2011 at 7:30 pm
Tush by ZZ Top. It is the last song we played at band practice last night and it is such an up tempo song - hard to get out...
January 11, 2011 at 7:19 pm
On the poor performance side of your question - are there any processes that are blocking the snapshot creation ? The snapshot agent does need to get a non...
January 10, 2011 at 8:33 pm
The message you are getting is a warning message. If everything is operating normally, you would tend to expect that a replication agent (the distribution agent in this case)...
December 23, 2010 at 8:06 pm
ERROR_PROCEDURE() returns null since, in the contect you are using, there is no procedure that is relevant. You either need to remove this function from you SET statement or...
December 13, 2010 at 8:00 pm
In my experience, this happens because the Excel OLEDB provider scans the first few rows (from memory 8 by default...configurable by a registry setting) and determines what the most appropriate...
December 9, 2010 at 8:31 pm
The most common way to get new subscription to transactional replication publication is to use a snapshot of the articles (tables). The snapshot is a bulk copy of...
December 9, 2010 at 7:59 pm
Viewing 15 posts - 541 through 555 (of 1,222 total)