Forum Replies Created

Viewing 7 posts - 5,836 through 5,842 (of 5,842 total)

  • RE: HELP!!! Getting data from two huge tables in a huge DB

    You mentioned doing data mining so I will assume that you actually DO need all the data from the day's join query so you can run it through some mining...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Multiple Databases vs. Minimal Databases

    >> That is correct as long you give the access to the db through application but I have seen the cases sometimes clients want to generate custom reports which requires...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Multiple Databases vs. Minimal Databases

    As long as you include a ClientID in your action queries, it would take a real blunder to delete the wrong data I think.

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Multiple Databases vs. Minimal Databases

    Clearly you would not build an application that required new tables for each client.  The original poster implied (to my belief anyway) that they were redesigning an existing application.  The...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Multiple Databases vs. Minimal Databases

    I currently manage 10K+ databases spread over two servers.  One of them is a reporting/warm standby server that keeps fairly recent data on it from another other server.  It is was...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Error 17803 Severity 20 state 17

    Try setting your maximum memory in sql server to 3GB.

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Can VIEWs bring better performance for our queries?

    Partitioning of some sort is definitely the way to go here for best performance.  Too bad you aren't using SQL2005 - much better support for that there.  But for the...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

Viewing 7 posts - 5,836 through 5,842 (of 5,842 total)