Forum Replies Created

Viewing 15 posts - 3,151 through 3,165 (of 3,366 total)

  • RE: Sql server 2005 express tools - Profiler

    That link is actually for businesses not for developers, the developer link includes management studio.  That said I don't understand what a SQL Server person is doing with Express when...

    Kind regards,
    Gift Peddie

  • RE: Joins vs Where

    JOIN and WHERE clause cannot be compared because the WHERE clause is a filter while JOIN is used to generate resultset from one or more tables.   JOIN is compared to...

    Kind regards,
    Gift Peddie

  • RE: 1 DB-multiple laguages

    In SQL Server 2000 and above you can do column level collation, and there are six Chinese in SQL Server so using both Unicode and ASCII is asking for character...

    Kind regards,
    Gift Peddie

  • RE: Row Size is too large?

    It means that one of the Rows is bigger than a SQL Server page, the text below is from the link below and it includes more restrictions.  The reasons and...

    Kind regards,
    Gift Peddie

  • RE: learning TSQL with examples

    Try the link below to get started.  Hope this helps.

    http://www.mssqlserver.com/tsql/

    Kind regards,

    Gift Peddie

    Kind regards,
    Gift Peddie

  • RE: Char set problem when migrating MS SQL tables to Oracle 9i DB

    You are getting Character conversion in Oracle because you have not done Unicode collation in Oracle.  I have not done it in Oracle so check Oracle docs and the try...

    Kind regards,
    Gift Peddie

  • RE: Stopping Transaction Log Records

    It is actually easy to increase the Transaction Log size open the database and then open the Taskpad and you should be able to increase it.  The Taskpad is context...

    Kind regards,
    Gift Peddie

  • RE: T-SQL Training Search

    If that is the case you may want to start the person with the two Ken Henderson books, they are the best in T-SQL for SQL Server 7.0/2000.  The reason...

    Kind regards,
    Gift Peddie

  • RE: T-SQL Training Search

    The best training for SQL Server is install the product and use the BOL(books online).  But try the link below for free T-SQL training.  Hope this helps.

    http://www.mssqlserver.com/tsql/

    Kind regards,

    Gift Peddie

    Kind regards,
    Gift Peddie

  • RE: Change Language

    In SQL Server 2000 it is a simple ALTER DB or Table, the definition is covered in the link below for SQL Server 2005 but it should work for SQL...

    Kind regards,
    Gift Peddie

  • RE: SQL-XML-excel

    If your Excel is XP/2003 it is actually very easy because you just save the Excel as XML.  Try the link below for the Excel XML Toolbox.  Hope this helps.

    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_xl2003_ta/html/Office_Excel_XML_Toolbox.asp

    Kind...

    Kind regards,
    Gift Peddie

  • RE: Oracle Database to Sql Server 2000 Migration

    The link below from Microsoft covers all you need to do a clean migration, I have used both in one shop and I don't think you will run into issues...

    Kind regards,
    Gift Peddie

  • RE: problem with apostrophes and ordering

     Apostrophes are covered under ANSI SQL 92 delimited identifiers so I think you shoud use that if you data does not include ascent sensitive language because all the ascent...

    Kind regards,
    Gift Peddie

  • RE: problem with apostrophes and ordering

    That is because the binary collation is case sensitive by default.  Hope this helps.

    Kind regards,

    Gift Peddie

    Kind regards,
    Gift Peddie

  • RE: Setting up relationships correctly

    Yes we are talking foreign keys but this foreign key is used for Cascade on delete and Cascade on update, I think you should check the BOL (books online) for...

    Kind regards,
    Gift Peddie

Viewing 15 posts - 3,151 through 3,165 (of 3,366 total)