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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
|