Viewing 15 posts - 25,996 through 26,010 (of 26,487 total)
Grant,
I've done it in SQL 2000 and SQL 2005. If you want, we can take this topic offline a bit and see what issues you were having.
Thanks
May 3, 2007 at 12:59 pm
Sorry for the multiple posts, but our internet connection is acting up and out again!
May 3, 2007 at 12:39 pm
Use the dbo.sysindexkeys table. You need to join it to the dbo.sysindexes table.
May 3, 2007 at 12:37 pm
Use the dbo.sysindexkeys table. You need to join it to the dbo.sysindexes table.
May 3, 2007 at 12:34 pm
Use the dbo.sysindexkeys table. You need to join it to the dbo.sysindexes table.
May 3, 2007 at 12:34 pm
One thing I would look at first is how you are rebuilding indexes. If you are doing a drop and create, there is a specific order in which they need...
May 3, 2007 at 11:55 am
No, but you can write a function that returns a table. This function can act as a parameterized view. I think there is an example in BOL, but don't quote...
May 3, 2007 at 10:50 am
try this in the query:
nullif(max(datecol),min(datecol))
May 3, 2007 at 9:34 am
I had hoped getting the MA with Space Systems Management would help open doors back down in the Springs in the early 90's, it didn't and that is why I...
May 3, 2007 at 9:20 am
I have my degrees too (BS in Computer Science and Business Administration, MA in Computer Information Resource Management and Space Systems Management (Outer Space, by the way)).
Academia was good, but...
May 2, 2007 at 11:39 pm
Let's just say we don't see eye to eye. Having commuted from Colorado Springs to Denver for 15 years, I never really had time to get my MCDBA, He has...
May 2, 2007 at 11:03 pm
That is easier said than done. I won't go into details on that, as it would be inappropriate, and it is only my opinion at this time. On a parallel,...
May 2, 2007 at 6:02 pm
I simplified your query some and ran it against a copy of ZANGLE database. Take it and make whatever changes you need, but I think this is what you are looking...
May 2, 2007 at 11:52 am
Looks like you are running Zangle. I will look at your query a bit and see what I can do.
May 2, 2007 at 11:15 am
Viewing 15 posts - 25,996 through 26,010 (of 26,487 total)