Viewing 15 posts - 2,206 through 2,220 (of 5,356 total)
Just out if curiosity.
Is BINARY_CHECKSUM() available in SQL 7?
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 12, 2004 at 1:37 am
No, with C2 auditing you get all or nothing. But maybe there are third-party products around.
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 12, 2004 at 12:52 am
Me bad! No offense meant!
![]()
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 12, 2004 at 12:49 am
Yes, relational database theory as Dr. Codd has defined it is not very good implemented in SQL. But that's the tools we are given and have to live with.
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 12, 2004 at 12:43 am
And how do you retrieve the data?
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 11, 2004 at 2:12 pm
James,
yes, I know.
"Against stupidity the gods themselves struggle in vain."
Nobody will benefit from a clash. That will not generate a win-win situation. ![]()
...anyone...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 11, 2004 at 2:04 pm
Hm, Jonathan, that reminds me of those quizes on TV where you have to tell your name, and if you're right, win $1,000.
...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 11, 2004 at 2:00 pm
There is no such thing as a free lunch.
If you want such feature, I guess you have to implemtent it yourself.
![]()
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 11, 2004 at 1:56 pm
If you wait (a little bit longer, as we can read today) for Yukon, you won't run into these problems anymore.
![]()
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 11, 2004 at 1:55 pm
Now that you've mentioned it.
Hey, that guy Gary Larson is even known here in Germany.
![]()
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 11, 2004 at 1:49 pm
I am being told that there is no benefit to having a primary key defined, especially a surrogate key of identity if it is not used in joins.
I...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 11, 2004 at 1:43 pm
I would say that this is expected behaviour.
When you don't supply a time portion, SQL Server assumes 00:00:00.000 that is midnight.
When you change your query to
select * from t1...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 11, 2004 at 1:23 pm
I might be mistaken, but in a relational database (no matter which product) ordering is meaningless and irrelevant.
While having an index works in most cases the ONLY reliable way...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 11, 2004 at 12:58 pm
Thanks for posting that info!
![]()
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 11, 2004 at 12:53 pm
The only way I know of to mark an object as system object is the undocumented s_proc sp_MS_marksystemobject. It sets some bits in sysobjects.
What happens when you create a...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 11, 2004 at 12:51 pm
Viewing 15 posts - 2,206 through 2,220 (of 5,356 total)