Viewing 15 posts - 76 through 90 (of 156 total)
Remove problematic table from list of articles
generate create table script of table
re-create table on subscriber.. export data from publisher..
Add table in article list... start synchronizing...
[font="Verdana"]--www.sqlvillage.com[/size][/font]
April 6, 2008 at 12:33 pm
If your requirement would have been to refresh data on test server everynight then I would have suggested Snapshot replication. But as I understand you also want to make sure...
[font="Verdana"]--www.sqlvillage.com[/size][/font]
April 5, 2008 at 10:34 pm
Run select on following objects in distribution database to find status.
select * from MSlogreader_history
select * from MSsnapshot_history
select * from MSdistribution_history
select * from MSmerge_history
select * from MSqreader_history
I am not sure what...
[font="Verdana"]--www.sqlvillage.com[/size][/font]
April 5, 2008 at 10:28 pm
how did you add column? I am sure you have not used sp_repladdcolumn procedure to do this.
[font="Verdana"]--www.sqlvillage.com[/size][/font]
April 5, 2008 at 10:23 pm
Although it is not recommended but still if you want to change value in system table. You may do it by starting sql server using -f switch.
like:
sqlservr -f
[font="Verdana"]--www.sqlvillage.com[/size][/font]
April 5, 2008 at 9:59 pm
DUPLICATE POST.................
[font="Verdana"]--www.sqlvillage.com[/size][/font]
April 5, 2008 at 9:26 pm
It is failing because USERA does not have permission to access Oracle table. you need to type in userid and password in security tab of linked server. To do this:
Select...
[font="Verdana"]--www.sqlvillage.com[/size][/font]
April 5, 2008 at 9:18 pm
are you trying to create a job from different computer? If yes then I am sure you have client tools on that system with Service Pack 1. upgrade client tool...
[font="Verdana"]--www.sqlvillage.com[/size][/font]
April 4, 2008 at 12:52 pm
use port number while specifying sql server name
[font="Verdana"]--www.sqlvillage.com[/size][/font]
April 4, 2008 at 12:45 pm
1. Click Start, click Programs, click Microsoft SQL Server 2005, and then click SQL Server Management Studio.
2. In the Connect to Server dialog box, specify the name of the appropriate...
[font="Verdana"]--www.sqlvillage.com[/size][/font]
April 4, 2008 at 12:51 am
is it computed column? Thats the reason behind failure.
set arithabort on before executing update statement
[font="Verdana"]--www.sqlvillage.com[/size][/font]
April 4, 2008 at 12:34 am
are you planning to use same SQL Server name?
[font="Verdana"]--www.sqlvillage.com[/size][/font]
April 2, 2008 at 11:02 am
In addition to what Martin said, If you are using CE 3.0 then use ALTER TABLE to SET identity.
[font="Verdana"]--www.sqlvillage.com[/size][/font]
March 30, 2008 at 10:20 pm
I think you will not be able to stop without stopping sql service. you may try killing process id using tskill command thru DOS Command prompt
[font="Verdana"]--www.sqlvillage.com[/size][/font]
March 29, 2008 at 4:32 pm
I am sure, you are using wrong file names.
I will suggest you run following script on server where you performed backup:
select 'disk = ''' + physical_device_name + ''',' from backupmediafamily...
[font="Verdana"]--www.sqlvillage.com[/size][/font]
March 29, 2008 at 4:15 pm
Viewing 15 posts - 76 through 90 (of 156 total)