|
Sybase iPhone software ready “soon”
2008-05-27 12:08:00 NEW YORK (Reuters) - Sybase Inc (SY.N: Quote, Profile, Research) plans to soon start selling software that lets businesses securely distribute e-mail to the iPhone, which could help the popular device gain use among business clients. read it here www.reuters.com
By: iPhonetunes
Natalie Gulbis Sybase Tournament
2008-05-24 20:25:00 Hello from rainy New Jersey! This week we are in Clifton, NJ playing at Upper Montclair Country Club. Today’s second round was washed out. The rain started early this morning and did not recede. The greens went over around noon and play was canceled at 4:00pm today. The LPGA has a rule that if ...
Sybase preps up software for iPhone
2008-05-21 01:24:00 Appletell – Sybase announced that it would be launching a new software for the iPhone that will let users access their email in a secured environment. This new program will be similar to the ones used in BlackBerry and Palm Treo handsets and will be made available to iPhone users sometime before the end of this year. ... read more
Briefly: Sybase To Bring Corporate Email App To iPhone “Soon”
2008-05-20 16:22:00 John Chen, CEO of the enterprise developing firm Sybase, has announced plans to release a native iPhone application that will let users securely access corporate email "soon". The CEO claims the software will be ready some time later this year. The app will give corporate email users the same security found on the Blackberry, the Treo, and Palm devices.
Sybase e-mail solution for iPhone is coming soon
2008-05-20 12:03:00 iPhoneWorld.ca . .Sybase, the company which promised enterprise email solution for iPhone some time ago, said that it is coming “soon”. At the Reuters Global Technology, Media and Telecoms Summit in New York, John Chen that the program will be released before the end of the year, but When asked to be more specific, ...
By: iPhone World
Press Release: Sybase iAnywhere Introduces Comprehensive Management and Sec
2008-04-23 00:00:00 Empowers Companies to Manage and Secure Their Unwired Enterprise Across a Range of Devices and Platforms Read the full story here.
Now Available from Sybase: Secure Enterprise Email for Apple iPhone
2008-03-25 19:04:00 You asked for secure enterprise email on the iPhone. Only Sybase iAnywhere’s unique approach makes it happen. Heterogeneous device support has always been a cornerstone of Sybase iAnywhere’s philosophy. Since the launch of the iPhone, we’ve had incredible demand from our customers asking for our help in enabling the safe use of the iPhone for enterprise email, along with their other mix of Windows Mobile, Symbian and Palm devices. Sybase iAnywhere has taken an innovative approach to support the iPhone within Lotus Domino and Microsoft Exchange environments, which reduces potential security concerns while still providing a rich user experience utilizing the native iPhone applications. Video Demo - Watch a video demo of Sybase iAnywhere’s iPhone solution.
By: iPhonetunes
Sybase iAnywhere brings Lotus, Exchange email to Apple iPhone
2008-03-21 03:53:00 Sybase iAnywhere has announced support for Apple iPhone within its Information Anywhere Suite will soon be available. Information Anywhere now enables IT organizations to provide secure delivery of Lotus Domino and Microsoft Exchange enterprise email to iPhone users, in addition to a broad range of other mobile devices.Sybase iAnywhere's unique approach to providing enterprise email support for the iPhone reduces potential security concerns while still providing a rich user experience utilizing native iPhone applications.“We’ve had significant demand from our customer base for iPhone support, as companies want to allow the iPhone as an approved device choice for wireless email, along with their other Windows Mobile, Symbian or Palm devices,” said Mark Willnerd, vice president, Sybase iAnywhere, in the press release.“In addition, we are excited by the recent release of the Apple iPhone SDK. We are currently exploring new possibilities for future product enhancements and addi...
By: iPhoneWave
Sybase iAnywhere Releases Secure Enterprise Email for Apple iPhone
2008-03-19 20:26:00 Sybase iAnywhere announced availability of support for Apple iPhone within its Information Anywhere Suite. Information Anywhere now enables IT organizations to provide secure delivery of Lotus Domino and Microsoft Exchange enterprise email to iPhone users, in addition to a broad range of other mobile devices. Sybase iAnywhere’s unique approach to providing enterprise email support ...
Sybase iAnywhere Releases Secure Enterprise Email for Apple iPhone
2008-03-19 19:59:00 Sybase iAnywhere announced availability of support for Apple iPhone within its Information Anywhere® Suite. Information Anywhere now enables IT organizations to provide secure delivery of Lotus Domino and Microsoft Exchange enterprise email to iPhone users, in addition to a broad range of other mobile devices. Sybase iAnywhere’s unique approach to providing enterprise email support for the iPhone reduces potential security concerns while still providing a rich user experience utilizing native iPhone applications. “We’ve had significant demand from our customer base for iPhone support, as companies want to allow the iPhone as an approved device choice for wireless email, along with their other Windows Mobile, Symbian or Palm devices,” said Mark Willnerd, vice president, Sybase iAnywhere. “In addition, we are excited by the recent release of the Apple iPhone SDK. We are currently exploring new possibilities for future product enhancements and additional iPhone support ...
Sybase iAnywhere
2008-03-19 08:42:00 Sybase iAnywhere: corporate email on the iPhone Sybase provides secure messaging features on the iPhone by making it compatible with its platform iAnywhere Suite associated with Lotus Domino or Microsoft Exchange. Sybase provides secure messaging features on the iPhone by making it compatible with its platform iAnywhere Suite associated with Lotus Domino or Microsoft Exchange. If ...
By: Mobspecs
Sybase iAnywhere: Enterprise mail solution for the iPhone
2008-03-15 02:09:00 iPhone World: While Lotus Notes and Exchange Server are still in development, Sybase has decided to take matters into their hands and make their own corporate e-mail solution. Their method utilises standard iPhone mail client, together with Information Anywhere suit to access corporate mails on the server. You can check the video of it here. It ...
By: iPhone World
SQL Induced Brain Death part 2
2008-03-11 16:56:00 I've seen the light at the end of the tunnel, and thankfully this time it wasn't an oncoming train.I've finally managed to get the correct data out in a usable format and generate the reports that our accounts department required (reconciling the net number of newspapers sold, grouped by route to market and taking into account discounts and returning the correct revenues). The SQL query used is a bit of a beast (and takes half-an-hour to run) but it at least returns the correct result set.Now I can sit down quietly and have a head-ache!
SQL Induced Brain Death
2008-03-10 19:36:00 It isn't too often I find myself praising Microsoft's software, but when it comes to SQL, Microsoft's admin tools reign supreme (although MySQL's tools are catching up).Sadly, today I've been using Sybase's SQL server, which although it is a good database product, it stinks big time when it comes to the management tools.So this afternoon has felt a bit like stepping back in time ten years, to a time when all SQL code was written by hand instead of dragging links in a graphical environment, and testing the results meant exporting a text file for another program to deal with.Sigh.This makes dealing with complex queries more of a hassle than it needs to be, and accounts for the feeling of brain death that I'm now enjoying.
Dump Sybase Database to File
2008-02-27 12:11:00 I had a reader ask me offline how to transfer a legacy database to another instance of a database management system (DBMS) on a separate server/workstation. The reader was trying to extract historical statistics via a test database (on a test server) without affecting the production database. I recommended dumping the entire database to a flat file and then writing (tar) the file to tape. I was uncertain if my response answered the reader's initial question but this is one way I dealt with a relatively small database (less than 50 megabytes) a few years ago. By the way, the sequence below assumes the receiving Sybase database was appropriately named and sized when it was created.Login into production DBMS1> use master2> go1> dump database yourdb to "/tmp/mydatabase.dat"2> go1> quit2> goArchive flat file to tape (assumes a tape drive is attached)# cd /tmp# tar cvfp /dev/rmt/0 mydatabase.datMove tape media to receiving server/workstation (assumes a tape drive is attached)# cd /tmp-...
By: My SysAd Blog
Dump Sybase Database to File
2008-02-27 12:11:00 I had a reader ask me offline how to transfer a legacy database to another instance of a database management system (DBMS) on a separate server/workstation. The reader was trying to extract historical statistics via a test database (on a test server) without affecting the production database. I recommended dumping the entire database to a flat file and then writing (tar) the file to tape. I was uncertain if my response answered the reader's initial question but this is one way I dealt with a relatively small database (less than 50 megabytes) a few years ago. By the way, the sequence below assumes the receiving Sybase database was appropriately named and sized when it was created.Login into production DBMS1> use master2> go1> dump database yourdb to "/tmp/mydatabase.dat"2> go1> quit2> goArchive flat file to tape (assumes a tape drive is attached)# cd /tmp# tar cvfp /dev/rmt/0 mydatabase.datMove tape media to receiving server/workstation (assumes a tape drive is attached)# cd /tmp-...
By: My SysAd Blog
VISOCO dbExpress driver for Sybase ASE
2008-01-02 01:53:00 Click to enlarge VISOCO dbExpress driver for Sybase ASE 2.3 VISOCO dbExpress driver for Sybase ASE is a dbExpress driver for Borland Delphi, Kylix, C++ Builder.
Shutdown a Sybase Adaptive and Backup Server
2007-12-28 16:08:00 Lately, I have seen a number of searches related to terminating an Sybase Adaptive server process. I wrote a post for starting a Sybase DBMS in July but not vice versa.Typically, the DBMS is started and terminated by using common startup and kill scripts. But SysAdmins can also gracefully shut down both the dataserver and backup servers via the command line. Here is a run.# isql ?Usa ?Ppassword1> shutdown SYB_BACKUP2> go1> shutdown2> goIf you can not shutdown the dataserver by the aforementioned methods, you might have to employ brute force: the kill -9 command. But note, this should only be performed in an emergency.# ps ?ef | grep backupserver# kill -9 PID# ps ?ef | grep dataserver# kill -9 PID
By: My SysAd Blog
SQL SERVER - White Papers: Migration from Oracle Sybase, or Microsoft Acces
2007-12-12 02:30:00 Guide to Migrating from Oracle to SQL Server 2005 This white paper explores challenges that arise when you migrate from an Oracle 7.3 database or later to SQL Server 2005. It describes the implementation differences of database objects, SQL dialects, and procedural code between the two platforms. The entire migration process using SQL Server Migration Assistant ...
SQL Server 2000 Administration (McGraw-Hill Technical Expert)
2007-10-24 18:22:00 # Publisher: McGraw-Hill/Osborne Media (January 2001)# Language: English# ISBN-10: 0072126167# ISBN-13: 978-0072126167Book DescriptionGet cutting-edge SQL Server 2000 management techniques for installation, automation, data manipulation, replication, and much more. This expert resource provides full details on system architecture, file storage, security, and troubleshooting and explains how to integrate Windows 2000 components, including the MMC and ActiveDirectory. --This text refers to an out of print or unavailable edition of this title.Book Info(Osborne) Provides the reader with a scalable, replicated, and reliable foundation for Internet applications using SQL Server 2000. The CD-ROM contains a 120-day trial version of the software. Softcover. --This text refers to an out of print or unavailable edition of this title.Only registered users can download this file. Please Register or Login
Syntel Recruits Developer - Unix, Perl. Sybase
2007-09-18 08:06:00 Designation : Developer - Unix, Perl, Sybase. Job Description: Work on codingEnsure coding is in compliance with defined set of standards followed by project/client.Adherence to quality processes and quality standards defined for project/client/Organization.To- work on daily/weekly/monthly reports on different stages of the activities/tasks, if leading any team.To report activity progress to immediate reporting lead/reporting manager.Involve in requirement gathering, analysis, design and effort estimation in consultation with reporting lead/reporting manager for the assigned area. To plan and allocate tasks to different members of the team, if leading any team.To guide team at different stages and when team members faces any Technical or Business problems.To review task assigned to members and ensuring it's meeting quality standards.Interpersonal skills.Desired Profile : Position : Developer - Unix, perl, sybaseGood project understanding skillsExperience : 3 - 5 yrsJob location...
Sybase demos swift use of iPhone as mobile client to corporate email, calen
2007-08-09 18:07:00 For those who think the Apple iPhone will not be a corporate mobile client any time soon, think again. Sybase demonstrated today a straightforward way to use an Apple iPhone to access such enterprise email stalwarts as Microsoft Exchange and IBM Lotus Domino servers. Not only was the email and associated attachments available via the iPhone’s native client email software, but real-time access to the business user’s corporate calendar and address book were there too. read it here zdnet
By: iPhonetunes
Sybase And HTC Unite To Deliver Secure Managed Mobile Solutions
2007-08-08 00:00:00 Sybase and HTC today announced the formation of a global alliance. The companies are teaming on strategic business, engineering and marketing initiatives designed to deliver optimized Sybase iAnywhere mobility software on HTC devices.
By: Latest phones
China Customs Selects Sybase for One of World's Largest Mobile ... - CN
2007-07-30 15:07:00 China Customs Selects Sybase for One of World's Largest Mobile ...CNNMoney.com - 3 hours agoLtd. to enhance the country's customs import-export clearance processes, one of the world's largest deployments of a mobile and embedded application. ...
Drop User From a Sybase Database
2007-07-06 04:55:00 Denying user access to a database is a fairly simple process. The sp_dropuser stored procedure makes this possible. However, ensure the user doesn't own any objects in the database, has grant privileges or owns the database. Here's the syntax for the current database.1>sp_dropuser esofthub2>go1>select * from sysusers2>go
By: My SysAd Blog
Drop a Sybase Group
2007-07-06 04:45:00 Dropping a Sybase group is another fairly easy task. To accomplish this task, you will need use the sp_dropgroup stored procedure. But here's one caveat, the group must not contain any members. Here's an example.1>sp_dropgroup esoftdb_group2>go
By: My SysAd Blog
Change a Sybase User's Group
2007-07-06 04:22:00 Changing a user's group is another fairly straightforward task. You will need to use the sp_changegroup stored procedure to accomplish this task. Here's an example.1>sp_changegroup mynewgroup, esofthub2>go
By: My SysAd Blog
Create a Sybase Group
2007-07-06 04:14:00 Creating a group in a Sybase database is an easy task. You will need to use the sp_addgroup stored procedure to accomplish the task. Here's the syntax for the current database.#isql -Usa -Ppassword1>use esoftdb2>go1>sp_addgroup esoftdb_group2>goDetermine groups in a database#isql -Usa -Ppassword1>use esoftdb2>go1>sp_helpgroup2>goDe-termine users in a specific group1>sp_helpgroup esoftdb_group2>go
By: My SysAd Blog
Dumping Sybase Transaction Log
2007-07-06 03:36:00 A common problem with a transaction log is filling up. You will have to dump it or you could face serious performance issues. Here's the syntax.#isql -Usa -Ppassword1>use esoftdb2>go1>dump tran esoftdb with no_log2>go
By: My SysAd Blog
Display Sybase Login Information
2007-07-06 03:19:00 The sp_displaylogin reports information on a login. It gives information such as, user ID, full name, roles, and account status. Here's its syntax.For privilege roles#isql -Usa -Ppassword1>sp_displaylogin esofthub2>goFor non-privilege roles (provides information about their own login)#isql -Uesofthub -Panypassword1>sp_displaylogin2->go
By: My SysAd Blog
Change Default Database for Sybase User
2007-07-06 03:08:00 Here's a quick way to change the default database for a user in Sybase. This task can be done with the sp_modifylogin stored procedure. In the example below, the esofthub login is being assigned the esoftdb as its default database. Here's its syntax.#isql -Usa -Ppassword1>sp_modifylogin esofthub, defdb, esoftdb2>go
By: My SysAd Blog
Change Password for a Sybase User
2007-07-03 14:18:00 Changing passwords for a Sybase user is a fairly straightforward process. The first example deals with changing the ?sa? password or another user's password. The second example is when a user changes their own password. Here's the syntax.Note: If your password string begins with a number, enclose it in "quotes." #isql -Usa -Ppassword1>sp_password old_password, new_password, sa2>goAnother user's password #isql -Usa -Ppassword1>sp_password old_password, new_password, esofthub2>goAny user can change their own password#isql -Uesofthub -Pesofthub_password1> sp_password old password, new_password2>go
By: My SysAd Blog
Reset sa Password for Sybase
2007-07-03 13:10:00 Here's a procedure to reset the "sa" password for Sybase. But first, the RUN_ESOFTHUB_SVR script will have be modified. Here's a terse rundown of this procedure.Run a tail -f to observe the new SSO password in the log.#tail -f SYBASE.logThe dataserver should not be running#ps -ef | grep dataserverAppend the following entry, -psa, to this file#vi RUN_ESOFTHUB_SVR...-psa:wq!Star-ts the dataserver#startserver -f RUN_ESOFTHUB_SVRObserve the new password in the console or SYBASE.log#vi RUN_ESOFTHUB_SVR...-psa (delete this line):wq!#isql -Usa -Pfrom_the_log_fileNow use sp_password to change the "sa" password to something permanent.
By: My SysAd Blog
Using UNIX Redirection Symbols for Sybase
2007-07-02 15:24:00 You can send input to the isql command via the terminal. Note the ESOFT string is arbitrary. I've also included reading SQL commands from a file. Here are the examples.#isql -Usa -Pyourpassword -Syourserver_name ESOFT > myoutputuse esoftdbgoselect count(*) from mysoft_tablegoESOFTView the results#cat myoutputRead SQL from a file#isql -Usa -Pyourpassword -Syourserver_name ESOFTFILE > myoutputView the results#cat myoutput
By: My SysAd Blog
Start a Sybase Adaptive and Backup Server
2007-07-02 15:06:00 You can manually start an Adaptive Server and Backup server using the startserver command. I find this useful during troubleshooting efforts because I can watch the initialization output in real-time. Here's the syntax.Starts only the Adaptive Server#startserver -f RUN_ESOFTHUB_SVRStarts both the Adaptive and Backup servers#startserver -f RUN_ESOFTHUB_SVR -f RUN_SYB_BACKUPStarts only the Backup Server #startserver -f RUN_SYB_BACKUP
By: My SysAd Blog
Terminate or Kill a Sybase Process
2007-07-01 17:50:00 From time to time, you may need to kill an internal Sybase process or processes. But first, you will need to find the process ID or PID. Here's how you do that via SQL.1>sp_who2>go1>kill PID2>go
By: My SysAd Blog
SYBASE 365 ENABLES AIRCEL TO EXTEND GLOBAL TEXT MESSAGING CAPABILITIES
2007-06-20 11:04:00 INDIA - Sybase 365™, a subsidiary of Sybase, Inc. (NYSE: SY), the global leader in the delivery and settlement of messaging interoperability as well as the management and distribution of mobile content, today announced that it has been selected by Aircel Ltd., a subsidiary of Malaysia’s Maxis Communications Berhad, the leading mobile operator in the southern Indian state of Tamil Nadu, to offer
Aircel, Sybase facilitate international SMS
2007-06-18 18:44:00 Chennai: Chennai-based mobile services provider, Aircel Limited, offering mobile telephony in Tamil Nadu, has chosen Sybase 365 to offer international short message service for its over four million subscribers. Aircel is a subsidiary of Maxis Communications, Berhad, Malaysia and Sybase 365 is a subsidiary of Sybase Inc, US.According to KVP Baskar, CEO (South) Aircel, the deal will enable
Sybase Becomes "Silver Sponsor" of SOA World and Enterprise Open
2007-06-18 11:02:00 SYS-CON MediaSybase Becomes "Silver Sponsor" of SOA World and Enterprise Open ...SYS-CON Media, NJ - 2 hours agoThe world's most critical data in commerce, communications, finance, government and healthcare runs on Sybase. For more information, visit the Sybase Web ...
Sybase Becomes "Silver Sponsor" of SOA World and Enterprise Open
2007-06-17 23:23:00 SYS-CON MediaSybase Becomes "Silver Sponsor" of SOA World and Enterprise Open ...SYS-CON Media, NJ - 1 hour agoThe world's most critical data in commerce, communications, finance, government and healthcare runs on Sybase. For more information, visit the Sybase Web ...
Database Management & Data Integration Software Provider - Sybase Inc., Dub
2007-06-08 12:37:00 Sybase has been a leader in developing and expanding innovative database technology for emerging markets. Sybase is the largest global enterprise software company exclusively focused on managing and mobilizing information from the data center to the point of action. Sybase's cross-platform solutions securely deliver information anytime, anywhere, enabling customers to create an information edge. With Sybase software solutions, customers can optimize and enhance the investments they already own, link together the valuable data resources already in place, and extend the reach of business-critical information to users on the front lines?giving them a financial, agility and productivity edge across all areas of their business.Sybase's Products :- Database Management - Business Continuity - Data Integration- Data Warehousing- Mobile Solutions- Modeling & Metadata - Development- Industry Solutions Sybase Technology Solutions :- Sybase Embeddable Technologies (OEM) - Sybase RFID Solu...
Ochoa defends Sybase Classic crown
2007-05-20 19:05:00 Lorena Ochoa won for the first time since replacing Annika Sorenstam as the No. 1 player in women’s golf, and put an exclamation point on it by defending her Sybase Classic title. More: continued here
No. 1 Ochoa defends Sybase Classic crown
2007-05-20 18:05:00 Lorena Ochoa won for the first time since replacing Annika Sorenstam as the No. 1 player in women’s golf, and put an exclamation point on it by defending her Sybase Classic title. More: continued here
Drop a Sybase Database and its Device
2007-05-20 17:12:00 Occasionally, you may have to drop a Sybase database and its device. You will have to drop the database before dropping its device. Then confirm whether the database and device was dropped or not. Here's an example. #isql -Usa -Ppassword1>use master2>go1>sp_helpdb2>go1>drop- database MYDB2>go1>sp_dropdevice MYDB_device2>go1>sp_helpdb2>go1->sp_helpdevice2>go
By: My SysAd Blog
Ochoa surges into tie for Sybase lead
2007-05-18 23:05:00 Sarah Lee presumably was long gone from the Upper Montclair Country Club by the time Lorena Ochoa finished her round Thursday in the Sybase Classic. That might have been a good thing. More: continued here
Ochoa surges into tie with Lee for Sybase lead
2007-05-18 19:05:00 Sarah Lee presumably was long gone from the Upper Montclair Country Club by the time Lorena Ochoa finished her round Thursday in the Sybase Classic. That might have been a good thing. More: continued here
Lee leads defending champ Ochoa at Sybase
2007-05-17 21:05:00 Had it not been for been Sarah Lee, defending champion Lorena Ochoa would be atop the leaderboard again at the Sybase Classic. More: continued here
Dump Sybase Database to Tape
2007-05-09 16:41:00 Obviously, it's always a good idea to backup your database to a spare system disk, RAID, or to another slice on the system disk. But I think it's equally important to backup the database to something offline, i.e. tape. If the tape hasn't been initialized before, you will have to add the keyword init. You will only have to do that once. Again, it's a fairly straightforward process. Here's the syntax.#isql -Usa -Ppassword1>use master2>go1> dump database MYDB to mytapealias with init2>go
By: My SysAd Blog
Load Sybase Database From Tape
2007-05-09 15:55:00 On occasion, you may have to restore a database via tape. This is a fairly simple and straightforward task to perform. Here's the syntax to load a Sybase database from tape. First, get a list of the database filename(s) on the tape#isql -Usa -Ppassword1> load database MYDB from mytapealias with listonly2>goNext, restore the database from tape and then put it online1>use master2>go1>load database MYDB from mytapealias with file = 'MYDBXXXXXXX'2>go1>online database MYDB2>go
By: My SysAd Blog
Sybase iAnywhere Adds Platform Support for Mobile Application Development
0000-00-00 00:00:00 Sybase iAnywhere today announced that it has expanded platform support within its Information Anywhere suite. Its Web standards-based mobile enterprise application enablement component, M-Business Anywhere, now supports Symbian, Windows Mobile 6 and Windows Vista desktop and tablet platforms, in addition to Windows Mobile 5, Win32 and Palm. The company also ...
By: Latest cell
|



