Forum Replies Created

Viewing 15 posts - 1 through 15 (of 360 total)

  • RE: I Need Full Info of MCTS(70-431) exam,Please give me Tutorial and Hints.

    As with any of the exams you will not pass if you intend to only "read" the material and not work with the product. I have worked with authors on...

    Quand on parle du loup, on en voit la queue

  • RE: SQL Server 2005 Best Practices

    I agree. I have been using DBCC commands in 2005 for months with few issues. That is an odd phrase.

    This article, will ok, was not a best practices. It was...

    Quand on parle du loup, on en voit la queue

  • RE: Interviews Part 2

    Sad but true stories. We could sit around and talk for hours about the foolish. I think Sean is right - SQL Server has been advertised as easy and wizard-friendly....

    Quand on parle du loup, on en voit la queue

  • RE: Strange error when using union to select 2 identical tables

    I agree with Remi - it is better to have a target list rather than a * - you know what you have.

    Quand on parle du loup, on en voit la queue

  • RE: Congratulations Frank

    Patrick,

    maybe we can meet outside and have some from this green stuff they used to drink in France. (You remember?!?)

    Laughing. I do. I have not gathered up my courage to...

    Quand on parle du loup, on en voit la queue

  • RE: Congratulations Frank

    Congratulations Frank. Now you can go outside once in awhile and look at that bright thing in the sky.

    Quand on parle du loup, on en voit la queue

  • RE: It''''s Under 90

    Firefox just released version 1.0.1.

    I have used it for about a year. There are some sites that require IE (everything shows up "off" in Firefox) but I would say...

    Quand on parle du loup, on en voit la queue

  • RE: Need to run a sql script each 10 minutes

    Could you make this a stored procedure? Then you could run it with a EXEC command.

    Quand on parle du loup, on en voit la queue

  • RE: SQL Server Developer Edition

    No problem.

    Quand on parle du loup, on en voit la queue

  • RE: SQL Server Developer Edition

    From Microsoft:

    [SQL Server Developer edition] includes all of the functionality of Enterprise Edition but with a special development and test end-user license agreement (EULA) that prohibits production deployment (for complete...

    Quand on parle du loup, on en voit la queue

  • RE: Wrong Edition Installed

    I could find nothing on standard to enterprise, but there were two articles on upgrading evaluation to retail - I assume the information is the same.

    http://support.microsoft.com/kb/237303

    http://support.microsoft.com/default.aspx?scid=kb;en-us;281574

    Be sure to read everything...

    Quand on parle du loup, on en voit la queue

  • RE: Re: Encrpted value to store in a variable

    Declare @evalue varchar(?)

    SELECT @evalue = master..xp_repl_encrypt @number1 output

    INSERT tblpassword (column name 1, column 2)

    values ('IT', @evalue)

    ****

    I know it is optional, but I always list the columns to be inserted.

    This should...

    Quand on parle du loup, on en voit la queue

  • RE: @@LINENUMBER ???

    You will find the error handling in T-SQL to be, well, primitive. There is no function that returns the line number for an error. One reason may be that databases...

    Quand on parle du loup, on en voit la queue

  • RE: what is S-Lock?

    What do you mean by implement? S-locks are assigned by SQL Server based on the query.

    Quand on parle du loup, on en voit la queue

  • RE: Why Be an MCP?

    I have had most of the major certifications (meaning I like to take multiple choice tests). Do I plan to keep them updated? No. I do not (literally) have the...

    Quand on parle du loup, on en voit la queue

Viewing 15 posts - 1 through 15 (of 360 total)