Forum Replies Created

Viewing 15 posts - 2,341 through 2,355 (of 5,841 total)

  • RE: SQL Server 2005 Paging – The Holy Grail

    Sorry, but at first blush I think parameter sniffing (without some other query addition) could totally screw you here. Maybe an OPTION (RECOMPILE) could help, depending on what version...

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

  • RE: Need A Tool to Reverse Engineer an ERD

    >> The developers, now they really should have a complete understanding of what they just did and they are the people who should be responsible for production of the ERDs

    It...

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

  • RE: Count of Unique Row Combinations

    tajrin (10/25/2013)


    tnx for the reply, some more questions please:

    1...Is it possible to get 3 as a final result....ie the total number of different combinations?

    2...why did you comment out the pipe...

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

  • RE: SQL 2012 v SQL 2014 - is it worth going for 2014?

    Yeah - AG is Availability Group. Stuff with the Always On sphere.

    That you asked that question has me a bit concerned. Implementing ANY form of HA/DR...

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

  • RE: slowly runnig querie

    first thing is to get sp_whoisactive (v11.11 I think is latest version. see sqlblog.com for it and also a 30 day blog post series by Adam Machanic on it's awesomeness).

    look...

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

  • RE: SQL 2012 v SQL 2014 - is it worth going for 2014?

    Griffster (10/22/2013)


    Yes, we will be buying the Enterprise Edition. Looks like it would be worthwhile then so long as it's not too long a wait. If the release will be...

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

  • RE: SQL 2012 v SQL 2014 - is it worth going for 2014?

    Griffster (10/22/2013)


    We're at an embryonic stage with a big BI project really, and are planning on re-working all our internally developed web applications utilising SharePoint (especially SharePoint workflow designer for...

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

  • RE: Reporting Services Disaster Recovery

    please start a new thread instead of commenting on a 3 year old one

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

  • RE: HADR solution for DW DB of huge size on TBS

    Minaz (10/13/2013)


    Thanks Kevin , If I consider only HA solution , is fasttrack databases support all the features of MS SQL Server 2012 ( Always ON) ?

    If yes, do the...

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

  • RE: best data modeling tool

    Grant Fritchey (10/13/2013)


    Another vote for Embarcadero ER Studio. It's a very solid tool.

    You might also want to look at SQL Dependency Tracker from Red Gate. It's not a modeling tool,...

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

  • RE: index scan vs seek

    Snargables (10/11/2013)


    i have a table that has 600 mill recs. i have an update to it that modifies 79 k records a day. Up to last saturday at 8am this...

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

  • RE: best data modeling tool

    ekant_alone (10/10/2013)


    Hello,

    I am looking for a cheap and highly efficient data modeling tool for my SQL server 2008 r2 and 2012 environment. my employer's infr contains postgres, oracle and SQL...

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

  • RE: HADR solution for DW DB of huge size on TBS

    Minaz (10/11/2013)


    Hi Experts,

    In my environment we are hosting a new projects which is DW and also a very bulky DBs in TBs.

    > what type of HADR solution is available for...

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

  • RE: Add a time to a datetime

    Look up DATEADD in Books Online. You can also CONVERT the date to a string and concatenate a string representation of the time and then CAST all that back...

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

  • RE: AlwaysOn Availability Groups

    Best of luck in your endeavor.

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

Viewing 15 posts - 2,341 through 2,355 (of 5,841 total)