Viewing 15 posts - 18,391 through 18,405 (of 59,070 total)
matak (2/14/2016)
If it is in a table like you say cant you just use replace ?replace (col, 'domain1', 'domain2')
Or am i totally missing the point here ?
Add a slosh to...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 14, 2016 at 8:25 pm
Muhanned Maayeh-445298 (2/13/2016)
I do agree with your overall point however, I am playing the DBA role in this project. So, I will leave these "business" decisions, directions, and requirements...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 14, 2016 at 7:54 pm
Orlando Colamatteo (2/14/2016)
Jeff Moden (2/14/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 14, 2016 at 7:30 pm
If you're going to have to resort to such hacks as a "reverse" column especially for such a narrow column as a "Name" column, it's easier and better to simply...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 14, 2016 at 7:14 pm
One of many good reasons to always know your data and use explicit sizes for datatypes.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 14, 2016 at 6:56 pm
Roust_m (2/13/2016)
I have four SQL instances (currently Enterprise) which I want to downgrade to Standard edition.
I can have couple of days downtime for the server, so I will be doing...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 14, 2016 at 6:27 pm
himanshu.sinha (2/13/2016)
Well since the backup size is 200GB , I am not very comfortable using the UNC path but i will give it a...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 14, 2016 at 6:22 pm
p.s. The VARBINARY(100) is good out to 25 levels. Since a Boeing 747 has a parts list that's only about 18 levels deep, that should suit just about anything...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 14, 2016 at 6:11 pm
suresh0534 (2/13/2016)
Table Emp:
Id Name Designation Teamlead
2 Ravi TL ...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 14, 2016 at 6:07 pm
Sergiy (2/14/2016)
Removing 1% of the records as an ultimate goal does not make much sense. Achieving it won't...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 14, 2016 at 4:37 pm
greg6363 (2/14/2016)
What exactly are you trying to do? Post table definitions (as CREATE...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 14, 2016 at 3:37 pm
steve.tarry (1/21/2015)
Great stuff.
Have...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 14, 2016 at 2:35 pm
Jeff Moden (1/22/2015)
Steve Jones - SSC Editor (1/22/2015)
bump<HeadDesk> My apologies. Major side tracks and I forgot about it. I'll resurrect it this weekend.
Crud. My apologies. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 14, 2016 at 2:23 pm
curious_sqldba (2/13/2016)
Hugo Kornelis (2/13/2016)
curious_sqldba (2/12/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 13, 2016 at 5:34 pm
I'll third that... Backups and test restores first. Security next and very soon... hopefully, the same day.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 13, 2016 at 5:22 pm
Viewing 15 posts - 18,391 through 18,405 (of 59,070 total)