Forum Replies Created

Viewing 15 posts - 631 through 645 (of 5,841 total)

  • RE: Log Shipping: From SS2014 Server to SS2016 Server?

    IIRC the SQL Server AGENT service login account must have the permissions to the network share, not the SQL Server service login.

    BTW, did you try a test restore (or...

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

  • RE: Enterprise Edition DB not growing despite available disk space

    Lynn Pettis (11/15/2016)


    Or, create a new file group and file and drop and recreate the nonclustered index(es) in the new file group.

    I already suggested that as a solution but with...

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

  • RE: All SQL JOBS Status

    Sangeeth878787 (11/15/2016)


    Hi,

    I am not into DBA, but I got a task to create view/table to display all the jobs live status to display to Non Technical Team. Could any one...

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

  • RE: Enterprise Edition DB not growing despite available disk space

    chrisfradenburg (11/15/2016)


    We can't empty that file because it has the system objects. That may move the user objects but I'm not sure.

    I'm also curious as to why it wouldn't...

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

  • RE: Is it possible to limit Maximum Workspace Memory or the portion of it allocated to a single query?

    Jimmy M (11/15/2016)


    Oh yes.

    In the few reports I have looked at, deep down in the plan there is typically a hash join that is estimating that millions of rows will...

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

  • RE: Enterprise Edition DB not growing despite available disk space

    I will assume the problem is because some of that index is on the locked-down file. I don't know if the shrink-file-and-empty-it-process can be used to get all of your...

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

  • RE: Query

    You still need to provide expected outputs for the given rows you provided.

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

  • RE: Enterprise Edition DB not growing despite available disk space

    http://stackoverflow.com/questions/20129001/see-what-data-is-in-what-sql-server-data-file

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

  • RE: Enterprise Edition DB not growing despite available disk space

    1) Was the error message you posted the ENTIRE message? If not please provide.

    2) What objects exist on the 25MB file?

    3) What is tempdb configuration on both servers?

    4) Where there...

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

  • RE: Query

    sqlfriends (11/14/2016)


    I attached the sample data. So far we only consider school year 2016.

    I'm pretty sure you can't put N'NULL' into the ChangeDate columns. Not sure what you used to...

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

  • RE: Is it possible to limit Maximum Workspace Memory or the portion of it allocated to a single query?

    I didn't reread the thread in detail, but have you checked estimated and actual rows at various points in the query plan to see if something is causing them to...

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

  • RE: Query

    I agree with Phil.

    But here is some psuedocode that may help

    select student

    from truantstudents

    where ts.dayoutofschool > (write a predicate for 30 days prior to today)

    group by student

    having count(*) in (2,3)

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

  • RE: Benefits of SQL 2014/2016 over 2005 ??

    homebrew01 (11/11/2016)


    One thought. Is there any SQL 2005 syntax or other features that will fail on SQL 2016 ??

    For instance, we have some tables with datatype TEXT, which I think...

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

  • RE: log shipping - encrypt connections

    Just modify log shipping and zip/encrypt the files and move them yourself. Easy-peasy and I have done this at a number of clients over the years (including one that had...

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

  • RE: Benefits of SQL 2014/2016 over 2005 ??

    Getting supported RAM up to 128GB is a HUGE deal for most instances, although you did say a small website so this may not be that important.

    Binoogle "sql server...

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

Viewing 15 posts - 631 through 645 (of 5,841 total)