Viewing 15 posts - 1 through 15 (of 79 total)
why to use xp_cmdshell when you have the ability to write assembly it NET, more then that, that can be signed and give a higher level of security?
we are not...
March 29, 2013 at 7:13 am
fixed the C# code :
SqlCommand cmd = new SqlCommand("casp_GetExist", cnt);
SqlParameter parameter = new SqlParameter();
...
February 20, 2013 at 6:33 am
i used the MaxErrorCount solution its good for now
November 2, 2012 at 2:08 am
solved
select CASE WHEN MIN(t.r) = 1 then t.name1
ELSE ''
END as name1,
t.name2, t.name3, sum(t.sum1), sum(t.sum2)
from (select *, ROW_NUMBER() over(partition by name1 order by name1) r
from #tbl1) as...
September 11, 2012 at 6:57 am
Jeff Moden - your correct, one of the most important things that RAISEERROR gives you is the ability to log to the application log, which lets you monitor from outside...
April 9, 2012 at 11:32 pm
no trigger
and the query immediately after the update
August 15, 2011 at 6:37 am
i am adding the execution plan
thanks for any help:)
August 14, 2011 at 5:32 am
Hi Ron, can you share with us the package?
how do you clean the diffrent statistics, so on next run time, you will get only the data from the previous time?
July 7, 2011 at 6:48 am
it seems that if you dont work in a domain the use of certificates is a must!
any way i did all the steps, but the last one isnt working :
ALTER...
June 23, 2011 at 8:07 am
different disk as physical disk (not partitioned).
June 23, 2011 at 4:26 am
first thanks - i will check it out.
i understand that that i need to run the 2 commands from the principal server? and if yes, how does it know to...
June 20, 2011 at 12:51 pm
Viewing 15 posts - 1 through 15 (of 79 total)