Viewing 15 posts - 1,636 through 1,650 (of 3,061 total)
robert.levy (8/9/2010)
for the 90% of Bs which only have one A:
I want to present the user with the friendly name...
August 9, 2010 at 9:32 am
robert.levy (8/9/2010)
Every A has to have a C.
Sometimes many As are grouped into a single B.
In this case, it is the B that has the C.
Is...
August 9, 2010 at 7:58 am
gvdamn (8/9/2010)
My database is 213 MB in size. (The database is in full recovery mode.) The size of my log file is 1800 MB. The log space used is 2.01%....
August 9, 2010 at 7:49 am
douglas.allison-1136597 (7/16/2010)
On tsts_a I have this trigger
----------------------------------------------------------
create TRIGGER [dbo].[updated]
ON [dbo].[tst_a]
AFTER UPDATE
AS
if (columns_Updated() & 14) > 0
Begin
insert into tst_a_arch (test1,test2) values ('a','b')
end
GO
-----------------------------------------------------------
If...
August 9, 2010 at 7:17 am
David Portas (8/8/2010)
PaulB-TheOneAndOnly (8/8/2010)
August 9, 2010 at 7:00 am
robert.levy (8/5/2010)
People
PersonID, PersonName, HouseholdID
Households
HouseholdID, HouseholdName, LicenceID
Licences
LicenceID, LicenceNumber
My fear is that for 90% of the rows of household what I'm really representing is a person but...
August 9, 2010 at 6:32 am
David Portas (8/6/2010)
August 8, 2010 at 11:29 am
michael.morse (8/6/2010)
August 8, 2010 at 10:43 am
Quick question ... is this process loading an empty table? meaning, is the target table empty at the beggining of the load?
Described behavior is consistent with the full loading of...
August 8, 2010 at 10:30 am
praveen_vejandla (8/7/2010)
What will happen to...
August 8, 2010 at 9:10 am
sergio.huertac (8/7/2010)
August 8, 2010 at 8:27 am
Nicely worded but spam anyway - isn't it?
Reported.
August 8, 2010 at 7:35 am
There is no "Don't know/ Don't understand/ Don't care" option, this is not a scientific poll 😀
Seriously now, for critical production databases I'll set it accordingly.
August 6, 2010 at 11:45 am
tzones2006 (8/6/2010)
August 6, 2010 at 11:42 am
I would start by checking what is in there making it that size.
That is unusual to say the least.
August 6, 2010 at 11:19 am
Viewing 15 posts - 1,636 through 1,650 (of 3,061 total)