Viewing 15 posts - 3,091 through 3,105 (of 5,356 total)
Hey Oscar, this is SQL Server, not Oracle.
AFAIK there is no such thing like ROWID in SQL Server.
If you haven't bought it right now, it might be a good...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 17, 2003 at 12:21 pm
Maybe I understood Brian Knight's post wrong, but there is a second chance to answer. At least I had to answer a second time.
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 17, 2003 at 12:13 pm
Should save headaches.
I don't answer in the newsletter, but like the button to bring me to the QOD page in a new browser instance.
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 17, 2003 at 8:32 am
Are you telling you don't have a family life after 10 PM when coming home from working 14 hours?
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 17, 2003 at 7:56 am
Sorry, I guess nothing you really want to hear, but I had the same problems.
I have a mixture of german and english SQL installation here, and I bet it...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 17, 2003 at 6:06 am
You mean the Douglas Adams' book?
If so, wasn't this character the robot?
Me thinks the British have served the art of insulting very well in having black puddding and serving warm...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 17, 2003 at 5:49 am
Yes, you're right.
If I were aware that Noel already answered I wouldn't have posted at all. ![]()
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 17, 2003 at 5:08 am
TIT ????
TIT Taste in Television (Married with Children)
TIT Teacher in Training
TIT Technician Induced Trouble
TIT Tenchi In Tokyo (anime)...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 17, 2003 at 4:01 am
I would say, that EXISTS almost always performs better, because it can stop once the logical test is true, while COUNT walks through the whole resultset, even after the condition...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 17, 2003 at 3:56 am
It might be that I don't understand your question correctly, but you're talking about one of the fundamental principles of relational databases.
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 17, 2003 at 3:51 am
Ah yes, ask the user what he wants and he starts thinking (maybe the first time) on what he's doing the whole day ![]()
In another forum I...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 17, 2003 at 3:24 am
Oh sorry,
Something like this should work
On Error Resume Next
....
your db statement
Select Case Err.Number
Case.....
Response.Redirect somewhere else
End Select
I bet there are lots of examples...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 17, 2003 at 2:51 am
quote:
As a DBA I expect all submitted code to be commented.The comments should detail up front which tables are going to be...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 17, 2003 at 2:37 am
No, you're not wrong, but please use this thread to complain
http://www.sqlservercentral.com/forum/link.asp?TOPIC_ID=19291 ![]()
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 17, 2003 at 2:22 am
Would this help?
http://www.sqlservercentral.com/forum/link.asp?TOPIC_ID=18138
http://www.sqlservercentral.com/forum/link.asp?TOPIC_ID=18119
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 17, 2003 at 2:17 am
Viewing 15 posts - 3,091 through 3,105 (of 5,356 total)