Developers


TOP Clause Enhancements in SQL Server

... DELETE or UPDATE. For example, in SQL Server 2005 you could use TOP clause in an statement like this ... is the name of an integer column in MyTable): UPDATE TOP MyTable SET Value = Value + 1 Another example is with DELETE statement. The benefit of using TOP clause with DELETE statement ... transaction is running. You already know that DELETE statement uses a single transaction to delete all rows ... Hi, I knew how to do this some time, but I forgot it: How to update multiple values in a table row? Ok, I know how to do this: Quote: UPDATE Store_Information SET Sales = 500 WHERE store_name = "Los Angeles" AND Date = "08.Jan.1999" That'S just a random example from some tutorial where one ...
Share this post:
  • E-mail this story to a friend!
  • Print this article!
  • Netvibes
  • Digg
  • Reddit
  • del.icio.us
  • blogmarks
  • Facebook
  • description

LINQ to SQL Part Executing Custom SQL Expressions

... depth in Part 4 of this LINQ to SQL series. One of the cool features of the ... will be persisted back to the database. Custom SQL Expressions with Custom Classes The ExecuteQuery method allows ... returns results based on it. Notice how our SQL statement below requests just the subset of product ... can also execute them to perform custom Insert/Update/Delete logic. We can accomplish this by creating ... ... ties together the collection, analysis, troubleshooting, reporting, and persistence of SQL Server diagnostics information in the central warehouse. Join this webcast ... com/?kbid=940545 FIX: Error message when you try to update the index key columns of a non-unique clustered index ... procedure that starts a transaction that contains a Transact-SQL statement in SQL Server 2005: "New request is not allowed ... ... time—not runtime—and provide IntelliSense and statement completion. LINQ to SQL is simply a domain-specific LINQ implementation. ... to workagainst different or evolving storage schemas without recompilation. Update 5/14/2007: Entity Framework developer Danny Simmons clarifies ... in this comment. LINQ to Entities and LINQ to SQL are analogous implementations; their command trees translate LINQ expressions ...
Share this post:
  • E-mail this story to a friend!
  • Print this article!
  • Netvibes
  • Digg
  • Reddit
  • del.icio.us
  • blogmarks
  • Facebook
  • description

SAS Audits for Windows Azure and SQL Data Services

... Sarbanes Oxley compliance and attain certifications such as recurring Statement on Auditing Standards No. 70: Service Organizations, Type II hint, error 16943 occurs. Error 16943 ... includes all the component packages. The cumulative hotfix package is designed to update only those components that are installed on the system.•You must enable the SQL Server Management Object extended stored procedures and the SQL Server ... ... with the Visual Studio 2005 Service Pack 1 Update for Windows Vista Beta. I connected to my ... ve been able to find is his vague statement from Tom Haunert in the special 2006 Windows ... The tool opened UPP Port 1434 for the SQL Browser service but not for the randomly-assigned ... agreement in the \Program Files\Microsoft SQL Server\90\EULA folder requires "another agreement" from ...
Share this post:
  • E-mail this story to a friend!
  • Print this article!
  • Netvibes
  • Digg
  • Reddit
  • del.icio.us
  • blogmarks
  • Facebook
  • description

Updating Record

Funny issue here... I created a method to update only one field of the record based on a parameter passed on a link Think about it as a flag for the record Here is the link 'true', :id => part.id, :action => 'deleted' %> and here is the method def deleted @part = Part.find @part.update_attributes :deleted => params respond_to do |format| format.html { redirect_to :action => 'index' } end end This is not updatingIn many cases you will find yourself in the position of having multiple data sources that you need to bring into one centralized destination. In that transport, many times over you will need to add columns for identifiers or other pointers that are required for later usage. This as you can see, starts going down the warehouse loading discussion. For this I don’t want to go that far into it though. I want to show a brief and simple example you can run through in order to give you an idea of t

Updating Record

