Viewing 15 posts - 5,461 through 5,475 (of 49,552 total)
Lowell (6/29/2015)
the funny thing is, that NC index gets used a lot when i look at the index stats
Yes, it will. Doesn't mean it's useful.
If you create 5 identical indexes...
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 30, 2015 at 1:29 am
99%+ IO subsystem.
That can be anything from a filter driver to the HBA drivers, switch firmware, cables, controllers, SAN cache, disks and everything in between.
Make sure drivers and firmware is...
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 30, 2015 at 1:27 am
Please note: 6 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 28, 2015 at 12:40 pm
Huh?
If you don't know what the value should be, how can anyone else?
Why the last entered ID value? What's the purpose? What are you trying to do here?
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 27, 2015 at 11:46 am
If you don't feel like the alert is useful, disable 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
June 27, 2015 at 6:24 am
Not following.
If I insert 'This is a string' into that table, where does the ID come from for the IDCopied field?
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 27, 2015 at 1:58 am
Personally I'm glad to see that change. Not everyone works with data warehouses. 463 is specifically SSIS, MDS and DQS, while I causally use SSIS from time to time, I'm...
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 27, 2015 at 1:55 am
Jack Corbett (6/26/2015)
Why no submission this year, Gail?
Ask me over coffee sometime, somewhere.
Are you going to be there?
I don't know. Company won't pay for me 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
June 26, 2015 at 2:39 pm
jasona.work (6/26/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 2:28 pm
ken.trock (6/26/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 1:21 pm
myjobsinus (6/26/2015)
Thanks i created a function to split the string and that worked.
Don't write your own, odds are it's using one of the more inefficient methods. Use the one...
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 1:17 pm
jasona.work (6/26/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 1:14 pm
Why would you want more than 20% of you memory to not be used? Surely the point is to ensure that the data cache is used, not that SQL is...
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 1:09 pm
It's not data types that are the problem. It's that IN doesn't work that way.
Column IN (@Variable), because there's only one variable in the brackets, means Column = @Variable, and...
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:43 am
The 'exit' statement that I made when I left the bank (after 4 years of working there and ~2 weeks of being intermittently belittled and insulted by some of the...
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:27 am
Viewing 15 posts - 5,461 through 5,475 (of 49,552 total)