Viewing 15 posts - 76 through 90 (of 97 total)
i changed the password using sysadmin user.
after that i tried to connect with normal user, same error occurred
only sysadmin can able to login.other users can't able to connect to the...
September 8, 2009 at 5:57 am
i want to know how to give view db access to a user on his specific database.
ex: In SSMS, If one user has a db owner permission to...
September 7, 2009 at 11:32 pm
hi all,
for my second question, i used the below statement
USE MASTER;
GO
DENY VIEW ANY DATABASE TO PUBLIC
it restricts the public users to access the DB.
here i am getting one problem....
September 7, 2009 at 9:21 am
hi
i got it
Thank you very much for the reply.
September 7, 2009 at 8:33 am
hi justanewone ,
thank you very much. i got it
i have created a stored procedure, in that using the while loop and row_numbers() between values, it was solved...
June 22, 2009 at 9:42 am
hi saurabh.dwivedy
this works perfect to my requrement
thanks you very much
rock..
May 11, 2009 at 12:55 am
Hi nageswara.dhaveji,
this works fine.
thank you very much for all your support on this issue.
thanks and regards
ROCK...
May 7, 2009 at 6:15 am
hi nageswara
same error boss
any idea please check the test data in my earlier mail
thanks
ROCK...
May 7, 2009 at 12:45 am
hi Florian Reischl,
i am gettign the same error,
Msg 536, Level 16, State 5, Line 5
Invalid length parameter passed to the SUBSTRING function.
The statement has been terminated.
for '+' every hting...
May 7, 2009 at 12:35 am
hi mark
i have tried oyur code. same error occured.
thanks
ROCK..
May 6, 2009 at 8:00 am
hi mark
the above he said its not working.
update emp_data
set firstname=substring(name,1,(charindex('+',name)-1)),
lastname=substring(name,(charindex('+',name)+1),(len(name)))
you are right, can you help me with the code to modify.
its urgent
thanks
ROCK...
May 6, 2009 at 6:08 am
hi
same error no change in that
i am using sqlserver 2005
thanks
ROCK.
April 30, 2009 at 7:50 am
hi yesterday i did that using the varialbe and dynimically executed. i got it..
i use the below query
declare @var1 varcahr(300)
set @var1=tablename from firsttable;
exec('select * from'+@var1')
this works
but my requirement is
like...
April 29, 2009 at 2:14 am
hi
i know this query, actually the problem is, in the first table the columns are automatically generated from the application and also their fields...
April 28, 2009 at 10:51 pm
Viewing 15 posts - 76 through 90 (of 97 total)