Archived Months
January 2003
March 2003
April 2003
May 2003
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
April 2008


all groups > sql server programming > july 2006 > threads for sunday july 30

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

SP to undo transaction
Posted by panda at 7/30/2006 10:08:02 PM
Hi, I am developing a simple web based database front end where users can modify db data through the use of forms. The server side application that i have programmed sometimes creates SQL syntax that causes errors and as a result inconsistent data. Is it possible to simulate the stateme...more >>

Use query governor to prevent queries exceeding specified cost
Posted by jc957 at 7/30/2006 9:36:01 PM
IN SQL Server Properties, I have set the Use “query governor” to prevent queries exceeding specified cost to “150”. However it is over estimating the cost of SQL statements that use stored procedures. For example I have a stored procedure that takes 64 milisecs to run according to SQ...more >>

Update + Join Help
Posted by Lontae Jones at 7/30/2006 1:31:02 PM
Can anyone help me with my join? I am getting error by inner.. UPDATE Contact2 inner join Contact1 ON Contact2.accountno = Contact1.accountno Set Contact2.UCANCELDA1 = Contact2.UCANCELDAT, Contact2.UPLANTERM1 = Contact2.UPLANTERM where Contact2.UPLANTERM is not null and Contact2.UCANCELD...more >>

Trigger Help for UPDATE
Posted by Lontae Jones at 7/30/2006 1:08:01 PM
I am having a problem creating a Trigger for an Update on a table. When UPLANTERM and UCANCELDAT(in Contact2) are populated with data (both not empty). I would like to have the data from those columns moved to columns UPLANTERM1, UCANCELDA1 in the same Contact2 table. My Schema is Below: ...more >>

Database locked when a transaction is started?
Posted by Mikael Stalvik at 7/30/2006 9:35:04 AM
Hello, I have a strange problem in a application I'm working with. I'm working with Delphi, but I think that the problem occurs for any programming language. I'll try to explain it as language independent as possible. I use ADO (Win32) with the most recent MDAC drivers. My application co...more >>

udf newbie
Posted by bkrasnof NO[at]SPAM gmail.com at 7/30/2006 8:21:54 AM
Hi, I'm doing a programming project in sql 2005 and access adp. I have tables such as Customers, Orders, Testing, Shipping etc. I need to create a view that will show custom statuses for each customer order, such as "In Manufacturing", "In Assembly", "In Testing", etc. What's the best...more >>

beginner question - max of a sum of a column
Posted by emma_middlebrook NO[at]SPAM fastmail.fm at 7/30/2006 7:23:26 AM
Hi Using the Northwind database, am trying to write a query to get the most popular product i.e. the one with the largest total quantity of orders. Stuck now, but have got this far: select Products.ProductName, SUM([Order Details].Quantity) from Products inner join [Order Details] on P...more >>

dts-copy database tables
Posted by lara at 7/30/2006 12:00:00 AM
Hi, I need some help from you guys. As part of my new job, I need to create a DTS Package to syncronize the production and QA Databases.The steps to follow are Say for example the databases contains more than 100 tables and we need to copy the contents of few tables (say tab1, tab2, tab3.......more >>




DevelopmentNow Blog