Forum Replies Created

Viewing 15 posts - 691 through 705 (of 2,486 total)

  • RE: Storing credit card information

    Best advice I can offer is to palm off the payment handling to one of the few websites that are already setup for this.

    If you have to take the...

  • RE: Estimating Tempdb space for a query

    How about posting the query and the tables involved. Maybe we can come up with a solution that reduces your tempdb usage.

     

  • RE: Index already exists - EM bug?

    One thing you get to know pretty quickly if you use EM for your development tool. Refresh, Refresh, Refresh and once more Refresh.

     

  • RE: Index already exists - EM bug?

    This is the dreaded Enterprise Manager refresh problem is it?

     

  • RE: Getting Server UnAvailable Error

    I'd be seriously considering talking to these users and working out what they're doing with 4-5 months worth of data in one report thats 500 pages long.

    Is this an...

  • RE: Administration

    With that select statement, you're telling the server to give you everything and it's returning in 30 seconds. I don't know about anyone else, but if my 50 column table returned...

  • RE: Getting Server UnAvailable Error

    The best "fix" is re-analyse the purpose of the report and how the data is going to be used. I don't know of anyone in their right mind that would...

  • RE: help needed with xp_cmdshell

    What account(s) are you using for the SQL Server and SQL Server Agent services? If you're not using LocalSystemAccount with 'Allow service to interact with desktop' enabled, then you'll never...

  • RE: I hope someone will help me with xp_cmdshell

    There is no need to create an new thread referring to a post you've already started.

    Just reply to the same thread saying that you still need help and it will show...

  • RE: I hope someone will help me with xp_cmdshell

    There is no need to create an new thread referring to a post you've already started.

    Just reply to the same thread saying that you still need help and it will...

  • RE: Problem with Login info

    Hmm ... that would be because you're querying the syslogins view which is based on the sysxlogins table.

    The isntname column is derived from the xstatus column in sysxlogins using a bitwise...

  • RE: Query Analyzer Extended

    For the identifier delimeters (brackets), in Query Analyzer, got Tools|Options and on the Script tab you can choose from,

    Version dependent

    None

    [] -- 7.0 compatible

    " " -- 6.5 compatible

    For point...

  • RE: DTS package to send alert e-mails

    "have you ever successfully used xp_smtp_mail on a server that didn't have IIS and SMTP services running"

    Yes, we have one that resides of the domain in its own workgroup with...

  • RE: DTS package to send alert e-mails

    raj, in your current trend of following up my posts with this message, I thought I'd point out a thread you seem to...

  • RE: Query Analyzer Extended

    "You should be aware - no matter what format you use to create a table Query Analyzer or Enterprise Manager will always return your code in First format"

    This is not...

Viewing 15 posts - 691 through 705 (of 2,486 total)