Forum Replies Created

Viewing 15 posts - 16 through 30 (of 48 total)

  • RE: PSTOOLS (PsExec) and SQL Server Agent 2008

    Excellent thanks that was it!

    Steve

  • RE: CTE Vs. Views

    Early versions of tables caused such odd performance problem, I developed an aversion to them. Please tell me more about the table returning functions, they seem not to have...

  • RE: CTE Vs. Views

    I agree with your second paragraph. Code reviews are helpful and knowledge of the environment is important. I even think the idea of one-off coding is correct. ...

  • RE: Changing dates to Integers

    That was my first reaction - show me the benchmark.

    😎

  • RE: Changing dates to Integers

    our bi team insists on converting all dates to integers and they say they are easier to use. I as the DBA thought what you just wrote but I...

  • RE: Changing dates to Integers

    lowell the second one 20100604 as an integer over just a datetime column

  • RE: Changing dates to Integers

    advantage. Is it easier to use? Take up less space? Create better indexes?

    so instead of storing '06/04/2010 14:06' as a date time or small date...

  • RE: SQL Server Ranking Functions

    Thanks to all this is why I subscibe to learn something and I learned a lot from this article and subsequent discussion.

    steve

  • RE: SQL Server Ranking Functions

    Thanks for the reply and I would agree those constants would be a great additions!

  • RE: SQL Server Ranking Functions

    Nice and helpful article - Thanks. Just Curious...

    To select eligible candidates in the first select you say

    select * from @Candidates where MeetsEligibility = convert(bit,1);

    Why do you convert the...

  • RE: Certification paths

    Thanks Steve. Exactly the info I needed.

    Happy New Year to you and all at SQL Central.

  • RE: simple UNION ALL question

    I'm curious why you used the data type text and not varchar(255) or a smaller value? Is there a need for very large character data and that's why text....

  • RE: SQL Server 2008 and Windows Server 2008

    Is this a virtual or real server? We had some slowdowns on Virtual Servers. It is Windows 2008 SQL Server 2008 SP1.

    Also, On another install that...

  • RE: grouping case statements

    Beware of combining zip codes and county codes the boundaries are different. 19010 is Bryn Mawr Pa. It is located in Delaware (FIPS 42045) and Montgomery (FIPS 42091)...

  • RE: SSRS in Management Studio 2008

    Thanks for the response and some comfirmation of what I was seeing. I need to create Data driven subscription and I don't know that wizard works on web site,...

Viewing 15 posts - 16 through 30 (of 48 total)