Viewing 15 posts - 181 through 195 (of 853 total)
Thank you,
What is the difference to write After insert update and for insert, update?
I had to put this code inside another trigger on the same table,so if I have...
April 27, 2011 at 8:05 am
This what I have now for my logic for one trigger
UPDATE Employee SET date = i.edate
FROM inserted i
JOIN Employee ON i.id...
April 27, 2011 at 7:44 am
Question,
1.Why do you write if update?
You already have code before for update and insert?
2.If update works for update and insert?
Thank you
April 27, 2011 at 7:27 am
Also,
Would it be an option to add a persisted calculated column to reflect the condition you're looking for or a INSTEAD OF trigger to use the columns of the INSERTED...
April 26, 2011 at 6:14 pm
Guys,
I was able to fix it, there is another trigger which does update and insert on another column and I added my updated statment to that trigger and it worked.
April 26, 2011 at 6:13 pm
Yes
3 triggers
April 26, 2011 at 3:54 pm
Sorry, I didn't put corectly:
ALTER TRIGGER [Name]
ON [dbo].[Employee]
FOR INSERT,Update as
BEGIN
...
April 26, 2011 at 2:34 pm
This is what I have on my trigger, I just created, so maybe I didn't created properly
April 26, 2011 at 2:23 pm
I need right click on SQLAgent or SQLServer? if yes I don't see any how big is the file.
Thank you
April 6, 2011 at 1:15 pm
Find out what's using MemToLeave
How can I do that?
reduce the buffer pool by a like amount ? What anount?
restart SQL regularly
How often?
Thank you for your help
April 6, 2011 at 7:21 am
Hello, I am trying to check if my SQL Server setting are correct:
How much memory does the server have? 12G of RAM
Available Physical Memory6.07 GB
AWE should be enabled as you've...
April 6, 2011 at 7:19 am
I was reading wrong article
The best solution get upgrade it to 64
But what else can be done?
April 5, 2011 at 6:49 pm
Do I need to re start all my exchange servers
April 5, 2011 at 3:54 pm
Is it a 32bit or 64bit server?
32 bit
9.00.4053.00SP3Standard Edition
How much memory does the server have? 12G of RAM
Available Physical Memory6.07 GB
Are there any other apps on the server? NO
Operating...
April 5, 2011 at 12:47 pm
Viewing 15 posts - 181 through 195 (of 853 total)