Forum Replies Created

Viewing 15 posts - 3,226 through 3,240 (of 3,366 total)

  • RE: Locate Foreign keys without Indexes

    Here is the problem, the previous solution uses too much resources for a simple task and your solution is using Microsoft property the System tables which changes with service packs...

    Kind regards,
    Gift Peddie

  • RE: How to increment a varchar?

    The first thing I have to say is a Sequence is an object while Identity is a property, so here is a Microsoft Provided solution.  I think the Sequence is...

    Kind regards,
    Gift Peddie

  • RE: "CASE Function: it powers in theoretical and practical scripting?"

    Try the link below for almost everything you need to do with CASE statement.  Hope this helps.

    http://www.craigsmullins.com/ssu_0899.htm

    Kind regards,

    Gift Peddie

    Kind regards,
    Gift Peddie

  • RE: Locate Foreign keys without Indexes

    Quick and easy open the database in Enterprise manager and open Query Analyzer make sure the Object browser is open then right click on the table and click on create...

    Kind regards,
    Gift Peddie

  • RE: Performance difference between using IN CLAUSE and JOINS

    That is because few things are faster than INNER JOIN using the FROM and ON clause, most SQL Server users still use the WHERE clause but the query processor ignores...

    Kind regards,
    Gift Peddie

  • RE: Restore database problem

    The question is why are you restoring with code when you can just put your .bak file in the backup sub folder in Microsoft SQL Server folder in programs and...

    Kind regards,
    Gift Peddie

  • RE: Copy Table to Different DB

    Try  an INSERT INTO with Column List statement it gives you control of how the table is moved into the new database.  If you are in SQL Server 2005 try...

    Kind regards,
    Gift Peddie

  • RE: SQL Server 2000 on Windows Server 2003

    First of all Windows 2003 installs neutered you have to enable a lot of components and my point of reference is that of a developer who always install IIS by...

    Kind regards,
    Gift Peddie

  • RE: Cursor for Log Truncation

    There is no reason to run a Cursor to backup a SQL Server  database because the backup and restore wizard is one of the best things in SQL Server.  All you...

    Kind regards,
    Gift Peddie

  • RE: 5 Table Join

    DDL is not data description language, DDL is data definition language and the last query is better because per ANSI SQL when the query processor see the FROM and ON...

    Kind regards,
    Gift Peddie

  • RE: Interviewing

    Great article, I have saved it thanks.

    Kind regards,

    Gift Peddie

    Kind regards,
    Gift Peddie

  • RE: General Questions - Globalization and Unicode

    I am both MCSE and MCDBA certified  and I am SQL Server expert so your comment about me not using SQL Server is not relevant.  Richard is of Chinese decent...

    Kind regards,
    Gift Peddie

  • RE: General Questions - Globalization and Unicode

    Perry,

    No that is not my way of telling you I don't know because I know sorting require applying the equality operator to types and SQL Server 2000 BOL (books online)...

    Kind regards,
    Gift Peddie

  • RE: General Questions - Globalization and Unicode

    Perry,

    Those codes are straight out of SQL Server 2000 BOL and I was interacting with someone who is Chinese and it helped resolve his problems, I cannot go in detail with...

    Kind regards,
    Gift Peddie

  • RE: Executing DTS package from SP

    You can set up a proxy account for SQL Server Agent, try the links below for how.  I know it works I have helped a lot of developers with it. ...

    Kind regards,
    Gift Peddie

Viewing 15 posts - 3,226 through 3,240 (of 3,366 total)