Viewing 15 posts - 3,166 through 3,180 (of 5,356 total)
I hate to say it with Michael Jackson, but 'You are not alone'.
It seems like a pingpong game. For some hours I do receive mails, then again not a single...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 12, 2003 at 2:36 am
Yes, Mark is correct on this.
Because ordering is of less or no importance in a RDBMS, the only reliable way to force SQL Server to order your resultset is to...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 12, 2003 at 2:27 am
Why is the sequence important anyway? It only becomes important when retrieving the data. Then you can always use ORDER BY.
Or am I missing something?
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 12, 2003 at 2:20 am
AFAIK, all banking calculations are done with at least five decimal places.
There are strict rules on how to do calculations, roundings, storing...
In case of uncertainty I would always look...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 12, 2003 at 2:16 am
I guess the easiest way to move objects to a different filegroup would be to use Enterprise Manager.
Look at BOL for filegroups -> switching filegroup for table
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 12, 2003 at 2:10 am
Hi Chris,
glad to see, you didn't get me wrong
!!!!
Let me give an realworld example.
At the beginning of last year my company decided we need a...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 12, 2003 at 2:02 am
sp_rename uses utilizes DBCC RENAMECOLUMN. As this command is undocumented, I guess there is no direct way with T-SQL.
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 11, 2003 at 2:04 pm
The only reason I can imagine why you should use float or real is when you deal with very large numbers like in astronomy.
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 11, 2003 at 1:41 pm
Yes, Gabor is right.
Access uses a data type named 'OLE something',which also interprets the stored data.
However you'll notice that this sometimes nice feature has its price in a massive...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 11, 2003 at 1:28 pm
quote:
Ok article, not sure what I got from it though 🙂 Codd and co had his day, and the pioneer work...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 11, 2003 at 1:07 pm
quote:
But I think you're mistakenly mixing data atomicity into Codd's Information Rule. I didn't check your sources, but decomposition is a...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 11, 2003 at 12:53 pm
Do you think it really matters how much post one has. It says nothing about the quality of the posts. There are certain members here around (I won't name them,...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 10, 2003 at 2:04 pm
Do you mean my homepages?
Sorry, I am from Germany, but the SQL Server FAQ on InsideSQL.de should work also in english
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 10, 2003 at 1:45 pm
Search the forums for a thread named 'Help me beat EXCEL' or something like that. Must have been activ in April. Can't help you with the actual thread ID, for...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 10, 2003 at 1:41 pm
Hey, Jonathan, that's a new way!
Not the typical 'how to pass an array' stuff ![]()
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 10, 2003 at 1:37 pm
Viewing 15 posts - 3,166 through 3,180 (of 5,356 total)