Viewing 15 posts - 1 through 15 (of 19 total)
Have a look at this:
http://ruggierolauria.blogspot.it/2016/02/sql-server-audit-security-events.html
February 10, 2016 at 2:53 am
Thanks a lot Gila
Here there is everyting you asked for:
/* SP */
CREATE PROCEDURE dbo.Vista_Parafarmaco
AS UPDATE dbo.Parafarmaco_AGG
SET ...
February 14, 2008 at 8:30 am
Solved it was a query with the schemabinding option.
Everything worked fine.
Thks again
Ruggiero
December 10, 2007 at 2:24 pm
Well finally had time to try this:
1) rename doctors original table (or drop it after copying alla data in a new table)
2) build up a query with same original table's...
December 10, 2007 at 7:06 am
Ok gone up with my analisys, but still have problems, sp_recompile mainly does
a dbcc LockObjectSchema (obj_name) - undocumented!
This option locks out schema changes until commit. Now I think this...
November 19, 2007 at 10:11 am
another issue trying to open a view: field field_name is readonly
November 15, 2007 at 7:17 am
I know that sp_recompile mark's the obiect to recompiled to the next execution, now i wonder what does it change that put in crysis a ADP project using views?
November 15, 2007 at 6:53 am
two kind of syntomps when in access you click on a view:
1) it simply doesn't open, anything appens.
2) gives error saying there is some missing field or table
I repeat...
November 15, 2007 at 5:51 am
It's a geat puzzle, also because i didn't manage the db from it's start and there are a lot of things not planned correctly.
However I admit there your suggestion is...
November 14, 2007 at 10:18 am
Yes I confirm, I have an identity column on doctors table referred in the doctors_address table. We have always performances problems, because of about 100 users using a program, is...
November 14, 2007 at 9:09 am
Well this has only a problem, our doctors table contains about 100k records, their address are supposed to be the some number (now) or more (in the next future), a...
November 14, 2007 at 8:36 am
Ok it seems I've to give more details about the problem I'm solving.
A customer has a table containing doctors data (name, surname, email, telephone, mobile, address...) now we understand that...
November 14, 2007 at 7:49 am
ops guests=customers sorry about my english I do the best i can :hehe:
November 13, 2007 at 7:35 am
Viewing 15 posts - 1 through 15 (of 19 total)