Viewing 15 posts - 631 through 645 (of 5,841 total)
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
November 15, 2016 at 12:38 pm
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
November 15, 2016 at 10:32 am
Sangeeth878787 (11/15/2016)
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
November 15, 2016 at 9:17 am
chrisfradenburg (11/15/2016)
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
November 15, 2016 at 9:16 am
Jimmy M (11/15/2016)
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
November 15, 2016 at 9:10 am
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
November 15, 2016 at 7:36 am
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
November 14, 2016 at 8:05 pm
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
November 14, 2016 at 1:03 pm
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
November 14, 2016 at 12:58 pm
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
November 14, 2016 at 10:43 am
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
November 12, 2016 at 1:41 pm
homebrew01 (11/11/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
November 11, 2016 at 2:55 pm
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
November 10, 2016 at 12:05 pm
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
November 10, 2016 at 12:03 pm
Viewing 15 posts - 631 through 645 (of 5,841 total)