Viewing 15 posts - 1 through 15 (of 31 total)
ohhh I got it. Thanks to the added constraint I found out I already had duplicates in the table.
Much obliged. Thank you.
August 20, 2018 at 4:08 pm
Though I appreciate your opinions can somebody actually tell me on how to accomplish this ?
August 20, 2018 at 3:18 pm
but if I add unique index to a field am I not going to stop insertion of other employees ?
Its 3 conditions that have to be applied in order...
August 20, 2018 at 12:18 pm
this is sql server 2014 and those are parameters I supply within my application.
January 2, 2018 at 9:03 pm
DECLARE
@OD DATETIME,
@DO DATETIME,
@TipSobe VARCHAR(6),
@KodaCenika INT,
@Sezona INT,
@p1 DATETIME,
@p2 DATETIME,
@p3 VARCHAR(6),
@p4 INT
SELECT
@Od = @p1, @Do = @p2,...
January 2, 2018 at 8:02 pm
November 23, 2017 at 10:41 am
You dont get anything free.
For the SQL databases you still need to pay like everyone else.
On the bottom, Azure is too expensive.
If you have many user...
November 23, 2017 at 5:39 am
There is no Free Visual studio subscription. What are you talking about ?
November 23, 2017 at 12:59 am
February 25, 2017 at 7:54 am
Wow, Thom....wonderful ..
What if I have the case when numbers and letters are separated like : 1 A ?
Right now, when I tested , soon as I add...
February 25, 2017 at 7:06 am
January 20, 2017 at 9:52 am
January 20, 2017 at 7:33 am
January 20, 2017 at 5:33 am
Viewing 15 posts - 1 through 15 (of 31 total)