Share this post:
  • E-mail this story to a friend!
  • Print this article!
  • Netvibes
  • Digg
  • Reddit
  • del.icio.us
  • blogmarks
  • Facebook
  • description

reasons why you should learn to use PowerShell

PowerShell combines command-line speed, the flexibility of scripting, and the power of a GUI-based admin tool. See why now might be the time to master it. PowerShell is a powerful scripting tool that can greatly expedite your admin tasks. If you haven’t had a chance to learn how to use it, you might want to make time for it now. Here are some reasons why the effort will pay off. Note: This article is also available as a PDF download . 1: It’s not going away any time soon MicrosoEvery website on the internet faces a similar threat, hackers. Every single website can be a target of a hacker if security measures aren’t implemented properly especially when it comes to login pages where our most sensitive data are being held. Hence, there is a need to better understand how well your login page has been implemented to be considered as really secure. In this article, you will get a list of PHP secure login tips and tricks that will definitely help you decide on your secure ra
Share this post:
  • E-mail this story to a friend!
  • Print this article!
  • Netvibes
  • Digg
  • Reddit
  • del.icio.us
  • blogmarks
  • Facebook
  • description

Analyzing air traffic performance with InfoBright and MonetDB

Accidentally me and Baron played with InfoBright this week. And following Baron's example I also run the same load against MonetDB. Reading comments to Baron's post I tied to load the same data to LucidDB, but I was not successful in this. I tried to analyze a bigger dataset and I took public available data http://www.transtats.bts.gov/DL_SelectFields.asp?Table_ID=236&DB_Short_Name=OnYou learn something new every day. Here is a neat little SQL trick that I just learned. As usual, this post is mostly here for my future reference, and of course the overall good of the humankind. I hope someone will find it helpful. If not, however I apologize for being boring. You know, I think I got into blogging for two reasons. One of these reasons was to have an outlet where I could complain about “the fucking lusers” that I was dealing with on a daily basis. The other reason was to providFunc has been in .NET for a while, but with the arrival of LINQ it’s moved into the limelight as main performer that makes Lambda expressions work. Func is basically a generic delegate that makes it extremely easy to create all sorts of custom delegate signatures without having to explicitly implement the delegates separately. Events How often have you lamented the fact that you have to create a custom delegate for an event that needs to fire a method that uses non-typical event argumeEpisode 30 of The SitePoint Podcast is now available. This week your hosts are Patrick O’Keefe , Stephan Segraves , and Brad Williams . Listen in your Browser Play this episode directly in your browser! Just click the orange “play” button below: Download this Episode You can also download this episode as a standalone MP3 file. Here’s the link: SitePoint Podcast #30: Google Infects IE Subscribe to the Podcast The SitePoinI recently ran into a situation where I needed to delete all records from a table except for the 1,000 most recently added records. Specifically, I was working on a site that used Error Logging Modules And Handlers ,a free, open source error logging library for ASP.NET applications. ELMAH doesn't automatically prune its error log. If you are using the database as a log source and if your web hosting provider has a database quota in effect, it is possible to have ELMAH's error log grow
Share this post:
  • E-mail this story to a friend!
  • Print this article!
  • Netvibes
  • Digg
  • Reddit
  • del.icio.us
  • blogmarks
  • Facebook
  • description

Tutorial How to change plugin table structure in Wordpress

