Viewing 15 posts - 76 through 90 (of 104 total)
ajsnyman (8/24/2011)
david.holley (8/24/2011)
August 24, 2011 at 9:49 am
ajsnyman (8/24/2011)
The basic structure:
- Create a cursor containing all the tables you want to create the trigger...
August 24, 2011 at 8:24 am
ajsnyman (8/23/2011)
We did the same type of auditing on a current project and it works great ๐
We wrote a stored proc to generate triggers for all the tables requiring...
August 24, 2011 at 6:30 am
Sean Lange (8/23/2011)
August 23, 2011 at 2:19 pm
I know that logic on the ASP.NET side can easily remove the data that remained the same, but is it possible for SQLServer to join the two records and the...
August 23, 2011 at 1:53 pm
Sean Lange (8/23/2011)
August 23, 2011 at 1:34 pm
What did you mean by the statement "If you send stored procedure calls to the database, good on you." ?
July 21, 2011 at 10:25 am
The one nice thing about this is that all of the records in the child that exist in the parent can be updated en masse regardless if there's an actual...
June 3, 2011 at 5:53 am
My limited knowledge of SQL Server security somewhat grasps that concept given impersonation with ASP.NET. So I believe I understand the concept that doesn't matter who in the parent is...
June 1, 2011 at 5:00 pm
Ok, not off topic, but addressing the larger issue and the reason for the original post...
The underlying problem is that I initially added a trigger on the table in the...
June 1, 2011 at 2:58 pm
So I'm assuming that the records that exist in the parent DB can simply overwrite their counterparts in the child DB leaving any records unique to the child DB alone?
June 1, 2011 at 2:30 pm
Is there any significant cost to having two views with more or less the same columns with just a few differences between the two?
May 11, 2011 at 8:07 am
The habit of using column (field) names is very ingrained into me. Using * honestly feels bad at this point. I was just curious not being entirely familary with SQLServer...
May 11, 2011 at 7:41 am
Right because for ever column you return that you don't need SQLServer is doing unneccessary work.
May 11, 2011 at 7:28 am
The issue with company and public holidays is certainly there. The current push is to get the basics out. We'll probably end up with a table for the holidays that...
April 30, 2011 at 12:37 pm
Viewing 15 posts - 76 through 90 (of 104 total)