Viewing 15 posts - 3,016 through 3,030 (of 3,366 total)
IT is an old buys club men work diligently everyday to keep it that way, I don‘t think it should be legislated but rather big companies in the computer industry...
February 12, 2007 at 11:25 am
In 2000 get the Ken Henderson books for the OLTP end of the product and Ken England Performance tuning book, in 2005 start with the BOL(books online) it is the...
February 12, 2007 at 10:43 am
( Be honest - did you copy and paste this out of a middle school biology book from 1928? )
Thanks Mike he needs to join us in the 21st century. ...
February 12, 2007 at 10:37 am
-- Make sure that all of the session settings are set properly
IF sessionproperty('ARITHABORT') = 0 SET ARITHABORT ON
IF sessionproperty('CONCAT_NULL_YIELDS_NULL') = 0 SET CONCAT_NULL_YIELDS_NULL ON
IF sessionproperty('QUOTED_IDENTIFIER') = 0 SET...
February 9, 2007 at 5:48 pm
You need more memory and virtual PC which I am thinking will bring your price tag to about the same level as used baseline PC that you can use to...
February 9, 2007 at 4:54 pm
That is called intranet deployment of a web application everything is the same the difference is Windows authentication.
February 9, 2007 at 7:24 am
You can change the location by defining the location before creating the database, if the new location is on a Network drive you need to run DBCC Traceon before creating...
February 8, 2007 at 8:21 pm
It is a known issue the solution is in the link below. Hope this helps.
February 8, 2007 at 5:58 pm
Hi David,
It's me again most of the code you will need in Web interface using VB.NET is by Scott, try the link below for his blog print out the articles on the...
February 8, 2007 at 9:42 am
(At least trees and flowers are much easier to work with than company politics, lousy developers, unreasonable users and crazy upper management.)
No Loner you have said it all, the individual...
February 8, 2007 at 9:16 am
(I have to disagree with being a woman and working in IT as extremely hard.)
What you said.
(IT is very hostile to women even the skilled are marginalized and carefully discouraged,...
February 8, 2007 at 8:14 am
(That's like saying men don't have a mind for cooking.)
If know one who cooks let me know he he.
Informix you cannot pay me enough to use it, if Wal-Mart...
February 8, 2007 at 8:02 am
I don't think you should run Danish and Finish languages with a database created for Spanish language because of the differences, the former are similar but cannot be compared to...
February 7, 2007 at 7:38 am
You have two very simple solutions send the data to Excel save as XML or put it in an ADO.NET DataSet and call the ReadXML method. Hope this helps.
February 6, 2007 at 9:52 pm
SQL_Latin1_General_CP850_BIN
It is actually simple you have a database that is BIN(binary sort) the fastest sort but it also require your data to be case sensitive by default which includes stored...
February 6, 2007 at 9:48 pm
Viewing 15 posts - 3,016 through 3,030 (of 3,366 total)