Viewing 15 posts - 91 through 105 (of 243 total)
jim.powers (6/11/2008)
...The problem is that this process is locking up the server to the point that enterprise mangler can't get connected to see what is going on.
I would like to...
June 12, 2008 at 5:58 am
The ABS function returns all values as positive. Syntax: [Code]ABS(arg)[/Code]
June 6, 2008 at 7:26 am
[Quote]Goodguy, I know my code fails on one of those tests but I kept the date manipulation as per original logic. I don't know why but seems he is intentionally...
May 30, 2008 at 5:08 am
FORMULA#1 - BARRY
Select Room
From Rooms R
WHERE Not Exists
(
Select * from ReservationRooms RR
Where R.Room = RR.ResRoom
And CHECKINDATE < @DATEOUT
And...
May 30, 2008 at 3:37 am
Remove the quotes around the zeros.
[Code]ADD column1 money NUlL DEFAULT 0,
column2 int NUlL DEFAULT 0,
column3 money NUlL DEFAULT 0[/Code]
May 21, 2008 at 8:19 am
Thanks, both of you. GSquared, your solution is more accurate.
May 7, 2008 at 2:00 am
I decided against triggers and instead will extend all my INSERT and UPDATE statements to include the app.user.name and date.time values for the InsertedBy and InsertedOn columns which I can...
April 17, 2008 at 11:29 pm
What about [Code]UPDATE inventory SET iLease = ABS(iLease - 1)[/Code]
April 17, 2008 at 2:12 am
Thanks, I think I figured out the solution I need.
April 17, 2008 at 12:29 am
Phew, this is more complicated than I'd bargained for. No, the INSERT, UPDATE, DELETE statements are not executed via sprocs but via ADO in VB6 instead.
My thinking was to...
April 16, 2008 at 3:47 am
Thanks to all those who responded.
April 3, 2008 at 1:07 am
Pardon me if I sound a bit junior, but depending on why it is required, wouldn't it be a good idea to simply generate a table script to get all...
April 1, 2008 at 5:24 am
Shouldn't that make it obvious that the Public role has no rights beyond SELECT?
March 13, 2008 at 12:02 am
Viewing 15 posts - 91 through 105 (of 243 total)