Viewing 14 posts - 1 through 14 (of 14 total)
Hmm.. Do you have a newline at the end of the last line? Columns are all nullable. Our solution du jour is to tack a newline at the end which is...
October 20, 2006 at 2:01 pm
This may be consistent, the index that is not being used is not clustered. If I have some time today I will try some changes to see if clustering the...
May 9, 2005 at 7:20 am
Thanks for the reply.. I now see why the index is not used, although I still don't like it!
The suggestion did not use the index either. Our solution for the...
May 6, 2005 at 12:07 pm
Thanks, unfortunately we are talking many tables and join conditions, so I do not want to post the DDL. If I run each part of the union individually, it works...
April 14, 2005 at 6:44 am
Another consideration for those not using numeric, I would use char instead of varchar for such a small data type, especially if you are not storing international and the lengths...
November 5, 2003 at 6:47 am
I don't see this article as arguing for XML as a data management tool, in fact I see it as agreeing that XML is not a management tool, but a...
October 22, 2003 at 11:07 am
I have also had great success using SQL2000 XML support with xsl to generate HTML. We have replaced all of the old crystal stuff and maintenance is a...
January 2, 2003 at 9:27 am
So I was preparing some responses to your questions, and I noticed that there was not an index on the Amex table, so I added the index ( on...
December 12, 2002 at 12:51 pm
Thanks, no, I am not using AWE, and many of the resources I have found have dealt with those problems, more specifically the 2nd error messages I was getting.
...
July 10, 2002 at 4:06 pm
Interesting topic a few things...
Wouldn't it be nice if there was an encrypted data source option, or some tool that provides an easy way to store a user/password...
June 25, 2002 at 11:35 am
Thanks! That was it, I had to mark the checkbox labeled "Allow other SQL Servers to connect Remotely to this SQL Server using RPC" on the Connections tab of...
May 17, 2002 at 3:13 pm
A much needed topic indeed, Did you have any problems with recompiling the code that calls the procs? It seems that by renaming the proc, you now have to go...
May 9, 2002 at 9:53 am
Well it may not be a default thing. It is on all of our servers ( I have inherited some lovely setups) and with a name like server I...
February 26, 2002 at 11:31 am
Thanks for the info.
So as far as user access, you would have to use a standard login to connect to the SQL server, since your web server would not...
October 3, 2001 at 12:31 pm
Viewing 14 posts - 1 through 14 (of 14 total)