Viewing 15 posts - 1,951 through 1,965 (of 5,394 total)
Duplicate post. Replies here please:
February 9, 2012 at 1:38 am
February 8, 2012 at 3:32 pm
The simplest way is disable the index and then enable it with ALTER INDEX REBUILD.
February 8, 2012 at 3:13 pm
Another vote for transactional replication.
If you need peer-to-peer replication, be aware that it's an enterprise only feature.
February 8, 2012 at 3:12 pm
You can also change the application name in SSMS connection settings.
February 8, 2012 at 3:06 pm
Named instances listen on a non standard port, either dynamic or static.
The SQL Server Browser service tells the clients on which port the named instance is listening. If you cannot...
February 8, 2012 at 11:11 am
I guess you need a split function.
Be careful with big input data: the split function handles 8000 characters at most.
Another possibility is using CHARINDEX to find the colon and SUBSTRING/RIGHT...
February 8, 2012 at 11:04 am
No surprises: it's all documented behaviour.
You can use any expression as a left or right side of the LIKE operator. Any expression includes a constant, such as '-'.
February 8, 2012 at 5:44 am
As far as I know, you cannot.
Oracle and DB2 are supported publishers, but Sybase is not.
Maybe with some replication tools of sybase you can achieve the same thing, but not...
February 8, 2012 at 5:42 am
What error are you getting?
Does the remote user have SELECT privileges on the new database?
February 8, 2012 at 5:05 am
Lynn Pettis (2/7/2012)
Kassondra gave birth to a healthy baby boy yesterday in Germany. Grayson Matthew was born at...
February 8, 2012 at 5:03 am
Draelith (2/7/2012)
February 8, 2012 at 4:58 am
Viewing 15 posts - 1,951 through 1,965 (of 5,394 total)