462 results
Order by date - Order by pertinence
All (462)
News (1)
Reviews (1)
Press (59)
High-tech (401)
 
Dynex Technologies partners with TECHLAB, Inc. for Gold SmartKit ELISA Kit Packaging
Agreement to Provide Automation-Friendly Packaging Enhancement.
Press published on the September 19th, 2012 - 2:00 AM ET
Nutrisystem Selects Thales to Safeguard Website Transactions
Thales encryption and key management solutions provide a high assurance auditable environment and protect against card fraud.
Press published on the August 28th, 2012 - 6:00 AM ET
Dynex Technologies to Supply SmartKit ELISA Kit Packaging to ZEUS Scientific
Agreement Will Support New Agility Microplate Automation System.
Press published on the January 17th, 2012 - 3:00 AM ET
ALLPRO Imaging Presents the ScanX Ellipseā„¢, Cassette-Fed Computed Radiography System for Veterinarians
ALLPRO Imaging, a trusted provider of computed radiography systems, introduces the space-saving ScanX Ellipse Cassette-Fed Computed Radiography System for Veterinarians. The ScanX Ellipse features the smallest ...
Press published on the January 12th, 2012 - 2:40 PM ET
U.S. Micro Corporation Issues National Alert for Proper Disposal of IT Equipment
Data on Computers, Copiers, Laptops, Smart Phones Can Cost a Company Millions.
Press published on the May 11th, 2011 - 8:07 AM ET
Kroll Ontrack Enhances Technology to Help Businesses More Effectively Recover Data from Oracle Databases
Kroll Ontrack, the leading provider of data recovery, information management, and legal technologies products and services, today announced its expanded and improved OntrackĀ® Data Recovery service ...
Press published on the April 12th, 2011 - 7:00 AM ET
Kroll Ontrack Launches Tools to Fight Corruption and Identify Unlawful Behaviour
New compliance review and internal audit service to help organisations adhere to regulations and perform internal audits to monitor compliance.
Press published on the March 15th, 2011 - 2:00 AM ET
Other results are also available in our forums :
Does nesting stored procedures make sense to increase performance?
Hi, I've recently became aware of nesting stored procedures in SQL Server. In my public facing application, every page makes 2-4 database calls to retrieve different pieces of the information. I know that database calls are expensive. With that ...
Message posted on the May 18th, 2009 - 4:27 PM ET
Stored procedures usage statistics and DMV's
Hi good afternoon, I always understood that the new DMV to be consulted bring information to use Stored Procedures since the last time you restart the instance, like other objects in the database, I asked a report of use of Stored Procedures with ...
Message posted on the October 5th, 2010 - 6:26 PM ET
sql server stored procedures
Is there a way to retrieve a list of stored procedures in a SQL server database. Also is there a way to get the code from the stored procedures.
Message posted on the March 29th, 2010 - 2:31 PM ET
stored procedures to access filestream data
We would like to start using filestream in our webapplications. The NT-accounts we use to access the sql-data only have execute rights on stored procedures, no rights on the underlying tables. We would like to keep is this way. => Is this a ...
Message posted on the September 23rd, 2009 - 10:35 AM ET
how to access session temporary table from different stored procedures?
Hi, all I am trying to share data between different stored procedures in the same connection/session. Stored procedure test1: CREATE PROCEDURE test1 @session_id int, @currentTime bigint AS BEGIN CREATE TABLE #temp_table (session_id int, cur_time ...
Message posted on the July 21st, 2009 - 11:52 AM ET
dbo.dt_adduserobject showing under Stored Procedures
I am experimenting with Roles and Security. One of my databases now shows stored procedures that the others do not. I would think that they are system procedures but they are showing up with my stored procedures. It looks like they are only ...
Message posted on the May 8th, 2009 - 10:24 AM ET
syntax Check on all stored procedures in a database script
Is there a script or functionality in SQL Server 2000 that can check the syntax on all stored procedures in a database? A column was dropped from a table and the list of stored procedures using that column was identified and fixed using sp ...
Message posted on the November 6th, 2009 - 4:15 PM ET