Viewing 15 posts - 17,656 through 17,670 (of 59,069 total)
rahulsahay123 (5/16/2016)
eg we have the following...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 16, 2016 at 5:44 am
Understood. But that's how it all starts and your example is exactly what I'm talking about. It seems totally harmless right now.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 16, 2016 at 5:28 am
karthik M (5/13/2016)
I have a thought on converting integer value (whereas date is stored in INT format) to Date. The same column is declared as char(8), so the convert...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 15, 2016 at 2:38 pm
etheral1980 (5/14/2016)
But right now i use function which can work...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 15, 2016 at 12:52 pm
Hold the phone a minute. If the production database is under TDE, why on Earth would you copy it to a Developer's box? Sale of private/sensitive information doesn't...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 15, 2016 at 10:34 am
Steve Jones - SSC Editor (5/14/2016)
None, or negligible. This merely replaces the string being returned with some pattern.
That's what a lot of people surmised about the relatively new FORMAT function,...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 15, 2016 at 10:27 am
wendy elizabeth (5/14/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
May 15, 2016 at 9:52 am
SQL!$@w$0ME (5/13/2016)
I have a requirement to load data from excel spreadsheet to SQL server table and need to automate it. I believe this can be implemented with SSIS.
For this...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 15, 2016 at 9:17 am
TomThomson (5/14/2016)
Jeff Moden (5/14/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
May 15, 2016 at 8:45 am
Alan.B (5/13/2016)
SELECT * FROM dbo.DelimitedSplit8K('xxx,d','');
Returns the whole string. This makes sense, the function found 0 occurrences of the delimiter.
SELECT * FROM dbo.DelimitedSplit8K(NULL,',');
Returns a NULL. This makes...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 14, 2016 at 10:12 am
Eirikur Eiriksson (5/13/2016)
Jeff Moden (5/13/2016)
jasona.work (5/13/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
May 13, 2016 at 1:01 pm
jasona.work (5/13/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
May 13, 2016 at 11:13 am
ben.brugman (5/13/2016)
sestell1 (5/13/2016)
Interesting question.I've always used a combination of xp_cmdshell and bcp to move data to/from files within T-SQL.
As said this poses a security 'breach'.
Nah. No security breach. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 13, 2016 at 11:08 am
Wouldn't it all be easier to just use a SELECT from sys.master_files? Do you really need to know things like the amount of free space and how much space...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 12, 2016 at 9:13 pm
Iwas Bornready (5/11/2016)
Will we lose jobs with the invention of the Cotton Gin? Sure, but there will always be something else.
Yep... weave the cotton and drink the gin. 😛
--Jeff Moden
Change is inevitable... Change for the better is not.
May 12, 2016 at 12:07 am
Viewing 15 posts - 17,656 through 17,670 (of 59,069 total)