Viewing 15 posts - 1 through 15 (of 37 total)
That was it! Sometimes it's the simple things that elude you 😀
There were 2 of us looking at it and we both missed that - and the other guy has...
February 1, 2013 at 8:53 am
Is there any way of setting it up so that user can leave off parameter entirely.
e.g. If I try SELECT * FROM myTbl it errors with 'Parameters were not supplied'...
December 12, 2010 at 10:15 am
Thanks Chris!
And you're right, I'll include samples in future 😉
December 12, 2010 at 10:01 am
I don't know why, but not only did I have to change the Order By Key, but also had to set the NameColumn and the ValueColumn in order to retain...
May 13, 2010 at 4:09 pm
Yeah, that did it! - it had 90% fragmentaton and data pages were only 50% used. Rebuilding indexes brought it down to its original size.
But I'm still curious...
May 13, 2010 at 4:03 pm
I have a similar situation where I added a single int column to a table that was ~ 60M rows and consuming ~10GB space. After adding the column and populating...
May 13, 2010 at 9:19 am
Very cool articles Grant - I think these will help me a lot develop a solution that will work for us.
Thanks a lot!
September 1, 2009 at 8:25 am
I see where using a version id vs Y/N indicator makes more sense, but am confused as to how the FK relationship would work. Let's say the region table also...
August 31, 2009 at 2:14 pm
Jeff - so using datetime or smalldatetime with between will not work as well as >= and <= but will not matter if another type like int or char? Is...
June 13, 2009 at 11:57 am
Stupid me - ypu're absolutely right!
value1 >= value2 AND value1 <= value3
was quicker by a few seconds than
value1 BETWEEN value2 AND value3
I know, not my understanding either and why I...
June 12, 2009 at 4:36 pm
the 2 links refer to different versions - 2000 vs. 2005. But it does raise a question in my mind: what's the largest file size anyone in the community has...
December 2, 2008 at 3:33 pm
I got it to work by removing the Express versions and installing the eval. version. Now I can see the Legacy DTS app - and everything still works on SQL...
August 1, 2008 at 4:59 pm
Ok, I've tried it 2x now. No success. I removed all versions of SQLServer, the folders that were left behind for SLQ2K, reinstalled SQL2K, reinstalled SQLserver 2005 Express, then reinstalled...
July 31, 2008 at 4:59 pm
I un-installed SQLServer Management Studio Express, re-installed SQL2K client tools, then installed Management STudio Express. BUt still don't see any legacy app. for DTS designer.
What am I doing wrong?
July 31, 2008 at 10:46 am
Problem is, I don't see a Legacy folder.
As regards Express vs. Standard, I agree. Not sure why we don't have. I've asked, but still no reply.
The frustrations of working in...
July 30, 2008 at 2:26 pm
Viewing 15 posts - 1 through 15 (of 37 total)