Forum Replies Created

Viewing 15 posts - 1 through 15 (of 22 total)

  • RE: Online formatting for Articles causes words to be cutoff

    hmmm...it may just be the inability to scroll to the right...it just so happens to be too wide for my online mail UI.

    might not be an issue with your HTML...



    The ~BEST~ solution is always the simplest one!

  • RE: Online formatting for Articles causes words to be cutoff

    Thank YOU!!!! (a thousand times)

    By the way...the same symptoms come through on the daily newsletters. Most days, the editorial section is plagued by the same type of "right side"...



    The ~BEST~ solution is always the simplest one!

  • RE: How to find the parameters passed in stored procedures

    ...also...shouldn't have to say...but I will add anyway

    Be ~PAINFULLY~ carefull when working with any of the system objects !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!



    The ~BEST~ solution is always the simplest one!

  • RE: How to find the parameters passed in stored procedures

    The parameters for a stored proc are kept in the sys_columns table of a given database.

    The following query can be used to review the basic schema (user created stuff) for...



    The ~BEST~ solution is always the simplest one!

  • RE: Digging Into Access Performance

    If you're just trying to compare what native Access will do with SQL data, then you're basically correct.  Native Access with linked SQL tables will suffer greatly at the hands...



    The ~BEST~ solution is always the simplest one!

  • RE: XP_Sendmail

    As minor as it may seem...that's still a solution.

    It's usually the simple things that are overlooked when something is causing a problem.

    Many times (myself included) folks take off on the...



    The ~BEST~ solution is always the simplest one!

  • RE: XP_Sendmail

    Helpful hint:

    Please post your solution.

    Even though you fixed the problem yourself, your solution may, in fact, help someone else down the road.



    The ~BEST~ solution is always the simplest one!

  • RE: sqlserver login pblm from asp.net

    Using your regular ASP connection as an example:

    Set objConn = Server.CreateObject("ADODB.Connection")

    strConnection = "DSN=[data source name];Database=[database name];"

    strConnection = strConnection  & "UID=;PWD=[password]"

    The "UID" and "PWD" in this connection string need to...



    The ~BEST~ solution is always the simplest one!

  • RE: sqlserver login pblm from asp.net

    Post a sample of the connection string that is being used in the ASP.NET page/application...



    The ~BEST~ solution is always the simplest one!

  • RE: Report automation and distribution via Jobs on the Server

    Got it!

    My apologies to racosta, I didn't read the xp_sendmail specs in Books Online.

    I've already tested and it's exactly what I wanted.  This is for basic alerting and things...



    The ~BEST~ solution is always the simplest one!

  • RE: Report automation and distribution via Jobs on the Server

    Administration:  I only have one server so that's easy

    Reports:  I am not talking about administrator reports...I am talking about end user type stuff...my original email mentioned a Sales report that...



    The ~BEST~ solution is always the simplest one!

  • RE: Can't Debug a Stored Proc

    All right:

    1.) went through the DCOM settings on the server

    2.) made sure DLL's were registered on client

    3.) even reinstalled SQL Server client tools...

    It still doesn't work. I'm back...



    The ~BEST~ solution is always the simplest one!

  • RE: Can't Debug a Stored Proc

    found it...

    http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B280101



    The ~BEST~ solution is always the simplest one!

  • RE: Can't Debug a Stored Proc

    OK, since the service is starting as "Administrator" I went down to the server and tried to debug in query analyzer...it worked!

    Since I'm a freshman at SQL Server, I'll need...



    The ~BEST~ solution is always the simplest one!

  • RE: Can't Debug a Stored Proc

    NO, it's actually being started under the domain Administrator's login.



    The ~BEST~ solution is always the simplest one!

Viewing 15 posts - 1 through 15 (of 22 total)