Forum Replies Created

Viewing 15 posts - 2,371 through 2,385 (of 2,469 total)

  • RE: what exactly are cursors, the actual mouse pointed in client app?

    It means that not everyone loves a smartarse.....

    Take heart Remi - I'm sure you have the gratitude and admiration of the zillions of people you've helped this past year...who needs...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: TSQL HELP NEEDED

    can you post a sample row and desired MemberSeqNbr ?!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Generatin tourism file numbers

    Until someone comes up with a better solution - create a stored procedure to format the next number and insert into table by passing the input service date:

    1) Declare variable...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: windows 2000 to 2003

    You're welcome! Maybe you can post feedback if this fixes the problem!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Execution Plans

    Ties in well with the other article on "order by" - despite language issues, the step by step approach with snapshots etc. is very easy to understand.







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: TOP 3 Kinda?

    Paully - Vladan's t-sql is your "elegant" solution....







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: windows 2000 to 2003

    Hi - came across this in one of my searches.....

    **********************************************************

    The Oledb32.dll file is NOT upgraded when you upgrade from Windows 2000 to Windows Server 2003?

    When you upgrade from Windows 2000...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: How to use SQL Profiler to filter NULL SQL login names? i.e NT authentication

    Use -

    WHERE username IS NULL







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: INSERT command?

    Have you tried using the dts import/export wizard in Enterprise Manager ?! That should be quickest and easiest.







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: TOP 3 Kinda?

    Great! Thanks for feedback!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: TOP 3 Kinda?

    This is by no means elegant but since the # of categories is UNKNOWN I cannot think you can avoid cursors.....something like this in a stored procedure/UDF ?!?!

    CREATE PROCEDURE Get_Top3

    AS

    DECLARE...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Need help assigning Period dates to Week of Dates

    I hope you can set the datatype to datetime for all your date fields - I don't know how many other tables you are querying but it can really...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Query a column where there are instances of different info

    If there is a possibility of an empty string in that field then:

    SELECT * FROM tblResponses WHERE LEN(Notes) > 0

    would work better!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: DBNULL

    Great!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Need help assigning Period dates to Week of Dates

    are the "periodbegindate" and "weekofdate" columns smalldatetime datatypes ?!







    **ASCII stupid question, get a stupid ANSI !!!**

Viewing 15 posts - 2,371 through 2,385 (of 2,469 total)