Viewing 15 posts - 5,476 through 5,490 (of 49,552 total)
Can you post the execution plan please, not a picture of part of it?
Index and table definitions would also be useful.
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
June 26, 2015 at 9:16 am
Please note: 7 year old thread.
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
June 26, 2015 at 6:13 am
Labour law where I live mandates 30 day notice period for resignations, so it's more a case of notify management, find out whether they require you to work the notice...
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
June 26, 2015 at 6:00 am
I've gone partially kindle (well, kindle for the iPad), partially paper for books. If I've started a series in paper, I want the entire series that way. If I've started...
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
June 26, 2015 at 4:03 am
Query Shepherd (6/26/2015)
how can i explain my Boss that triggers are evil und only usefull for auditing purposes.
Since they're not automatically evil and are useful for a lot more than...
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
June 26, 2015 at 3:42 am
sgmunson (6/25/2015)
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
June 26, 2015 at 3:36 am
SQL-DBA-01 (6/25/2015)
Even I too knew but elder folks like to argue on the matter, so now I will paste the links for them to know.
Excuse me?
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
June 26, 2015 at 2:33 am
SQL-DBA-01 (6/25/2015)
ignoring the non clustered indexes as those are taken care of by the Clustered indexes.
No they're not. Rebuilding the clustered index doesn't affect nonclustered indexes in any way.
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
June 25, 2015 at 4:11 pm
SQLBill (6/25/2015)
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
June 25, 2015 at 3:59 pm
Bookshelf 2
There's a lot of empty spaces because of the recent cleanup and trip to the 2nd hand bookshop. Still piles of books in my bedroom which need to be...
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
June 25, 2015 at 1:09 pm
As promised, the bookshelves.
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
June 25, 2015 at 1:05 pm
jralston88 (6/25/2015)
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
June 25, 2015 at 1:05 pm
Firstly, repair_rebuild is not going to do a damn thing.
repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (EDW_ShoreTel).
and that's the same for both DBs
Try repair_allow_data_loss...
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
June 25, 2015 at 12:44 pm
Guras (6/25/2015)
But the data file is set to unlimited growth so why is it saying full?
Possibly because it couldn't grow fast enough, possibly because there isn't space on the disk,...
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
June 25, 2015 at 10:35 am
It'll be 2TB, not 2GB and that's the max size that a transaction log file can reach, so it's the same as unlimited.
btw, the error was telling you the data...
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
June 25, 2015 at 10:03 am
Viewing 15 posts - 5,476 through 5,490 (of 49,552 total)