Forum Replies Created

Viewing 15 posts - 106 through 120 (of 122 total)

  • RE: passing value question

    I was trying out ..:

    exec (@sql)

    SELECT CONVERT(int, @sql)

    SET @CardCount = @sql

    But yours did the trick.

    Thanks PW.

    -----------------------------
    www.cbtr.net
    .: SQL Backup Admin Tool[/url] :.

  • RE: sql fixed and standard role

    Marshall,

    Thank you for your response, it all makes much better sense now.

    -----------------------------
    www.cbtr.net
    .: SQL Backup Admin Tool[/url] :.

  • RE: database migration

    Todd, Thanks.

    That's the game plan I have as well, I was hoping there would be some SQL migration tool like they have for Windows ...

    -----------------------------
    www.cbtr.net
    .: SQL Backup Admin Tool[/url] :.

  • RE: The Challenge: Litespeed v TDPSQL

    dude, what the hell? you didn't try redgate sql back 4.1 or any of those other product because you want to make sure you can restore the database?  WTF is...

    -----------------------------
    www.cbtr.net
    .: SQL Backup Admin Tool[/url] :.

  • RE: Help (Date)

    select * from table1 where DateCol between '2/03/2006' and '12/03/2006'

    that should get you the date between those two time frames.  Good luck.

    -----------------------------
    www.cbtr.net
    .: SQL Backup Admin Tool[/url] :.

  • RE: displaying the text inside a sproc

    yeah I was looking at that sp_helptext, thought about trying another SQL analyzer app, but looking at the sproc itself, its hard coded for 255 char.

    Thanks for the help, everyone.

    -----------------------------
    www.cbtr.net
    .: SQL Backup Admin Tool[/url] :.

  • RE: displaying the text inside a sproc

    Scorpion_66, if you can find the table please let me know.  I will look in BOL to see if the information is in there.

    Lucky, thanks for telling me about sp_helptext...

    -----------------------------
    www.cbtr.net
    .: SQL Backup Admin Tool[/url] :.

  • RE: Question of the Day for 22 Mar 2006

    I selected A as the answer:

    1 (A).

    Schema1    Table1dbo        Table1
    My coworker suggested B as the answer but I know...

    -----------------------------
    www.cbtr.net
    .: SQL Backup Admin Tool[/url] :.

  • RE: Question of the Day for 24 Jan 2006

    Choice C is:

    The POWER function requires a parameter of either "HIGH" or "LOW"

    -----------------------------
    www.cbtr.net
    .: SQL Backup Admin Tool[/url] :.

  • RE: getdate() frustration

    PW, once again, thank you.

    I was looking at the other functions (datediff, datepart, etc ...) and didn't look at convert.

    -----------------------------
    www.cbtr.net
    .: SQL Backup Admin Tool[/url] :.

  • RE: limiting update statement

    hrmm not sure what happen to my other post but that was pretty damn easy.  I spent over 2 hours trying to figure this darn update statement out.

    I appreciate your...

    -----------------------------
    www.cbtr.net
    .: SQL Backup Admin Tool[/url] :.

  • RE: limiting update statement

    Yes the table does have a PKID for column cardnbr.  Other than that, that's it.

    -----------------------------
    www.cbtr.net
    .: SQL Backup Admin Tool[/url] :.

  • RE: limiting update statement

    thanks for your response.

    vendor is a column in the JackInTheBox table ... could you please expand further?

    Thank you.

    -----------------------------
    www.cbtr.net
    .: SQL Backup Admin Tool[/url] :.

  • RE: Q: setting a variable in DTS

    thanks, I will give it a shot later this afternoon.

    -----------------------------
    www.cbtr.net
    .: SQL Backup Admin Tool[/url] :.

  • RE: Q: setting a variable in DTS

    Bellis, will that give me the yyyy/mm/dd format?

    -----------------------------
    www.cbtr.net
    .: SQL Backup Admin Tool[/url] :.

Viewing 15 posts - 106 through 120 (of 122 total)