Viewing 6 posts - 1 through 6 (of 6 total)
Thank U Sergiy, it worked !
I have now changed the query to:
DECLARE @p INT, @n INT
SET @p = 10
SET @n = 1
PRINT CAST(@n AS DECIMAL(12,1)) / CAST(@p AS DECIMAL(12,1))
I didn't...
May 21, 2007 at 2:30 pm
Hi !
I've checked AJ solution, but I didn't like it (sorry AJ ), because I don't want to change all 94 tables user...
June 2, 2005 at 12:03 pm
I understand that and I usually do it, so this is a issue, correct ?
Thanks,
June 2, 2005 at 11:54 am
Hi !
Yes. I run this script with an user id who has sysadmin permissions!
Pedro Martins
Rechousa,
V.N.Gaia
Portugal
November 25, 2002 at 8:54 am
Hi !
Yes. I run this script with an user id who has sysadmin permissions!
Pedro Martins
November 25, 2002 at 8:54 am
Hi !
We have two machines under different domains running win2000 server and sql server 2000.
Running 'dir \\server\shared_folder\' from command shell it works just fine!
Pedro Martins
V.N.Gaia
Portugal
November 19, 2002 at 10:27 am
Viewing 6 posts - 1 through 6 (of 6 total)