Forum Replies Created

Viewing 15 posts - 2,791 through 2,805 (of 5,103 total)

  • RE: Sistaxis Question

    I am back from London!! PASS is at the end of september. Now

    WHAT inthe world  rgR'us  means??

  • RE: Sistaxis Question

    hehe...  I got in a bit late 

     

  • RE: Sistaxis Question

    To specify that the string is in unicode format ie. nvarchar or nchar

    Cheers,

     

  • RE: Where Logic Lives

    I would like to add a bit more of clarity to what I said before:

    The minute you declare a Column data type you are using BUSSINESS RULES

    The minute you use...

  • RE: Trigger on a text field

    You need to implement an INSTEAD OF trigger to handle those fields. They (text, image, ntext fields) are available for that kind of trigger!!

    Cheers!

     

  • RE: Trigger on a text field

    You need to implement an INSTEAD OF trigger to handle those fields. They (text, image, ntext fields) are available for that kind of trigger!!

    Cheers!

     

  • RE: Where Logic Lives

    If you've been to a Databases 101 course with a minimally decent teacher the FIRST thing you learn is GARBAGE IN- GARBAGE OUT. You must(is your responsability to) ensure your...

  • RE: Adventures in Replication

    Lesson #7: Find the CAUSE first!

     

     

  • RE: Finding weekdays of a given month

    We have a dba  .... - he's a bit difficult

    One of the expected characteristics of a good DBA! Not saying that if you are not difficult you may not be...

  • RE: Linked servers and OSQL utility.

    you are using -E on osql that would mean that you will need either to setup  ACCOUNT DELEGATION in kerberos OR change the connection to use SQL authentication( -U...

  • RE: Error while executing trigger.

    if you have the nested triggers flag enabled make sure it is really needed otherwise turn it off

    If you are calling a recursive stored procedure or a recursive function in...

  • RE: Temporary Table Column Name

    I am not an specialist in Reporting services but I believe you are approaching the problem the wrong way. You should be able to perform a simple select returning a list of...

  • RE: changing data type

    Oh and one more thing

    When you said: I can INSERT/SELECT 15 million rows in minutes ...

    I hope you meant :  I can SELECT INTO ....

    The amount of logging on...

  • RE: How to find Last Friday without using sp

    Not sure again I am guessing govinn meant to put those expressions as the predicate of the where clause!

    SELECT * FROM TABLE WHERE

    CASE WHEN (DATEPART(DAY,GETDATE()) < 8 AND DATENAME(WEEKDAY,GETDATE())...

  • RE: changing data type

    Yes, you have to make sure you get all permissions, triggers, indexes, keys, and so on, but that is why I use EM to create the original script.

    And the...

Viewing 15 posts - 2,791 through 2,805 (of 5,103 total)