Viewing 15 posts - 1,246 through 1,260 (of 5,356 total)
the original error is on the creator of the column in the first place
Allow for something, and sooner or later someone smart will do it. No matter if intentionally or...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 11, 2005 at 9:09 am
Okay, hardcoded percentage. But what about
SET NOCOUNT ON
CREATE TABLE #Trimmean
(
col1 INTEGER NOT NULL PRIMARY KEY
)
INSERT INTO #Trimmean (col1) VALUES(1)
INSERT INTO #Trimmean (col1) VALUES(12)
INSERT INTO #Trimmean (col1) VALUES(32)
INSERT INTO #Trimmean...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 11, 2005 at 9:06 am
Hm, reread the Excel help. Yes, apparently I missed the percentage parameter. That's interesting. I think, I'll have a play with it this evening. ![]()
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 11, 2005 at 9:03 am
Forget it!
Obviously I can say that, but it doesn't mean what I wanted to say ![]()
I'll stick to nice, I guess.
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 11, 2005 at 8:51 am
Your UDF is a bummer!
Can I say that?
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 11, 2005 at 8:42 am
One might think, that when SQL Server doesn't like, why did it let the table obviously get created at all? Isn't that the original error here?
![]()
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 11, 2005 at 8:40 am
Yes, once I found the German translation, it was pretty clear.
Curious how the results are skewed, when you compare who gets the most money and who does the most work....
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 11, 2005 at 8:34 am
Hey, I can always blame it on the language barrier. That's a huge advantage at times
Here's the revamped version:
Your UDF is really nice!
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 11, 2005 at 8:14 am
Aah, found the translation to the German Excel function. This might look a little bit ugly, but see if it helps:
SET NOCOUNT ON
CREATE TABLE #Trimmean
(
col1 INTEGER NOT NULL PRIMARY KEY
)
INSERT...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 11, 2005 at 7:39 am
Trimmean
What should this function do? Do you mind giving some more information on what you want to do?
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 11, 2005 at 7:12 am
Just another thought:
Have you used sp_spaceused @updateusage = true or sp_updatestats yet?
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 11, 2005 at 4:12 am
No, there is no built-in date. I think there are third-party tools that can do this. The crdate is indeed the creation date and it will also serve your purpose...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 11, 2005 at 2:38 am
It's me who is thankful! Your UDF is really cute. Good to see your blog is back online again. I tried this morning (European time) and got some strange runtime...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 10, 2005 at 1:25 pm
When one looks at all your questions today, one might be inclined to say, it's a good idea for you to get a copy of Ken Henderson's Guru's Guide to...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 10, 2005 at 1:06 pm
Since your question is not directly related to SQL Server, but rather general Windows programming, you are likely to find excellent information on MSDN or TechNet. Have you searched there...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 10, 2005 at 1:02 pm
Viewing 15 posts - 1,246 through 1,260 (of 5,356 total)