Viewing 15 posts - 5,056 through 5,070 (of 49,552 total)
Ed Wagner (8/11/2015)
Here's a quote I don't think I've every seen before:
Unfortunately I get your code...
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
August 11, 2015 at 8:20 am
Eric M Russell (8/11/2015)
GilaMonster (8/11/2015)
Grant Fritchey (8/11/2015)
mohan_padekal (8/11/2015)
First i updated Statistics of DataMaster table then try to execute the script that time getting error
Updating statistics won't...
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
August 11, 2015 at 7:19 am
Grant Fritchey (8/11/2015)
GilaMonster (8/11/2015)
Grant Fritchey (8/11/2015)
Just saw the news. Congrats Gail.
It's a side effect of the dissertation, my supervisor and I distilled the 160 page dissertation down into 10 pages...
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
August 11, 2015 at 7:12 am
Grant Fritchey (8/11/2015)
Just saw the news. Congrats Gail.
It's a side effect of the dissertation, my supervisor and I distilled the 160 page dissertation down into 10 pages and submitted it...
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
August 11, 2015 at 6:52 am
Koen Verbeeck (8/11/2015)
GilaMonster (8/11/2015)
Koen Verbeeck (8/11/2015)
Dammit!😀
I blame the slow internet connection. 😀
You mean my slow internet connection?
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
August 11, 2015 at 6:46 am
Koen Verbeeck (8/11/2015)
Dammit!
😀
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
August 11, 2015 at 6:39 am
And in unrelated news, something of moderate interest might be happening this afternoon/tonight (depending on timezones). Watch twitter.
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
August 11, 2015 at 6:38 am
Grant would love this query. Views within views within views with a CTE and a temp table for good measure. Parse time is around 45 seconds.
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
August 11, 2015 at 6:36 am
Grant Fritchey (8/11/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
August 11, 2015 at 6:35 am
Don't go by the cost %. If you use STATISTICS TIME, which query in the batch is taking the longest time?
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
August 11, 2015 at 3:58 am
Grant Fritchey (8/11/2015)
mohan_padekal (8/11/2015)
First i updated Statistics of DataMaster table then try to execute the script that time getting error
Updating statistics won't change the names of...
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
August 11, 2015 at 3:44 am
mohan_padekal (8/11/2015)
Getting this error while execute the scriptMsg 207, Level 16, State 1, Line 24
Invalid column name 'last_rows'.
Just remove the last_rows from the select clause then run it. That...
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
August 11, 2015 at 3:43 am
You need to either create that path so that the file can be created, or start SQL in single user mode (remote in to the server and work directly) 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
August 10, 2015 at 2:41 pm
Welsh Corgi (8/10/2015)
I had a Loop to limit the batch size.
If you want it in a transaction so you can roll it back, it is pointless to do it in...
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
August 10, 2015 at 2:36 pm
Yes it is. Add in to the OR set OR a.TRANSTYPE IS NULL and replace b.SERVTYPE = ' 5' with (b.SERVTYPE = ' 5' OR b.SERVTYPE IS NULL)
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
August 10, 2015 at 9:55 am
Viewing 15 posts - 5,056 through 5,070 (of 49,552 total)