Epicor Software Corporation (NASDAQ: EPIC), a leading provider of enterprise business software solutions for the midmarket and divisions of Global 1000 companies, today announced that Epicor 9, the Company's next-generation enterprise resource planning (ERP) solution continues to gain momentum with more than 30,000 user seats shipped worldwide to date.
Both new and existing customers globally and across industries are realizing the benefits of Epicor's award-winning real-time business management solution, launched last year at the Company's annual global user conference.
"We are extremely pleased with the success Epicor 9 has achieved since its launch, both in terms of new customer wins, and existing customer implementations and migrations," said George Klaus, chairman, president and CEO for Epicor. "We are committed to delivering world class solutions, services and support to our customers -- to see them attain the benefits of improved business processes, productivity gains and overall success with Epicor 9 is gratifying. We expect the adoption of Epicor 9 to continue trending up, as we move toward availability of Epicor 9 in more than 50 countries and 30 languages by the end of next year." EPIC next generation ERP-system
Epicor Software Corporation (NASDAQ: EPIC), a leading provider of enterprise business software solutions for the midmarket and divisions of Global 1000 companies, today announced that Epicor 9, the Company's next-generation enterprise resource planning (ERP) solution continues to gain momentum with more than 30,000 user seats shipped worldwide to date.
Both new and existing customers globally and across industries are realizing the benefits of Epicor's award-winning real-time business management solution, launched last year at the Company's annual global user conference.
"We are extremely pleased with the success Epicor 9 has achieved since its launch, both in terms of new customer wins, and existing customer implementations and migrations," said George Klaus, chairman, president and CEO for Epicor. "We are committed to delivering world class solutions, services and support to our customers -- to see them attain the benefits of improved business processes, productivity gains and overall success with Epicor 9 is gratifying. We expect the adoption of Epicor 9 to continue trending up, as we move toward availability of Epicor 9 in more than 50 countries and 30 languages by the end of next year." EPIC next generation ERP-system
And then, to get the start of the current month...
SELECT CAST(CAST(DATEADD(DAY,DATEPART(DAY,getdate())*-1, getdate()) as int) as datetime);
This I am using for daily Month-To-Date reporting. Comparison is much faster this way than checking DatePart(Month,getdate()) and DatePart(Year,getdate()) against the column.
And then, to get the start of the current month...
SELECT CAST(CAST(DATEADD(DAY,DATEPART(DAY,getdate())*-1, getdate()) as int) as datetime);
This I am using for daily Month-To-Date reporting. Comparison is much faster this way than checking DatePart(Month,getdate()) and DatePart(Year,getdate()) against the column.
Коллеги, ищется очень хороший DB(A) MSSQL для компании Innova Systems, Москва.
Задачи, которые будут ставиться перед вами - амбициозны и технически сложны. Вы будете работать в игровой индустрии, где требования к проектам меняются очень быстро, а нагрузки на системы очень высоки. Процесс разработки построен по методологии Agile - Scrum. У вас будет возможность изучить новейшие методы работы команды и стать Scrum-мастером, если захотите.
Если вы получаете удовольствие от разработки и настройки баз данных и , если вы ищете драйв в работе и если хотите работать в команде лучших специалистов - мы ищем именно вас.
З/П определяется по результатам собеседования. Предлагайте ваши варианты. Мы рассматриваем кандидатов из других городов и оказываем помощь при переезде.
Кратко о компании: Мы занимаемся топовыми MMORPG (Lineage2, RF, R2 etc) Даем - работу в компании, которая растет даже в кризис. Официальное оформление, офис на м. Павелецкой
Должностные обязанности: * Проектирование баз данных * Участие в проектах разработки программного обеспечения в качестве эксперта БД * Разработка и поддержка различных скриптов, хранимых процедур, триггеров и других объектов баз данных * Оптимизация производительности баз данных * Разработка, планирование и реализация ‘housekeeping’ задач на всех поддерживаемых серверах баз данных
Требования: * Глубокие знания проектирования, внедрения и поддержки баз данных для приложений * Опыт работы с MS SQL 2000,2005 от 3-х лет * Опыт поддержки систем с высокой доступностью (7x24x365) * Опыт разработки бекап/рековери стратегий, безопасности, мониторинга и оптимизации производительности * Глубокое понимание концепций проектирования БД * Высшее техническое образование * Умение работать в команде * Знание английского языка
Желательно: * Опыт администирирования и работы с высоконагруженными OLTP базами данных * Опыт работы с ETL (Extraction, Transformation, and Loading) * Опыт работы с OLAP (On-line Analytical Processing) - плюс * Знание администирирования серверов, администрирования безопасности и администирирования сети желателен * Опыт работы c SAN
I need to change rows into columns to wrap them into a header contract. This is how I need the data to show. If this is very involved I can see about paying for help.
I want to search a text field to return multiple instances of my search criteria so I can apply a count to find out how many time it appears in that particular piece of text. For EG: searching a webpage stored in a DB field called content using %
Output: @valuesOnly = -1.21263269085502 53.1441705273226,-1.21261278851606 53.1441091569917 charindex of , = 0 Msg 536, Level 16, State 5, Procedure InsertEdge, Line 38 Invalid length parameter passed to the SUBSTRING function. The statement has been terminated.
And a table for key-text. ResourceKey FormDescription SortOrder 1 CC Contacted 8 2 CC Meeting Held 9 3 CEO Meeting Held 10 4 Campaign Start 11 5 AI Completed 2 6 Match Agreement Signed 3 10 Recommendations Complete 14 12 Thank You Sent 16 13 Received Management Support 1
What I want to do is assemble a single text note for each company like this: FRID Note 1005 08/21/2007--AI Completed;09/27/2007--CC Contacted;10/18/2007--CC Meeting Held;... 1014 09/06/2007--AI Completed;10/08/2007--CC Contacted;11/01/2007--CC Meeting Held;... ...
First part: How can I get those notes, the way they're supposed to be formatted, in one statement, without using a cursor and a temp table? (That's how I did it for 2007... I'd like to do it The Right Way for 2008)
The notes table has a three-part primary key and a "note" text field. Frid, notedate, notesequence
When I insert the data, each company will have a different sequence for the note (depending on how many other notes have been inserted today. I need to have it be one more than the current max for each one.
Second part: How can I insert the rows into the notes table all at once, without looping through?
A problem is that companies might have records merged during the year, for some reason. So, while in the milestones table, there's 3 separate FRIDs, there's only one frid in the notes table. Of course there's a table listing the merged frid and the new frid.
Third part: How can I insert notes all at once, when the data might have more than one row for a particular FRID?
SQL Server Express Edition 2008. Brand-new install. For some reason SQL Server Agent was listed as Disabled in the agents listing, so I set it to automatic and started it. It worked. I restarted the computer (for an unrelated reason) and started having problems connecting from C#, so I checked the agent again. It was again listed as disabled. I switched it once again to Automatic and hit Start, at which point I received the following message:
"The SQL Server Agent (SKINGAWEE) service on Local Computer started and then stopped. Some services stop automatically if they have no work to do, for example, the Performance Logs and Alerts service."
SkingaWee (the instance name) is currently running, I have it open in Management Studio. Thus, it would seem Agent would have something to do. Anyone know why this might be occurring and, more importantly, how I can fix it?
I'm having a weird issue using the FTP Connection Manager to upload and download files to a remote FTP site.
What ends up happening is that our ftp sessions seem to be disconnecting rather than logging off the remote FTP server. We end up having one of our files write locked and our packages start failing. Someone on the other end then kills all 10-15 of our ftp sessions that show as 'disconnected' but not terminated, and unlocks the file as well.
Has anyone seen any issues similar to this before? I would have thought that the FTP connection manager would be smart enough to log off instead of just disconnect....