Viewing 15 posts - 1 through 15 (of 97 total)
Hi Lowell,
Thanks for the support.
sorry for not informing two things earlier, one is the version i am using is sql2000 and second one is the datetime datatype which i am...
September 22, 2011 at 10:39 am
yeah that is ok. I am getting error on execution of the function in dynamic sql. can u give me a sample Dynamic sql code to execute a function with...
February 11, 2011 at 2:07 am
are you talking about service pack? if yes then it is sp2.
December 2, 2010 at 5:27 am
I can able to use the Filter and Search.
November 30, 2010 at 9:36 pm
Yes. there are around 1500 sprocs in the database.How can i resolve this one?
November 29, 2010 at 5:01 am
ok. with sysadmin permission it is working fine for me.But i tried with select privilege on a table(Remotedb) to a (Remote)user and also ddl_admin(db role) along with select privilege...
October 19, 2010 at 6:11 am
creating linked server with SYSDBA user or a SA user it is working fine. my question is like what permission required for a remote user on remote data mapped to...
October 19, 2010 at 12:45 am
Yes i have used the following option "be made using this security context".
October 18, 2010 at 11:17 pm
calvo,
i did little work on this. it works now.Thank you for the support
Regards,
Rock..
May 21, 2010 at 6:30 am
hello calvo
using the below query will give individual columns.
declare @sql nvarchar(2000)
set @sql='select col1,' + ' col2,' + ' col3,' + 'col4 from table'
exec (@sql)
actually i want to contatenate all...
May 20, 2010 at 2:35 pm
I thank each and every one for best supporting
May 20, 2010 at 12:29 am
Viewing 15 posts - 1 through 15 (of 97 total)