Viewing 15 posts - 16 through 30 (of 33 total)
Ill look at the locks but no. That statement is only effecting one row which is a parent record.
June 25, 2008 at 9:31 am
Sorry for the Newbie question. I found the answer using the online books. I just had to hard code the machine name using the @hostname parameter when runnigng the sp_addmergepullsubscription_agent.
June 10, 2008 at 9:09 am
You may want to try Web Synchronization feature but you will still have to use a Domain name with a security certificate instead of an IP address. I just got...
June 4, 2008 at 3:14 pm
I just started working on a merge replication project for the first time and I remember somewhere in the documentation I was reading that you have to use the Machine...
June 4, 2008 at 7:54 am
im getting an error on the With Dups portion of the code.
With Dups as
(
????select *, row_number() over
(partition by Product_Code order by Product_Code) as RowNum
????from #prod
)
Msg 102, Level...
May 9, 2008 at 7:37 am
Well I figured out how to correct the problem I was running into. I used the scripting wizard to generate the code to create the database objects /w having collate...
April 24, 2007 at 1:16 pm
Yeah I looked at those per server licensing and it would be nice to have if we had the money to spare, we have dual Xeon processors.
Another question on SQL Server...
November 17, 2006 at 9:13 am
The application that access the SQL Server is using SQL authentication.
November 16, 2006 at 3:42 pm
Found something strange and Im not sure if this should be happening. I enabled edit on the backup task object in my plan and selected the View T-SQL button to...
November 13, 2006 at 10:02 am
Seems Im having the same problems too. I setup a Plan to perform a Clean Up History, Full Backup w/Overwrite, Check DB, Shrink Files, and Update Statistics once a week...
November 13, 2006 at 9:36 am
Markus mentioned above that using a SnapShot replication doesnt need PK. I have tried this and it does work but its going to send the whole DB every time.
November 8, 2006 at 8:48 am
Viewing 15 posts - 16 through 30 (of 33 total)