SEARCH RESULTS
 
Showing 1-10 of 874 records
 
Expand article

Zoho and its SQL Service (P.S. For Internal Use Only!)

The Article has images
2008-12-03 19:00:33 by Sam in Startup Meme
...SQL , is a new service being launched by online office, CRM and email service provider Zoho , which would allow corporate developers to access their Zoho application data through SQL language What this means is if you use JDBC or ODBC, you would not need Zoho specific APIs to access the Zoho DB and Reporting module. This eventually results in...
 
 
 
 
 
Expand article

Sql 2008 RC0 Install

2008-06-18 21:03:12 by Adam in Adam Salvo(z) Blog
 
...SQL 2008 for the upcoming Madison DotNet Code Fest. I had downloaded the February CTP last week, and started out with that. I actually got everything installed and went out to find the sample databases on CodePlex , and discovered that RC0 had been released this week. Oh well, just revert the virtual machine to its pre sql state and start...
 
 
 
 
 
Expand article

New tools to block and eradicate SQL injection

2008-06-24 23:22:07 by manunkind in PC Sympathy
 
...SQL injection attacks and announces three new tools to help identify and block these types of vulnerabilities. The advisory discusses the new tools, the purpose of each, and the way each complements the others.The goal of this blog post is to help you identify the best tool to use depending on your role (i.e. Web Developers vs. IT...
 
 
 
 
 
Expand article

Installing Visual Studio 2008 SP1, TFS 2008 SP1 and SQL 2008 RTM

2008-08-17 00:00:32 by Adam in Adam Salvo(z) Blog
 
...SQL 2008, I set about upgrading I set about upgrading my main development laptop. Currently I have VS 2008, Team Explorer 2008 and SQL 2005 client tools installed. I opted to download the full installer for the SP1 updates as opposed to the bootstrapper options NET Framework 3.5 Service Pack 1 (Full Package Visual Studio 2008 SP1 (Full...
 
 
 
 
 
Expand article

Bots Use SQL Injection Tool in New Web Attack

2008-05-14 21:56:04 by manunkind in PC Sympathy
 
...SQL injection attacks on thousands of Websites: Its outfitting its bots with its own tool to launch SQL injection attacks on vulnerable sites The Asprox botnet, a relatively small botnet known mainly for sending phishing emails, has been spotted in the last few days installing an SQL injection attack tool on its bots. The bots then Google for...
 
 
 
 
 
Expand article

Secure SQL Server from SQL injection attacks

2008-07-02 12:20:19 by manunkind in PC Sympathy
 
SQL injection attacks are probably the most common way for hackers to strike Internet-facing SQL Server databases. No matter how secure your network is or how many firewalls you have in place, any application that uses dynamic SQL and allows for unchecked user input to be passed to the database is at risk for a SQL injection assault. Recent...
 
 
 
 
 
Expand article

sqlninja 0.2.3 released - Advanced Automated SQL Injection Tool for MS-SQL

2008-05-30 12:13:12 by manunkind in PC Sympathy
 
...sqlninja since the early days, its growing into a well matured and more polished tool with advanced features Sqlninja is a tool written in PERL to exploit SQL Injection vulnerabilities on a web application that uses Microsoft SQL Server as its back-end. Its main goal is to provide a remote access on the vulnerable DB server, even in a very...
 
 
 
 
 
Expand article

How to recover your sql server if you can't login

2008-05-30 23:04:44 by Adam in Adam Salvo(z) Blog
 
...SQL Server service, from the services MMC Stop all services and applications from connecting to your SQL server. If they are connecting via the network, you could use the windows firewall to restrict access. The reason for this, is once you are in single user mode, another application may connect and consume the one connection Open a command...
 
 
 
 
 
Expand article

Getting started with SQL Server Data Services

The Article has images
2008-07-03 15:24:22 by Taimur Asad in Startup Meme
...SQL Server Data Services. While I am still exploring this new service, I just thought of guiding all those interested in this service in order to help you get started with SQL Server Data Services a.k.a SSDS but first up, what is SSDS At this years MIX, Microsoft unveiled SQL Server Data Services as a direct competitor to Amazon SimpleDB ....