Viewing 15 posts - 151 through 165 (of 241 total)
Is this done often, cause I wouldn't recommend it.
I understand why you would want to erase the temp tables if their consuming much space, but rather then trying to find...
July 5, 2011 at 3:11 am
We also need to know on which table you placed the trigger, I did a quick test and when I place the
UPDATE Consumables SET Quantity = U.Quantity + I.q1...
July 5, 2011 at 3:01 am
Yeah, I'm doing some tests on your problem.
And that didn't work, my excuse for this, I'm running a few tests on, it now.
First is the trigger on Inserted or on...
July 5, 2011 at 2:49 am
First you don't need the As, second try this
UPDATE Consumables SET Quantity = U.Quantity + Inserted.q1 FROM Consumables U INNER JOIN Inserted ON U.Product = Inserted.Product
July 5, 2011 at 2:40 am
Been resolved
May 25, 2011 at 5:17 am
DATAFILE 'D:\dbname\system01.dbf' SIZE 700M REUSE
I thought I did use reuse
I shutdown the database and removed the files to and replaced them with the files from the client,
Mounted the database succesfully...
May 19, 2011 at 2:01 am
Funny enough, the client now passed along that the database might be an 11 or 10g after all 🙁
Also found out that the name they gave me is not the...
May 18, 2011 at 7:47 am
OK I got a virtual Windows XP machine installed
Installed 9i
Created the dummy instance
Shutdown the dummy instance
After that I'm stuck
May 17, 2011 at 5:52 am
Yeah, got problems installing 9i
May 13, 2011 at 4:05 am
Its far from small the folder that contains the files tells me its 57.5 GB.
Problem is that I got no idea what the exact version of 9i there using.
I got...
May 12, 2011 at 6:01 am
Well I got the feeling compatibility might be a problem, I got word that the client still uses 9i
May 12, 2011 at 1:16 am
This isn't that hard few weeks ago I was confronted with the weirdest problem yet.
The hard disk that contained one of our non-critical databases had been removed by tech support...
May 4, 2011 at 7:24 am
I've been training to get 70-432 certification and came across this problem as well.
My personal opinion is that not only should you try and move tempdb to another location the...
May 4, 2011 at 1:57 am
I got the same problem on a SQL Server 2008, a general database failure (the files got deleted and the database was put offline by sql server at the same...
April 22, 2011 at 2:45 am
Txn for an answer but very late, already switched jobs twice since then.
March 17, 2011 at 2:28 pm
Viewing 15 posts - 151 through 165 (of 241 total)