Viewing 9 posts - 1 through 9 (of 9 total)
Now that, sir, is a thing of beauty!
Thanks so much for your ridiculously quick response, it's been a pleasure communicating with you!
I am still having some problems with this demonic...
October 18, 2011 at 11:03 am
Haha! Thanks!
Is it okay if I reply with another problem though? (Talk about a trial by fire, this DB is the devil!)
4 columns in this DB are datatype "real", and...
October 18, 2011 at 9:31 am
Hi Lowell - I made a change which appears to have sorted out the comma, but I'd like to know whether removing the space padding might have som drawback which...
October 18, 2011 at 8:59 am
I'm sorry to say it, but the result is almost exactly the same:
CREATE TABLE [dbo].[ACCESS] (
[TEMPFLAG] bit ...
October 18, 2011 at 8:44 am
Hey again.
I saw in the SP that you insert the data into @Results, so I caught the contents of that - check out the index_name and index_columns_key columns(only 2 rows,...
October 18, 2011 at 7:35 am
Hey there.
Here's the table scripted using Management Studio:
CREATE TABLE [dbo].[ACCESS](
[TEMPFLAG] [bit] NOT NULL,
[varchar](50) NOT NULL,
[DESCRIPTN] [varchar](50) NOT NULL
) ON [PRIMARY]
Then the index also using Management Studio:
CREATE NONCLUSTERED INDEX ...
October 18, 2011 at 6:41 am
ARGH! This is why I hate old databases - in the db I'm testing the script on, I have many many tables with indexes on single columns, so this gets...
October 17, 2011 at 3:24 pm
Wow man!! I can't get over that response time! Thanks a stack, the table method will fit me to a T - again, just to say thanks, I'm completely blown...
October 17, 2011 at 12:12 pm
Hey Lowell,
I'm sure you're not expecting a reply so long since you last updated, but here it is. This SP is absolutely fantastic - a work of art - but...
October 17, 2011 at 11:24 am
Viewing 9 posts - 1 through 9 (of 9 total)