Viewing 15 posts - 5,461 through 5,475 (of 6,104 total)
To piggy-back on what Andy has already said... varchar saves you space, char performs "slightly" better. Is that slight performance increase noticeable? Probably not for most uses.
The overhead...
K. Brian Kelley
@kbriankelley
April 30, 2002 at 6:23 pm
I think Andy is speaking of typical OLTP environments. Barring an indexed view, if we find we're having to make a large number of JOINs to return data, we...
K. Brian Kelley
@kbriankelley
April 30, 2002 at 6:15 pm
There is an article in the most recent SQL Server Magazine that briefly mentions it in relation to Page Splits/sec. Basically, the advice is to run it twice and...
K. Brian Kelley
@kbriankelley
April 30, 2002 at 11:12 am
I'm not seeing anything in the knowledge base off-hand, but I'll keep searching.
Two questions just to make sure:
1) Is Full Text Search installed on the server?
2) Is Full Text Search...
K. Brian Kelley
@kbriankelley
April 30, 2002 at 9:16 am
That does sound extremely unusual, perhaps a Microsoft feature.
Have you tried to recreate the behavior from a different client as opposed to the server?
K....
K. Brian Kelley
@kbriankelley
April 30, 2002 at 9:12 am
There are tools such as Mercury Interactive's WinRunner and LoadRunner which can stress test an application, but they aren't the only ones in the business. Do you need to...
K. Brian Kelley
@kbriankelley
April 30, 2002 at 9:09 am
What is the hotfix? We run applications here that are highly reliant on COM+ and I'd be interested in reading up on what the fix is.
K. Brian Kelley
http://www.sqlservercentral.com/columnists/bkelley/
K. Brian Kelley
@kbriankelley
April 29, 2002 at 7:35 am
We run several SQL Server clusters, but we tend not to remove BUILTIN\Administrators from SQL Server, even on non-clustered servers for a myriad of reasons discussed in some previous threads....
K. Brian Kelley
@kbriankelley
April 29, 2002 at 7:33 am
If these are utility stored procedures intended to be used in every database, you might want to try putting one in the master database and naming it with the prefix...
K. Brian Kelley
@kbriankelley
April 27, 2002 at 8:12 am
The model database is what is copied whenever a new database is created. If you are sure you want a certain set of objects in every user database, put...
K. Brian Kelley
@kbriankelley
April 27, 2002 at 7:36 am
You can't specify which port the listener is on, so far as I am aware. There may be an undocumented registry hack, but there isn't anything with the normal...
K. Brian Kelley
@kbriankelley
April 27, 2002 at 7:29 am
I've gone back and forth in "career paths" from developer to sysadmin to developer (again) to dba to sysadmin (again). So keep in mind that any current choice of...
K. Brian Kelley
@kbriankelley
April 27, 2002 at 6:58 am
UDP - User Datagram Protocol. Sits on the same layer of the OSI model as TCP but serves a different role.
It's used for connectionless transport. Low overhead, so...
K. Brian Kelley
@kbriankelley
April 26, 2002 at 9:39 am
This doesn't serve as a redirector. It keeps track of the ports each instance is running on. A client can communicate via UDP to port 1434 to retrieve...
K. Brian Kelley
@kbriankelley
April 26, 2002 at 9:08 am
The operating system will open up ports for listening, just like you can open up multiple ports for say IIS. The various instances know to listen on those particular...
K. Brian Kelley
@kbriankelley
April 26, 2002 at 8:46 am
Viewing 15 posts - 5,461 through 5,475 (of 6,104 total)