Viewing 15 posts - 1 through 15 (of 180 total)
I would get the required data that needs to be kept into a new table and rename that with the original one.Once i make sure verything looks good would drop...
November 5, 2008 at 9:55 am
The best i would do is select the rows that are to be keptin a new table and rename the old one to someting and rename the new one to...
July 8, 2008 at 12:03 pm
Thanks Derek for your response. I tried the UNC path but for some reason the subscriber was not able to connect to the publisher. It tried to reconnect but ulimately...
June 26, 2006 at 7:55 am
Thanks Derek for the reply,
Yes we have both the Distributor and the Publisher on the same box. Can you please eleborate the UNC path, how it should be done on...
June 16, 2006 at 11:37 am
Since we were unable to find the Distribution Agent we tried to re create the subscriber abd then we were able to see the Distribution agent. Do you know why?
MK
June 5, 2006 at 9:13 am
I am looking on the computer which has the Distribution database.
MK
June 5, 2006 at 8:40 am
Thank you Once Again Allen, are there any KB articles for this.
Thanks,
MK
December 2, 2004 at 2:08 pm
Thank You for the reply Allen.
I Want to keep the second node intact while rebuilding the OS on the First node. Once the rebuild is done I want to bring...
December 2, 2004 at 1:49 pm
Hey Neil,
Hope this helps...........
DECLARE C1 CURSOR FOR select catalogid, odQuantity from oitems where orderid = 123456
OPEN C1
FETCH NEXT FROM C1 INTO
November 29, 2004 at 10:04 am
Can you post the query which you are trying to use.
November 18, 2004 at 10:48 am
Make it a Dynamic stored procedure it should work...
CREATE Stored Procedure My_user_sp
@Search_Parm VARCHAR(100)
AS
DECLARE @sql VARCHAR(3000)
SET @sql = 'SELECT
User.fields_i_want
FROM User
WHERE...
November 18, 2004 at 10:10 am
Try this ...
SELECT '''Group1'', ''Group2'', ''Group3'''
MK
November 18, 2004 at 10:02 am
If Index is the problem than droping the index on the view and recreating it after inserting the data should work right.
MK
November 18, 2004 at 9:49 am
Hey Julian, thank you for your input, Can you give me a example of the full text search.
Thanks,
MK
September 15, 2004 at 9:40 am
Viewing 15 posts - 1 through 15 (of 180 total)