Forum Replies Created

Viewing 15 posts - 1,186 through 1,200 (of 2,469 total)

  • RE: debugging a stored procedure

    Aswani - do you first get a warning box saying that "..Debugging may not work properly if you log on as 'Local System Account'..." ?!?!

    If you do, then you have...







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

  • RE: could not restore db to another different computer

    I didn't realize you hadn't created a database first - what were you trying to restore the backup to ?!?!

    Glad that you...







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

  • RE: Null + Running Order Problem

    Indigo - you won't find a better source of information than BOL (books online) -

    about the part that makes the xx increase by 1...

    1) (SUBSTRING(colName, 2, 2) - gives...







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

  • RE: could not restore db to another different computer

    I recently came across this error myself and if I remember correctly, all I did was change the path and filename...so in your restore...try and change the "f:\blah\blah\xxx.MDF" to the...







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

  • RE: String Manipulation

    ..this seemed to work for me...not sure what you have in your variable declarations...?!?!

    declare @varName varchar(10)
    declare @Last_Match_Name varchar(10)
    declare @Last_Char char(1)
    declare @ctr tinyint
    
    set @ctr = 1
    set @Last_Match_Name = ''
    set @varName...







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

  • RE: TRIMing all the Table fields

    maybe there's a better way of doing this but I can only think of looping through all the column names and updating each using a cursor...something like this...

    CREATE PROCEDURE...







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

  • RE: I have to delete excel file to avoid appending to file.

    are you using vb ?! does kill fileName not work ?!







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

  • RE: Conceptual diagram tool

    what about ERwin ?! haven't used it myself but have heard only rave reviews from everyone who has!!!







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

  • RE: transform from sql server table to xls

    something very similar was discussed in another post not too long ago..see if this helps:

    pulling sprocs into .xls







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

  • RE: date format issues

    Also - in your odbc data source administrator in the control panel you can check the box that says "Use regional settings when outputting currency, numbers, dates and times"!!!







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

  • RE: date format issues

    believe it should work if you set the style to 103..

    CONVERT(varchar, '31/12/1994', 103)







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

  • RE: Show only unanswered questions?

    huh ?!?!

    okay - now I really am getting back to work - lest we're accused of slacking off!







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

  • RE: Show only unanswered questions?

    LOL...ok - now that we've established who we are...get back to your "popular screen name"...ssc members might start suffering from remi withdrawal symptoms otherwise...







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

  • RE: Show only unanswered questions?

    think of yourself as rgR'us...makes it easier!







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

  • RE: Show only unanswered questions?

    NO - NO - NO!!!!!!

    Remi gets credit for almost all of those...he plays David to his own Goliath (you know what I mean) - I too wait in line for...







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

Viewing 15 posts - 1,186 through 1,200 (of 2,469 total)