Viewing 15 posts - 18,061 through 18,075 (of 59,069 total)
PB_BI (3/18/2016)
When I get in front of a SQL instance I'll try to resolve it, unless you have any thoughts?
Yes. Don't use the WK datepart of SQL Server, ever!...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 18, 2016 at 7:47 am
In a similar vein... it's not possible for some companies to build better software because of the apparent incredible lack of even basic talent out there. Heh... can you...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 17, 2016 at 10:17 pm
SQLPain (3/17/2016)
user does not have a option for selection, they can only type it in.
There should be some form of validation on the front end to prevent this type of...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 17, 2016 at 9:46 pm
PretendDBA (3/17/2016)
Wow, in a modern SAN that is a significant performance hit from 1 failed disk.
Worse than that, there was a bad disk that slowed the system down to 1/3rd...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 17, 2016 at 9:35 pm
PB_BI (3/9/2016)
tonzonline (3/5/2016)
Is the problem because I create this dimension by Wizard and choose "Create Time table from server" ?
I also notice, NameColumn property is "New binding(WChar)
If I click the...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 17, 2016 at 9:07 pm
N_Muller (3/17/2016)
I renamed the table to MyTable_XYZ by:
sp_rename 'MyTable', 'MyTable_XYZ'
That worked great. Next...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 17, 2016 at 5:49 pm
Hopefully, it's one of those really, really hard rubber bats with a steel core. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
March 17, 2016 at 5:28 pm
TheSQLGuru (3/17/2016)
But generally is it better to have data files on a slower drive and log files on SSD (I assume it depends)? Might be worth mentioning that there is...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 17, 2016 at 5:12 pm
yb751 (3/17/2016)
Tested, Jeff's technique and it works great. Had to make some modifications to the code to work with my data but it wasn't too bad. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 17, 2016 at 2:46 pm
yb751 (3/17/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 17, 2016 at 2:43 pm
quagmired (3/17/2016)
My personal favorite is, given the same accuracy, which ever is the fastest and least resource intensive. That's usually not REGEX as called from SQL SERVER even when...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 17, 2016 at 2:38 pm
DesNorton (3/15/2016)
Emil B (3/14/2016)
... the table has about 90mlns of rows with 20 GB data space and 26 GB index space ...
The cleverer peepels here will probably shoot me down...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 17, 2016 at 8:11 am
TomThomson (3/17/2016)
mister.magoo (3/16/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 17, 2016 at 8:03 am
Apologies for the observation but with all the alphabet soup after your name, you don't know?
--Jeff Moden
Change is inevitable... Change for the better is not.
March 16, 2016 at 9:58 pm
I have to ask... why do they want to differentiate between a proper case spelling and a low case spelling of the same word? Heh... please tell me...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 16, 2016 at 9:54 pm
Viewing 15 posts - 18,061 through 18,075 (of 59,069 total)