Viewing 15 posts - 3,241 through 3,255 (of 5,356 total)
Thanks Jonathan! Again two new ones
I like this flowery language!
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 8, 2003 at 5:58 am
Not sure if I understand this, but would a look in BOL for 'ROLLUP' help.
Anyway, if you use Access as front end, why not take advantage of the grouping functionality...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 8, 2003 at 5:46 am
Wow, how exciting....Top secret! ![]()
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 8, 2003 at 5:02 am
Sometimes it pays to be tenacious ?!?
Somehow it seems to work only with SQL Server authentication only, not with Windows. Anyway, it's working now. Thanks to you all!
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 8, 2003 at 2:55 am
Lots of good suggestions which I can unfortunately first try in the evening from home.
...but if it doesn't work I'll come back anyway ![]()
Thanks for now.
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 8, 2003 at 2:10 am
I asked our DBA what could be the cause and he said he has no problems to connect, but it might be an issue with my 'firewall profile' and that...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 8, 2003 at 1:57 am
Help Mark!
How do I get out of telnet.
It seems to work and now I have a blank screen and no clue what to do??
Frank
Edited by - Frank kalis on 12/08/2003...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 8, 2003 at 1:47 am
I'm connecting via name.
Interestingly my production server seems to be the only one missing in the list of active servers in the network?
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 8, 2003 at 1:18 am
quote:
... tricky with the NDA.
please talk slowly to me!
What is NDA?
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 7, 2003 at 12:34 pm
http://www.insidesql.de/scripts/sqlserverfaq.php?id=33
When looking at the execution plan of each, Jonathan's solution is efficient.
For the sake of 'completeness' you can also use this
SELECT
table_schema, table_name
FROM
information_schema.columns
WHERE
column_name...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 7, 2003 at 12:31 pm
Well, I can connect to several other (test)servers on the network. That works without further configuration. I guess I have to talk to the network admin tomorrow.
Thanks anyway!
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 7, 2003 at 12:22 pm
Yes, conversion to int would be so simple...
But it depends on what degree of accuracy you need.
Frank
Sorry for editing...
The wine has now begun to show its effect...
I log off now...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 5, 2003 at 3:18 pm
Yes to both questions!
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 5, 2003 at 3:07 pm
I first read it in the Best of... book, reread it now, and think it is undervalued and has not had the audience yet it deserves!!!
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 5, 2003 at 3:01 pm
I am not sure if I understand you.
Binary data in its most simplified form is simply a chain of 0s and 1s arranged in a certain manner. SQL Server does...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 5, 2003 at 2:36 pm
Viewing 15 posts - 3,241 through 3,255 (of 5,356 total)