Forum Replies Created

Viewing 15 posts - 61 through 75 (of 92 total)

  • RE: Finding & removing a space from a string

    True, Calvin's and Greg's code is simpler but less flexible.

    What if you only wanted to to delete multiple spaces?

    i.e.

    'Have a nice day!' to

    'Have a nice day!'

    ...

  • RE: Please HELP

    What version of SQL Server?

    Is this a production database?

    Are you able to connect to the database server and not the database?

    What tool are you using?

    Are your NT services running? ...

  • RE: Log File problem

    All good info at that link but I'll stick to my tried and true...

    If you can shut down the database I've always found that the quickest solution is immediately after...

  • RE: Insert SQL statement into a table

    That's exactly what I did in PHP and it worked fine. Although, it seems to me there was some other character that needed replacing as well.

  • RE: Insert SQL statement into a table

    I ran into this problem a while back. I was building an application in PHP that accessed a SQL Server database and one thing I included was a timestamped...

  • RE: Finding & removing a space from a string

    I made something similar and built it into a function

    -- =============================================

    -- Create scalar function (FN)

    -- =============================================

    IF EXISTS (SELECT *

    FROM sysobjects

    WHERE...

  • RE: MS. Access to SQL Server 2000

    "...so, you might want to consider re-writing the whole schlamele from scratch..."

    Best advice I've heard in this whole thread!

    I've only done a few of these conversions and only one was...

  • RE: Script discussions

    Was this ever implemented?

    It would be nice on the script screen to have a link to a forum thread or to start one. Often it seems that...

  • RE: shrinking a transaction log

    If you can shut down the database I've always found that the quickest solution is immediately after a full backup to use sp_detach_db, delete the physical log file and then...

  • RE: Calculating I/O

    Thanks for the input folks!

    Feel free to continue adding your two cents.

  • RE: Calculating I/O

    Ok,

    Peak traffic? - I don't have that info yet.

    My business? - I'm new so I don't want to say specifically but let's just say that this is the database for...

  • RE: Instant Messaging groups

    Wow! I put a whole lot of 'guys' in that last post. I write goodly!

  • RE: Instant Messaging groups

    I don't think capturing a stream of IM's is workable. You'd get a ton of junk along with a few tips.

    As for Andy's points about you guys monitoring it...

  • RE: Instant Messaging groups

    I realize it's similar to the forum but it has the added advantage of realtime communication.

    Of course, the downside is that unlike the forum you would lose the...

  • RE: How uninstalling MDAC 2.7

    Sorry, should have added that I would never try this on a production server.

    My background was as a DBA at a software development shop and all but one...

Viewing 15 posts - 61 through 75 (of 92 total)