Viewing 14 posts - 1 through 14 (of 14 total)
sorry
error codes have the following
Would you look at
Msg 102, Level 15, State 1, Line 8
Incorrect syntax near ')'.
error and
max(avg_sal) --> invalid column name
select *
from personel
where maas = (select max(avg_sal)
...
May 11, 2012 at 3:22 am
thanks..Only the highest average salary(maas) = (800).. I want to show
eg.
Sicil ad soyad adres ...
May 10, 2012 at 4:07 am
I have my table here.((quote))
and I just want to show what salary(maas) = 800
maas(salary) = 800 ==> max avarege salary(maas)
--------------
I need a code but it really does not work like...
May 10, 2012 at 3:49 am
i find script 😎
Use test
GO
sp_rename 'PK1', 'PK2', 'OBJECT'
GO
March 15, 2012 at 8:47 pm
thanks...i just started to sql
I do not know how to.
and
I tried these codes:
USE test
GO
EXEC sp_rename N'tablo1.PK1', N'PK2', N'a1';
GO
but gives an error message
Msg 15249, Level 11, State 1, Procedure sp_rename, Line...
March 15, 2012 at 6:48 pm
thank you very much.
renaming table name success 🙂
but
--i dont renaming a column
Use test
GO
sp_rename 'tablo4','d1','d11'
GO
just started to sql
Can you write code
thanks.
March 14, 2012 at 8:21 am
yes:-)thanks you very much.
How to delete the filegroup
ALTER DATABASE test
REMOVE FILEGROUP testgrup3
GO
DONT DELETE:exclamationmark:
March 12, 2012 at 5:10 pm
It gives this error 🙁
Msg 102, Level 15, State 1, Line 199
Incorrect syntax near 'MODIFY'.
March 12, 2012 at 4:26 pm
thank you very much 🙂
March 10, 2012 at 8:25 am
i write this scripts.and i got these files (test3.ndf and test4.ndf) (testgrup2) FILEGROUP
and i want to connect these files (test3.ndf-test4.ndf) to testgrup2 FILEGROUP.
thanks 🙂
March 10, 2012 at 6:29 am
Viewing 14 posts - 1 through 14 (of 14 total)