Viewing 15 posts - 166 through 180 (of 602 total)
The question is somewhat completely and utterly wrong.
A where clause does not evaluate TO anything at all. In this case there will never be any rows matching the filter (assuming the...
March 1, 2007 at 7:32 am
My thoughts would be to use XML in the database only where a clear case for it can be justified, with a prejudice against.
If my "job" was to store and retrieve XML...
February 22, 2007 at 6:50 am
As I recall, the installer wants to create the name in either WINS or DNS or both. If someone has already created the name records, the installer will complain.
I remember,...
February 21, 2007 at 7:33 am
"since its useless to add bit field in an index".
Do you have any support for that bold statement?
February 15, 2007 at 8:53 am
This "default search algorithm" is to use the most applicable index in a way that minimizes resource usage based on the estimated results.
This can mean many things. In your...
February 13, 2007 at 7:19 am
MyComputer >> Properties Advanced tab.
There is a button labeled "Environment Variables". Therein you can set the system environment and the environment for the current user.
This is on my XP box. ...
February 12, 2007 at 6:46 am
Wayne, I think you are trying to insert a uniform piece of code into each stored procedure that will figure out what the parameters and values are that were passed...
February 9, 2007 at 8:48 am
You can find out the hosname (usually) of a connection by running the sproc [master].[dbo].[sp_who2]
It will list the login name, SPID, Hostname, and a bunch of other useful things. If...
February 9, 2007 at 6:54 am
Hi Lester. Where are you at with this?
BOL 2005 did not screw up SQL 2000. .NET didn't do it either, and don't try SP4 until your server is UP. It's...
February 8, 2007 at 7:04 am
The safest way would be to specify the path to everything in the batch script. That will insulate your highly-priviledged batch file from being affected by what other people, processes,...
February 8, 2007 at 6:34 am
Here's what the BOL says:
"BINARY_CHECKSUM(*), computed on any row of a table, returns the same value as long the row is not subsequently modified. BINARY_CHECKSUM(*) will return a different value...
February 7, 2007 at 11:26 am
Sometimes the compiler gets it wrong, even with updated statistics.
Can you post the showplan estimates before and after? Might be able to figure it out.
February 7, 2007 at 10:22 am
Six out of five dbas are bad at statistics.
February 6, 2007 at 10:29 am
Hello,
since you can't ping the server, my guess would be that the problem isn't necessarily related to SQL. The fact that you can't remotely access a SQL server at the...
February 5, 2007 at 8:08 am
Hello,
In my version of the [pubs] database, the job_id column has the identity property set. That may be the cause of the insert problem.
jg
February 5, 2007 at 8:02 am
Viewing 15 posts - 166 through 180 (of 602 total)