Viewing 15 posts - 46 through 60 (of 79 total)
thnaks for the DecryptByKeyAutoCert !
January 31, 2010 at 4:44 am
January 31, 2010 at 4:44 am
there is a bug opened on that issue
check if the service is running as "NetworkService"
and change it to a user with Admin priviliges.
after it restart the service and check again
good...
December 23, 2009 at 7:55 am
did you manage to solve the problem?
i got the same one
Thanks
peleg
September 9, 2009 at 1:27 am
i send data to a STORED PROCEDURE in the db.
this STORED PROCEDURE insert data and raiserror.
the thing is that the problem is between how an exception occusres when for example...
July 31, 2009 at 6:43 am
thats not the problem
beacuse i added aleardy all the messages that i wanted to sys.messages
July 30, 2009 at 9:26 am
this is the vb6 code : (when i dont use the try/catch/error i do get back the error on line (***)
g_Command.Execute -- executes the STORED PROCEDURE
If...
July 30, 2009 at 8:30 am
Lamprey13 (7/28/2009)
July 28, 2009 at 3:38 pm
it still dosent help
seems that only add_message can help in this case
July 28, 2009 at 7:38 am
i want to store text in a table with unique value of a column of type nvarchar(200)
and to be able to search (fast ) for text...
Thanks
Peleg
July 13, 2009 at 7:16 am
how do i do the same in sql 2000 where the row number ability dosent exist?
June 16, 2009 at 8:04 am
i have move to row into :
ROW_NUMBER() OVER (PARTITION BY id ORDER BY case when val1 is not null then 0 else 1 end)+(case when val2 is not null then...
June 14, 2009 at 9:59 am
ok the code work,but when i try to add an order by i get this error :
The ORDER BY clause is invalid in views, inline functions, derived tables, subqueries, and...
June 14, 2009 at 8:15 am
i do this
SELECT CAST(NULL as NVARCHAR(50)) as Company , CAST(NULL as NVARCHAR(50)) as ServiceName
INTO #ReportTable
when i check the COLLATION of the column i see it's :
SQL_LATIN1_GENERAL_CP1_CI_AS
June 12, 2009 at 11:46 am
i want to mention that the certin tables that there index were removed, wont be updated ever again!
the question if i will want in the future to put an index,...
June 10, 2009 at 12:41 pm
Viewing 15 posts - 46 through 60 (of 79 total)