Forum Replies Created

Viewing 15 posts - 31 through 45 (of 50 total)

  • RE: Same Query Different Servers Different Results

    There are not two different tables. The query points to ServerB whether it is ran on ServerA or ServerB. Also, there is no NULL values in the sub-select.

  • RE: Foreign Key Problems on Partitioned Table

    I originally thought about making Listings.CompanyID aclustered index and Listings.ID a unique nonclustered primary key. However, it would not let me partition the unique nonclustered primary key. Additionally,...

  • RE: Problem With IsNumeric()

    No, I haven't tried using multiple CTE's yet. Might be worth looking into.

  • RE: Problem With IsNumeric()

    Right, it is a varchar. I don't understand how commenting that line out would cause it to execute successfully.

  • RE: Problem With IsNumeric()

    Yes, the very same HouseNumber. The funny thing is is if I comment out the part that says "AND StreetName = '175TH'" it seems to work. Obviosuly not...

  • RE: Problem With IsNumeric()

    I changed the cast from int to float to allow for values such as '1e4' and changed it to use a CTE and I still manage to get the same...

  • RE: Help With Index Size

    Sorry for the confusion. I misunderstood your post. I thought you wanted me to execute the two separately. I will take a look at the code behind...

  • RE: Help With Index Size

    Is the index size contained anywhere in a table or view that I can join to the query?

  • RE: Best place/company for MCITP training

    I took my training through a company called Global Knowledge out of Raleigh, NC. I would definitely recommend the instructor I had named Tracy Wallace. I was more...

  • RE: Problem with DBCC Page() Results

    Trace flag 1206 is used in conjunction with 1204. It displays all locks held by both deadlock parties. Thanks for the 1222. I have enabled it now.

  • RE: Problem with DBCC Page() Results

    I have figured out what was going on. I did not set trace flag 3604 to display the results of DBCC Page to the current connection. Thanks.

  • RE: Cannot Delete Trace File

    Thank you Jackimo. Worked perfectly.

  • RE: Cannot Delete Trace File

    I knew someone would be quick to jump on that. I did not cross post. I created the post in the wrong forum so created a new one...

  • RE: Index Tuning

    GilaMonster (1/22/2009)


    You can always combine include columns without an effect

    You can usually combine the inequalities without breaking anything, not always

    You usually can't combine equality columns without causing a problem.

    I blogged...

  • RE: Index Tuning

    Thank you. I have been combining thinking it would be ok. I just didn't know if I was going to cause a query not to use the index...

Viewing 15 posts - 31 through 45 (of 50 total)