Viewing 11 posts - 1 through 11 (of 11 total)
HI
I tested the query using sqlserver2005 it works fine .
can you please let me know the issue with you .
May 7, 2009 at 12:04 am
hi i think this may help you ,
SELECT t1.*, 'Added' FROM table1 t1
LEFT JOIN table2 t2 ON t1.ID = t2.ID
WHERE t2.ID IS NULL
union
SELECT t1.*,'Changed'
FROM...
May 6, 2009 at 3:16 am
thanks for your reply , i have done the same , my problem solved by using global temp tables
May 5, 2009 at 10:13 pm
Thanks to all for your quick replies .
a part from considering the above cases does XML SCHEMAS in data base
will effect execution .
November 26, 2008 at 9:07 pm
hello
Still no suggestions ,
atleast is it possible or not
Thanks
September 26, 2008 at 5:05 am
Hello
You mentioned that your table name is some thing different than
dbo. ,actually when you assign your table to particular schema
then your table name will appear with that...
September 22, 2008 at 12:05 am
Hello
You can use deny permission(read or write or ..) on a particular object (Table in your case )
which can solve your requirement .
September 21, 2008 at 11:43 pm
Hi john
thanks for your reply,
now its solved ,but i just confused where actually roles and schemas are
separately used .does this problemcan be achived by any means using Roles.
Thanks
September 21, 2008 at 10:14 pm
Thanks Samrath ,
thats what exactly i am looking for
Thank you very much
September 15, 2008 at 5:09 am
Thanks to all your replies , i will look for all the suggestions,
March 12, 2008 at 3:07 am
Viewing 11 posts - 1 through 11 (of 11 total)