Some of us will have problem updating or changing your table structure in your Wordpress plugin after it has been released to the public. Many people will come up with different ideas to change their existing plugin structure to a new one. Idea such as checking for that particular column existence either through pure SQL or mixture of SQL and PHP. However, the approach here may be a bit overkill. There is a much simpler way. Mistakes Made By Wordpress Developers In most plugin tutorial on GoI recently ran into a situation where I needed to delete all records from a table except for the 1,000 most recently added records. Specifically, I was working on a site that used Error Logging Modules And Handlers ,a free, open source error logging library for ASP.NET applications. ELMAH doesn't automatically prune its error log. If you are using the database as a log source and if your web hosting provider has a database quota in effect, it is possible to have ELMAH's error log growToday I’m visiting Cybercrime Security Forum 2009 with Andy Malone . I found an agenda in english here , but it does not correspond 100% to the swedish one that I’ve got. Looking forward to two days of hopefully new knowledge or new point of views… “All in all”-recap I had the wrong expectations going into this event, thinking it would be more hands on, real world tests, active examples of tool usage etc. There was some, but not of the sort I expected. That dropped me a bit the fi
Share this post:
  • E-mail this story to a friend!
  • Print this article!
  • Netvibes
  • Digg
  • Reddit
  • del.icio.us
  • blogmarks
  • Facebook
  • description

TigerLogic Announces the General Availability of Omnis Studio

TigerLogic Announces the General Availability of Omnis Studio 5 Extending Omnis to New Platforms and New Markets IRVINE, Calif., Sept. 21 /PRNewswire-FirstCall/ — Support for Microsoft Windows Mobile based devices and full Unicode compatibility extend the power and flexibility of the Omnis Studio application development environment and opens up entirely new markets for application developers. TigerLogic Corporation is pleased to announce the general availability of Omn
Share this post:
  • E-mail this story to a friend!
  • Print this article!
  • Netvibes
  • Digg
  • Reddit
  • del.icio.us
  • blogmarks
  • Facebook
  • description

SQL SERVER Converting Stored Procedure into Table Valued Function

In one of my recent articles, I mentioned the use of Table Valued Function instead of Stored Procedure . I received a follow up email asking what type of SP can be converted into a TVF. This is indeed a very interesting question! In fact, not all the SPs qualify to be converted to a TVF. Please note that I am not encouraging to convert all the SPs to TVFs. Each SPs have their own usage and need. Here, I shall discuss about the type of SP that can be converted to a TVF. First of allSome of us will have problem updating or changing your table structure in your Wordpress plugin after it has been released to the public. Many people will come up with different ideas to change their existing plugin structure to a new one. Idea such as checking for that particular column existence either through pure SQL or mixture of SQL and PHP. However, the approach here may be a bit overkill. There is a much simpler way. Mistakes Made By Wordpress Developers In most plugin tutorial on Go
Share this post:
  • E-mail this story to a friend!
  • Print this article!
  • Netvibes
  • Digg
  • Reddit
  • del.icio.us
  • blogmarks
  • Facebook
  • description

Windows Azure and Cloud Computing Posts for

Windows Azure, Azure Data Services, SQL Azure Database and related cloud computing topics now appear in this weekly series. • Update 9/30/2009: Wordpress on Windows Azure , porting NopCommerce to Windows Azure and SQL Azure , Kaiser Permanente’s long road to and good user satisfaction with PHR , what steps to take following a data breach , IBM’s self-service approach to the cloud , and much more. Note: This post is updated daily or more frequently, depending on the availabilityI have been developing Wordpress plugin for a while now and it seems like there are always some correct and better ways of writing a particular code in Wordpress than mindlessly trying to substitute it with pure PHP. However, these Wordpress codes can only be found through countless reading and analyzing of codes from other Wordpress sources. In this article, i will present as many tips and tricks i have seen in Wordpress that can be very useful for wordpress plugin development. Find Plugin Di
Share this post:
  • E-mail this story to a friend!
  • Print this article!
  • Netvibes
  • Digg
  • Reddit
  • del.icio.us
  • blogmarks
  • Facebook
  • description

Wordpress Plugin Development Tips And Tricks

