Viewing 10 posts - 16 through 25 (of 25 total)
i think round(number,0) or floor(number) do that
November 9, 2009 at 7:16 am
Round(Number to be rouned, number of digit after the '.')
November 9, 2009 at 3:37 am
Is it vailed?
select cola,colb,colc ,count(*)from NonUnique as e
where (select Count(* )from nonunique as e1 where e1.cola=e.cola and e1.colb=e.colb and e1.colc=e.colc )>1
group by cola,colb,colc
November 9, 2009 at 3:34 am
itried it but it give this error
Msg 102, Level 15, State 1, Line 3
Incorrect syntax near 'CREATE PROCEDURE [dbo].[ListForeignKeyConstraints]
AS
SELECT (CASE
WHEN OBJECTPROPERTY(CONSTID,...
November 9, 2009 at 3:20 am
i have add a database role and then choses and from the securables tab i assigned a spesfic table to deny insert
then go to user on the same database...
August 31, 2009 at 2:18 am
i had create a database role
and DENY insert on the table for the role
and add a user to the role but when i try to insert it do so how...
August 29, 2009 at 6:18 pm
Viewing 10 posts - 16 through 25 (of 25 total)