Forum Replies Created

Viewing 15 posts - 44,341 through 44,355 (of 49,552 total)

  • RE: Databsae Performance

    shishirbabel (9/21/2008)


    Thanks for the quick response.

    What my main point is that i am not sure that which indexing to use to make sure that database responds in a very fast...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: How to select data from 2 tables on 2 different SQL server - Need correct query

    Pleasure.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Highest number of SELECT statements on a table

    You can use SQL profiler to capture all the commands that are run against a server. That won't tell you what rows were affected, it will just give you the...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: When is a Database truly a SQL Server 2005 Database?

    Yeah, if the DB is using features that were deprecated in SQL 2000 and removed in SQL 2005. They'll still work in compat mode 80

    Old style joins come to mind...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Databsae Performance

    shishirbabel (9/21/2008)


    Which type of indexing to be used for large databases having more then 100 tables and a capacity to hold more then 10,000,00 records in the system ?

    That's...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: When is a Database truly a SQL Server 2005 Database?

    YSLGuru (9/21/2008)


    When a database with a compatability level of 8 is running on SQL Server 2005 is it truely a database thathas beeen upgraded to SQL Server 2005 or is...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: create db and db diagrams

    Versions of SQL 2005 prior to SP2 don't run properly on Vista and you have RTM there.

    Can you download the SP2 version of express and install that over the version...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: create db and db diagrams

    Please connect to the edition that you're trying to create the diagrams on and run the following:

    select @@version

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Migrate a db from sql 2000 to SQl server cluster 2005

    Update all statistics after you move to 2005, run a DBCC updateusage and I would recommend a CheckDB as well.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: create db and db diagrams

    If you're running 2005 on Vista, being the machine's admin does not guarantee that you are sysadmin in SQL server. You'll have to explicitly add yourself as admin to SQL.

    If...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: New to SQL DBA- Maintenance plan

    Nope.

    That's true of most things in SQL. Once they're deleted, they're gone.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: create db and db diagrams

    Looks like your login doesn't have create database privileges. Are you the admin of that server? If not, can you speak with the admin and see if you have the...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: where is managment studio

    When you installed, did you check the option for the client tools? It should be checked by default.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Database Designing Issues - Need Urgent Help

    shishirbabel (9/20/2008)


    1. I am having lengthy tables of up to 50 columns but all these 50 columns will not contain any redundant values so is it a good idea to...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Database Designing Issues - Need Urgent Help

    Please don't cross post. It just wastes people's time and fragments replies. Many of us read all the forums

    No replies to this thread please, direct replies to:

    http://www.sqlservercentral.com/Forums/Topic573066-361-1.aspx

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

Viewing 15 posts - 44,341 through 44,355 (of 49,552 total)