Forum Replies Created

Viewing 15 posts - 811 through 825 (of 2,010 total)

  • RE: Query sysfiles on other servers?

    See my response to your other question here...http://www.sqlservercentral.com/Forums/Topic738566-8-1.aspx

    -Luke.

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Database size of databases located on other servers in same network?

    You could create linked servers to the other machines and query those databases like you query the local one except using the 4 part naming syntax... servername.database.schema.object

    -Luke.

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Select query not returning decimal numbers

    I'm assuming you're using access due to the large number of exclamation points and unnecessary parenthesis. Please correct me if I'm incorrect.

    More than likely you are having some data...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Preventing Unauthorized Admin Access

    I've seen this handled 2 ways.

    1) remove the built in admin account rights from SQL. This can be done and if you google or search this site...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: SQL Reports and Formating times

    In the textbox that you are displaying the results of the calculation, use the format property.

    Setting the format property to t should get you what you're looking for.

    -Luke.

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Using the Hidden property in an expression

    Bruce can you provide a bit more information on what you're trying to accomplish?

    If you're trying to create a toggle switch that would expand all or collapse all you might...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Report parameter label not retaining values

    It seems like you may be having some parameter dependence issues. Does you x parameter depend on how another parameter is set? If so, you need to make...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Report Never Finishes

    You could do a few things like take a trace and see what the actual queries are that are running against your database. Also, although it's unsupported, in the...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Account gets locked out

    State 8 means a bad password is being used... see the following http://msdn.microsoft.com/en-us/library/ms366351.aspx

    Recheck that the proper credentials are being passed. Check a trace to see where the bad passwords...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Are the posted questions getting worse?

    Please go boil your head

    Almost fell off my seat...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Are the posted questions getting worse?

    ps (6/16/2009)


    no i'm getting all updated posts if i click on posts added today.

    except this thread.. also tried to refresh by ctrl+F5.. same results...

    Same here, getting updated lists of posts...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Are the posted questions getting worse?

    Alvin Ramard (6/16/2009)


    ps (6/16/2009)


    i cant find this thread in the main forum? only from my email notifications i can read it. Has this been removed from main forum?

    It's there. ...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Data flow task from SQL to MySQL

    Yup, that happens, particularly when it seems you've been banging your head against a wall for a while on the same issue. You end up "knowing" you already did...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Data flow task from SQL to MySQL

    I'm not a MySQL expert, as I've mostly dealt with PostgreSQL on the open source front, but any chance you have it locked down by IP or something? I...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Remote SQL database accesss using PHP

    Sure, you just need to enable a few things in your config...

    Here's[/url] an article that steps you through it...

    -Luke.

    To help us help you read this[/url]For better help with performance problems please read this[/url]

Viewing 15 posts - 811 through 825 (of 2,010 total)