Viewing 15 posts - 241 through 255 (of 694 total)
Thank You to everyone. I just could not wrap my mind around the self-join. It is a slow moving monday for me, after a long weekend of moving into a...
April 23, 2012 at 9:33 am
Thanks Everyone
I always learn something everyday on here. I too love the performance tests.
Andrew SQLDBA
April 11, 2012 at 9:32 am
Thanks Everyone
I appreciate all the comments.
Andrew SQLDBA
April 4, 2012 at 10:39 am
Thanks Everyone,
I think we got it figured out.
Thank you to all. Hope that you have a great weekend
Andrew SQLDBA
March 23, 2012 at 9:36 am
Hello Everyone
Since the Highlight did not work well, I have added a column to the sample code to help.
DECLARE @RoleRanking TABLE
(
RelationshipID int
, ParentID int
,ChildID...
March 23, 2012 at 7:02 am
I should have stated this in the first post. But never really thought about it until you guys mentioned it.
SQL Server will not let me query the table, with the...
February 29, 2012 at 10:36 am
Thanks for the good news 😀
That is what I thought, but I was hoping that someone had found a way.
Andrew SQLDBA
February 27, 2012 at 12:52 pm
Hi Lowell
Thank You, the query in the middle came closest. It will return the table name and the object name that the the table is depended upon.
This is a good...
February 27, 2012 at 10:13 am
Thanks Everyone
Kiwi
your code worked perfectly
Andrew SQLDBA
January 2, 2012 at 6:23 am
You should have xp_cmdshell disabled for security reasons
Andrew SQLDBA
December 21, 2011 at 11:33 am
Thank you Very much for all your help. My code is now working perfectly. I like the use of Coalesce, much cleaner then using a CASE statement.
I am working on...
December 21, 2011 at 7:17 am
Steve
Thank you for your reply, and sorry that I was not more clear on this issue.
All the data used and shown here is from the Pubs database, but the basic...
December 21, 2011 at 5:18 am
Craig
After going over the results very closely, you are correct, and your initial code was perfect.
Not sure what I had seen that I thought was not correct.
I apologize to you...
December 8, 2011 at 2:53 pm
Sure will
I have been working on it, and going thru the small list by hand to see exactly what rows are not in the correct place. I am coming close...
December 8, 2011 at 11:59 am
Thank You Everyone
I was close, but just could not get it correct.
Greatly appreciate all the help
Andrew SQLDBA
December 8, 2011 at 11:56 am
Viewing 15 posts - 241 through 255 (of 694 total)