Viewing 15 posts - 1,681 through 1,695 (of 2,356 total)
As I understand it:
Students get marks
Marks are approved
Different universities have different approvals
It looks like you need:
Student table
Student Mark table
Student Mark Approval table
University table
University Approval table
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 20, 2016 at 12:08 pm
I'm sorry, maybe I missed something.
You are inserting a row, and then are calling a trigger to update that same row?
Why doesn't the initial insert simply insert the values you...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 20, 2016 at 11:41 am
I chose to insert the value of @cmd into the table instead of @DataSourceJobRevenue because I knew for a fact that @cmd would have a string value, seeing as how...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 19, 2016 at 2:27 pm
deekadelic (10/19/2016)
USE [17-oct-2016_MainReport]
GO
/****** Object: StoredProcedure [dbo].[ImportJobRevenue] Script Date: 10/19/2016 11:26:06 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER PROCEDURE [dbo].[ImportJobRevenue]
...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 19, 2016 at 1:28 pm
deekadelic (10/19/2016)
Msg 137, Level 15, State 2, Line 4
Must...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 19, 2016 at 12:52 pm
deekadelic (10/19/2016)
My idea was to simply add the code "Print @cmd" on...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 19, 2016 at 12:50 pm
Also, you aren't really doing work on a production system, are you??
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 19, 2016 at 12:46 pm
If this is being called from application code, and you do not have the source code, then that's going to be difficult.
If you simply want to know what value is...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 19, 2016 at 12:09 pm
djj (10/18/2016)
Brandie Tarvin (10/18/2016)
Eirikur Eiriksson (10/18/2016)
Just had a Blast from the past😎
Wait... 11 - 13k of RAM? 32-bit?
Where did you dig up this dinosaur? @=)
What nothing about MS SQL...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 18, 2016 at 12:15 pm
Do you really want to send an email from a trigger?
This may work well with one person performing an update, but as the number of users increase, this may very...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 6, 2016 at 10:39 am
RAThor (10/5/2016)
They are working 45 hours a week
So they're part-time? 😉
45 hours a day for me!
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 5, 2016 at 11:40 am
One suggestion, import then into an Access database first, then pull the data from there.
The ACE connection issues go away, and Access does a better job pulling spread...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
September 27, 2016 at 1:50 pm
Phil Parkin (9/27/2016)
Brandie Tarvin (9/27/2016)
I just spent the past week working on a bug fix to get into our production systems before month end. Last night, after...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
September 27, 2016 at 6:17 am
You do not have to stop it prior to shutting down your computer.
It's smart enough!
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
September 23, 2016 at 12:22 pm
You could create a link to Services.
You could create a batch file that will start the services, and another to stop the services.
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
September 23, 2016 at 12:10 pm
Viewing 15 posts - 1,681 through 1,695 (of 2,356 total)