Viewing 15 posts - 1 through 15 (of 58 total)
Thank you so much for all the replies. I will try my best and let you know if I have any questions.
Thanks again
January 19, 2015 at 12:15 pm
Thnaks for your reply. But I didn't get what that stored proc is doing and how it gonna fix my issue. Please explain.
November 29, 2012 at 1:35 pm
Yes it is not returning what I expect. I want resultset of only the objects which are using RegulatoryType column in the where clause. But I am getting the objects...
November 29, 2012 at 12:35 pm
DECLARE @SQL VARCHAR(MAX)
SET @SQL = ' USE ?; SELECT ''?'' AS DATABASE_NAME,
sys.schemas.name AS [Schema Name], sys.objects.name AS [Object Name] ,
type_desc...
November 29, 2012 at 12:27 pm
I am trying to do with the above query whatever I have inserted in the block and it is partly working. But it is also getting the objects which are...
November 29, 2012 at 11:53 am
Actually I need a T-SQL Script for this. Please help me if you have any idea.
November 29, 2012 at 10:10 am
I am sorry for not responding to your post immediately. I dont want the image to be displayed on fly. I just dragged an image onto the header of my...
June 26, 2012 at 2:57 pm
Thank you so much for your replies. I really appreciate it.
June 26, 2012 at 2:51 pm
Yeah Thats weird. Thank You so much. I followed your code and I got it. Thank You
June 26, 2012 at 10:18 am
I am sorry for not communicating properly. I was in urgent need situation and couldnt give proper subject name.Sorry for the inconvinience. I am new to sql prigramming. I am...
June 20, 2012 at 9:48 pm
Thanks a ton :)...I really appreciate your help. I have been struggling with this since 2 days.
June 18, 2012 at 12:35 pm
No. The 'Application Group' is an extended property. I am checking first if the extended property 'Application group' exists or not. The value for this property is blank for some...
June 18, 2012 at 9:21 am
I have modified like this
IF NOT EXISTS(SELECT 1
FROM fn_listextendedproperty ('ApplicationGroup',
...
June 18, 2012 at 8:46 am
The script you provided
IF NOT EXISTS(SELECT 1
FROM fn_listextendedproperty ('ApplicationGroup',
...
June 17, 2012 at 9:15 pm
Viewing 15 posts - 1 through 15 (of 58 total)