Forum Replies Created

Viewing 15 posts - 3,016 through 3,030 (of 3,366 total)

  • RE: The Old Boys Club

    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...

  • RE: Best SQL Server Expert?

    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...

  • RE: Why are Women exiting It?

    ( 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. ...

  • RE: SET options in a view

    -- 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...

  • RE: SQL Server Express with Apple Intel

    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...

  • RE: NULL Data

    That is called intranet deployment of a web application everything is the same the difference is Windows authentication.

     

  • RE: Redirect logging for SSEE?

    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...

  • RE: Installing Full-Text Search on SQL Server Express 2005

    It is a known issue the solution is in the link below.  Hope this helps.

    http://www.wherecanibuyit.co.uk/ASP/full-text-search.html

  • RE: NULL Data

    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...

  • RE: Why are Women exiting It?

    (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...

  • RE: Why are Women exiting It?

    (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,...

  • RE: Why are Women exiting It?

    (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...

  • RE: collation problem with spanish character

    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...

  • RE: FOR XML

    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.

     

  • RE: collation problem with spanish character

    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...

Viewing 15 posts - 3,016 through 3,030 (of 3,366 total)