Viewing 15 posts - 21,211 through 21,225 (of 59,072 total)
Barcelona10 (3/19/2015)
hi ,Is it possible to reclaim space after rebuilding indexes(shrinking is not an option).
Thank you advance
No. Not directly. And the indirect method is a huge PITA.
Are you...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 19, 2015 at 9:51 pm
According to the interviews that I've done in the last 3 years of Front-End Developers, Database Developers, and DBAs, the biggest mistake made is not knowing what they don't know...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 19, 2015 at 9:35 pm
NP. At least this ol' brain remembered who showed me. Thanks for the confirmation. 😛
The numeric method won't work on VARCHARs that have non-digit-only characters in them like...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 19, 2015 at 9:08 pm
Apologies for the extreme delay. The following demonstrates one way to do this.
--===== This just creates a table and populates it with sample data all on the fly.
...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 19, 2015 at 8:44 pm
isaac.asher (3/19/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 19, 2015 at 6:06 pm
Sean Lange (3/19/2015)
Jeff Moden (3/19/2015)
Sean Lange (3/19/2015)
Nuhamovici (3/19/2015)
Can you share the code that does this? Calling sp_who from within a function?
Why? What could you possibly gain from calling a stored...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 19, 2015 at 5:09 pm
I'm a richer man thanks to your 2 cents. Thanks.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 19, 2015 at 5:04 pm
Sean Lange (3/19/2015)
Nuhamovici (3/19/2015)
Can you share the code that does this? Calling sp_who from within a function?
Why? What could you possibly gain from calling a stored proc from within a...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 19, 2015 at 9:36 am
rwitt 95744 (3/18/2015)
I have been using actual execution plans & Database Engine Tuning Advisor to analyze performance. My questions pertain to interpreting exactly what Database Engine Tuning Advisor is telling...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 18, 2015 at 9:10 pm
sasansamani (3/18/2015)
When tried to solve problem I determined the relationship between Employee and Benefits is many to many but I cant determine the bridge class. I mean...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 18, 2015 at 8:37 pm
SQLCurious (3/18/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 18, 2015 at 5:30 pm
pietlinden (3/18/2015)
Okay, what version of SQL Server are you using, because this has zero to do with SSIS? This works in 2012, and I think in 2008.
Credits to Navy...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 18, 2015 at 5:21 pm
isaac.asher (3/18/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 18, 2015 at 5:18 pm
subahan_syed (3/18/2015)
I have a data table in below format and the need the desired output in 2nd table format
TABLE1
RANKBOOLEANREVENUE
1TRUE 100
2FALSE150
3FALSE200
4FALSE250
5FALSE300
6FALSE350
7FALSE400
8TRUE ...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 18, 2015 at 5:15 pm
SQLCurious (3/18/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 18, 2015 at 5:13 pm
Viewing 15 posts - 21,211 through 21,225 (of 59,072 total)