Viewing 15 posts - 1 through 15 (of 59 total)
Yes I can ping the server form SqlServer
I'm getting this error now:
Active X scripting function not found:
Multiple step OLE DB operation generated errors.Check each OLEDB status value,if available
July 2, 2004 at 12:15 pm
Thanks for the Tip but I add those 3 lines to the code
and it execute sucessfully BUT STILL NO E-MAIL
the e-mail application is outlook
Nelson
July 2, 2004 at 9:36 am
Hi I did this way:
CREATE PROCEDURE send_cdomail
AS
declare @From varchar(100)
declare @to varchar(100)
declare @cc varchar(50)
declare @Subject varchar(100)
declare @Body varchar(500)
declare @Attachment varchar(150)
DECLARE @iMsg int,
@Att_Methode_Object varchar(50)
SET @Att_Methode_Object = 'AddAttachment ' + '("'...
June 30, 2004 at 10:06 am
this one
alter table billable_transactions alter column country char(30)
I fix already from the enterprise manager, works thanks alot
Nelson
March 5, 2004 at 12:29 pm
Yes it's not for replication anymore, and I can change the column now from Entreprise Manager, but i wont let me change from the script.
thanks
Nelson
March 5, 2004 at 12:16 pm
getting this:
Invalid object name 'sysarticles'.
thanks
Nelson
March 5, 2004 at 11:54 am
getting this
Invalid object name 'sysarticles'.
March 5, 2004 at 11:53 am
ok now the replinfo is 0
and I run this
alter table billable_transactions alter column country char(30)
and I'm getting this error:
Cannot alter column 'country' because it is 'REPLICATED'.
wherelse I need to change?
Thanks
March 5, 2004 at 9:11 am
I did run this
select replinfo from sysobjects where name = 'billable_transactions"
and I got return 128
How do I change it to 0
thanks
Nelson
March 5, 2004 at 8:35 am
well , I did drop the replication I drop the jobs I disable the server as replicator, restart the server and when I try to modify that field it still...
March 5, 2004 at 8:09 am
there is data on it, you mean drop the replication fix the table and do the replication again?
March 5, 2004 at 7:31 am
I just need the file names into to a table
October 1, 2003 at 1:05 pm
this helps but I need in horizontal position not in vertical ex:
day 1 2 3 4...
August 28, 2003 at 6:27 am
Viewing 15 posts - 1 through 15 (of 59 total)