Viewing 15 posts - 16 through 30 (of 42 total)
There was a existing schema owned by him in the database. So, When I dropped the schema I was able to map him to that database.
November 2, 2010 at 2:51 pm
Yes i am mapping it to correct database.
November 2, 2010 at 1:29 pm
Under db security - > under schemas , I see a schema with the same UserName. can I drop it ?
November 2, 2010 at 1:17 pm
Can anyone please help me in having the version tag line on the top of the xml file generated by script I provide.
Thanks in advance
October 12, 2010 at 8:55 am
I used this sql script and generated the xml file through ssis script task and execute sql task. But I am not getting the version code on the top of...
October 11, 2010 at 12:59 pm
Thank You so much......I am working on it to submit to my manager.
Thanks once again
October 11, 2010 at 12:50 pm
SELECT (SELECT top 2 ProductID,EComProductID FROM Products FOR XML AUTO, TYPE).query(
'<Record>{
for $c in /Products
return
<Prop name="PrdouctID">
<Pval >{data($c/@ProductID)}</Pval>
...
October 11, 2010 at 11:16 am
I need to write a sql query using for xml and get the data in this format
October 11, 2010 at 11:09 am
Its SQL2008
September 24, 2010 at 2:17 pm
I created the sp first and then I gave exec permissions to other person. so the other person got the error which I pasted. we tried and tried but...
September 24, 2010 at 2:16 pm
All the permissions are good.Thanks for the reply.
I found the soultion. Its really crazy, I do not know why and how but it worked.
I droped the procedure and recreated and...
September 24, 2010 at 1:59 pm
Viewing 15 posts - 16 through 30 (of 42 total)