Forum Replies Created

Viewing 15 posts - 12,331 through 12,345 (of 26,486 total)

  • RE: Statement giving tempdb space errors - help!

    How big is tempdb and how big is the disk drive (or lun) that it is on? What else is on thid disk drive or lun?

  • RE: How to split Delimited text

    Sean Lange (4/30/2012)


    MaverickMan (4/30/2012)


    Thank you all for providing such wide variety of solutions to this problem. Performance is not the need for our problem so it will work with any...

  • RE: Why cant I reference a column in a SQL Cursor?

    blandry (4/30/2012)


    Ah, Gotcha...

    I got a couple great suggestions and some guideance off another SQL site and I am pursuing that right now. If I get stuck I will try...

  • RE: trouble with Max date and detail tables

    Really don't have enough information to really help. Please read the first article I reference below in my signature block for the information we need and how to post...

  • RE: Today's Random Word!

    Peter Trast (4/30/2012)


    EL Jerry (4/30/2012)


    Daniel Bowlin (4/30/2012)


    anthony.green (4/30/2012)


    capn.hector (4/27/2012)


    SQLRNNR (4/27/2012)


    EL Jerry (4/27/2012)


    Lynn Pettis (4/26/2012)


    Freedom!

    Wallace?

    Gromit

    tie down

    kangaroo

    captain

    Ship.

    Wreck

    Iceberg

  • RE: Why cant I reference a column in a SQL Cursor?

    blandry (4/30/2012)


    Wow...

    Thanks for the replies, and the advice. I made the cursor READ_ONLY, presuming that would help improve things - but if you guys are saying "Dont use cursors",...

  • RE: Delete duplication with where clause condition

    iBar (4/30/2012)


    Hi,

    There were 7 rows and after deletion there are 6 rows. So i can't understand your question.

    Note: Question and Query is based on data at the time of query...

  • RE: sql server 2005

    Error message is telling you exactly what to do.

  • RE: Why cant I reference a column in a SQL Cursor?

    First of all, your fetch into has to have variables for all the columns you have defined in your select list for the cursor. You then use the appropriate...

  • RE: Interview question

    k.subramanyam1017 (4/30/2012)


    I'm really sorry for what I had done. I'm new to this and I have a doubt on this and so I posted that question, If any one knows...

  • RE: Interview question

    Another would be Notification Services. You could install it on SQL Server 2005 but not on SQL Server 2008.

  • RE: Datetime NULL Report Parameter

    is250sp (4/30/2012)


    I have a datetime report parameter named @due_date with "allow null value" checked. In my where clause I have the following.....

    where rehire_dt = @due_date

    During runtime when I have...

  • RE: covering indexes

    Unfortunately, no one is asking the obvious question. What is the problem you are having or trying to solve?

  • RE: First date of month for all date

    adonetok (4/30/2012)


    I create a function as below.

    It is working but I do not think it is the best way.

    create FUNCTION [dbo].[GetFirstDayOfMonth] ( @myDate DATE )

    RETURNS varchar(20)

    BEGIN

    declare @tempdate varchar(20)

    set @tempdate=...

  • RE: Are the posted questions getting worse?

    Okay Steve, I submitted my QotD this morning. You may need to do some fiddling with the image. If you have any questions, drop me an email.

Viewing 15 posts - 12,331 through 12,345 (of 26,486 total)