Forum Replies Created

Viewing 15 posts - 1,906 through 1,920 (of 7,164 total)

  • RE: Export all tables of database to Excel

    Just fixing up the link for future onlookers:

    http://www.sqlservercentral.com/Forums/Topic1206241-1291-1.aspx

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Need the details of the following concepts use in reporting services

    Google each one of those phrases and lookup how to capture each bit of info, over time. Then, once you have a process to capture that information over time you...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL SERVICE

    service account password changed, server rebooted over weekend and failed to start due to login error

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Issue with OSQL

    A few things:

    1) osql is deprecated in SQL 2005. Consider switching to use sqlcmd or bcp for this work.

    2) accessing the file system from T-SQL can create some scenarios...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Agent Jobs Query

    SQL Server Books Online (BOL) is almost always my first stop when wanting to learn more about a feature of SQL Server. Here is a link to an article in...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Query Help

    What do you mean by "saved the project"?

    issues but I saved the project and now I have no idea how to open all the lines of code. I know it...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: How to automate validation process

    sql_er (2/15/2013)


    Hi,

    We have the following scenario: We receive CSV files every month for which SSIS packages were built to process the data. The following problems occur from time...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Query Help

    Is it MySQL that you are working with? This site is dedicated to Microsoft SQL Server. You may have better luck on the MySQL.com Forums[/url].

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Sql server database tools ?????/

    Not cheap, but Visual Studio 2010 Ultimate Edition has some very slick Load Test tools.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Grant Users Permissions at Server Level

    zsarv (2/16/2013)


    Thanks for the response.

    The role for the administrators is not a problem as sysadmin would be what I'd want and is done at the server level. For the...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Agent Jobs Query

    Have you tried your SQL 2000 query on 2008? The system tables that support haven't changed much with respect to determining job success or failure, if at all.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: PF Usage of RAM reaches near to the maximum memory of the Server frequently

    I think you might be misunderstanding what those numbers mean. Please read this entire article including how to monitor the existing and calculate an optimal page file size on Server...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: How to export data from SQL in ad hoc way and have the data be emailed to user as csv/xls?

    Books Online details the required permissions and if you have any doubts I am sure it is nothing running a few tests can't answer for you.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Reading Data From XML through Script component

    I think XMLReader is going to scale better because it dies not have to load the entire file into memory to work with it, but in using it you're signing...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Best way to insert into two related tables?

    How many violations are needing to be submitted at one time from the front-end? Or are you passing them to the database one-at-a-time? I am thinking table-valued parameters may be...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 1,906 through 1,920 (of 7,164 total)