I have been developing Wordpress plugin for a while now and it seems like there are always some correct and better ways of writing a particular code in Wordpress than mindlessly trying to substitute it with pure PHP. However, these Wordpress codes can only be found through countless reading and analyzing of codes from other Wordpress sources. In this article, i will present as many tips and tricks i have seen in Wordpress that can be very useful for wordpress plugin development. Find Plugin DiHave you lost your vital data due to corruption of MDF database files? Don’t bother! Get SysTools SQL Recovery Tool to recover SQL database meta data intact in the best possible extent. MS SQL recovery utility is reliable SQL restore tool for recovering SQL database items including stored procedures, system tables, user tables, views, triggers, functions, user data types, constraints and all items from damaged or corrupted MDF database files. MS SQL recovery software is competent to recover SQL
Share this post:
  • E-mail this story to a friend!
  • Print this article!
  • Netvibes
  • Digg
  • Reddit
  • del.icio.us
  • blogmarks
  • Facebook
  • description

Using the SQL Azure Migration Wizard with the AdventureWorksLT Sample Database

George Huey’s SQL Azure Migration Wizard offers a streamlined alternative to the SQL Server Management Studio Script Wizard for generating SQL Azure schemas that conform to the service’s current Data Definition Language limitations. You can download the binaries, source code, or both from CodePlex; a Microsoft Public License governs use of the software. You can learn more about MigWiz and watch a screencast from Wade Wegner’s SQL Azure Migration Wizard post of
Share this post:
  • E-mail this story to a friend!
  • Print this article!
  • Netvibes
  • Digg
  • Reddit
  • del.icio.us
  • blogmarks
  • Facebook
  • description

Comments

0 | Posted by nadeem, Thu, 01 Jan 1970 10:49:49 -0500

chances of seeing Matt Bellamy with a moustache and yellow leather jacket next tour?

1 | Posted by sekediprof, Thu, 01 Jan 1970 17:33:53 -0500

yuur absaloutley MENTAL
what do yuu hav 4 breakfast in the morning.?
bt Oh My Gay yuu are sooo funny!
lmaoo

2 | Posted by bwlee, Thu, 01 Jan 1970 08:12:46 -0500

TFRFYHRDXRTFFTR

3 | Posted by lijia, Thu, 01 Jan 1970 04:08:25 -0500

wtf he was eaten by a (fake) shark XD

4 | Posted by lehmann, Thu, 01 Jan 1970 16:47:12 -0500

Regardless, Queen did it fucking better.

Also, this sounds like Queen crossed with Prince of Persia.

5 | Posted by sunnyk, Thu, 01 Jan 1970 02:48:11 -0500

awwkwwarrrddddd!

6 | Posted by kundu, Wed, 31 Dec 1969 22:05:42 -0500

lol haaaaa he got honey mustard colored skinny jeans ..that should be a crime..Hey come check out my videos just click on telishaiscool...hollacack

7 | Posted by ihlee, Thu, 01 Jan 1970 09:36:59 -0500

The animation for standing is bullshit.

But it sure looks fun :)

8 | Posted by johnlach, Thu, 01 Jan 1970 03:02:03 -0500

IF YOU WANT FINGER-LESS GLOVES YOU HAVE TO SHOOT ALL THE PEGIONS.. (flying rats)

9 | Posted by arjanl, Thu, 01 Jan 1970 04:41:47 -0500

Hulo is getting boring and lame same fucking famliy guy and crap same shit FUCK YOU HULO FUKER YOU SUCK NOW YOUR GETTING BORING

10 | Posted by ranjithkumar, Thu, 01 Jan 1970 14:29:16 -0500

he is the gayest guy ever

11 | Posted by knapp, Thu, 01 Jan 1970 17:24:45 -0500

Lmao, what a ridiculous mod...

12 | Posted by kevinzheng, Wed, 31 Dec 1969 20:17:55 -0500

bridget is so famous now it took selena a few months to make a movie but no bridget just starts acting then she start having a movies

13 | Posted by phillips, Thu, 01 Jan 1970 05:37:12 -0500

its santa's little helpers and his girlfriends puppy's
duh! xD

Add a comment


Developers

Build once, run everywhere.

Community

Get involved, get localized.