Forum Replies Created

Viewing 15 posts - 3,001 through 3,015 (of 3,366 total)

  • RE: Browse DBs and tables of linked server

    I am not sure what you mean but to see SQL Server 2005 databases and objects you need the OLTP Management Studio, if you need to see both Oracle and...

  • RE: Data Types

    I am assuming you mean Varchar/Nvarchar by text but based on your requirement for minutes and seconds in SQL Server you can only store it in DateTime.  The reason is SmallDateTime...

  • RE: Would I encourage my daughter to pursue a career in IT?

    (If you research any female executives of any Fortune 500 companies, they all come from sales and marking, or financing background, including the CEOs of AutoDesk,)

    Actually Autodesk Carol Bartz is...

  • RE: Stored Procedure using different execution plan then SQL script

    OUTER JOIN default to a null so the table position is fixed if the execution plan is showing right instead of left, then SQL Server 2005 thinks your table position...

  • RE: AS 2005 Perf Guide

    That is correct both works but MSDN was down this morning, I tried many urls all showed server busy.

     

  • RE: Technology: Where have all the women gone?

    If genetics was an issue a French man would have translated Newton’s Principia mathematica in the eighteenth century but Newton was actually translated and corrected by Émilie du Châtelet.  The...

  • RE: Head in the sand thought

    This is very tricky but you have to expose the flaws of the plan technically and make all communications about the subject email.  I had a report my immediate boss...

  • RE: Inserting to a Partitioned View

    The exception to that rule is the partitioned view but you columns must be pure UNION compatible, if you did not make sure of that SQL Server accepts your view but...

  • RE: Why are Women exiting It?

    OK ulcer was once caused by stress we now know better.

     

  • RE: Why are Women exiting It?

    The eugenicists were once scientists but we now know better.

     

  • RE: Why are Women exiting It?

    I teach my PHD math and Masters Physics friends relational algebra both thought I had a math degree, I also had a conference with masters math degree statistician at a...

  • RE: Space Available for database is 0

    Try Remi's version first but here is the visual way to do it, increasing  file size as needed is first thing to do while drinking coffee in the morning so you don't...

  • RE: Turn off Enterprise features in Developer Edition?

    I think it can be done with rerun setup and choose repair when you get to choose components choose only features in the standard in the features compare page below. ...

  • RE: Inserting to a Partitioned View

    One of the things about partitioned view is that everything must be UNION compatible, what I mean is you can create a UNION ALL View with implict conversion of data...

  • RE: AS 2005 Perf Guide

    Thanks Steve for posting this.

     

Viewing 15 posts - 3,001 through 3,015 (of 3,366 total)