Viewing 15 posts - 18,166 through 18,180 (of 59,069 total)
Solomon Rutzky (3/12/2016)
TomThomson (3/11/2016)
Jeff Moden (3/11/2016)
..... I think the following produces the correct result...
SELECT LOG(NULL);
So LOG returns NULL when it has NULL input. It doesn't return a rowset...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 12, 2016 at 7:48 am
Chitown (3/11/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2016 at 3:29 pm
Extremely strong second to what Gail and Grant have both said.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2016 at 11:07 am
TomThomson (3/11/2016)
Jeff Moden (3/11/2016)
TomThomson (3/11/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2016 at 11:05 am
jcuribe (3/11/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2016 at 10:45 am
TheSQLGuru (3/11/2016)
TheSQLGuru (3/11/2016)
Someone needs to benchmark the STRING_SPLIT() function coming out in SQL Server 2016 and update the main article!
Someone needs to point out that using this in...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2016 at 10:41 am
TomThomson (3/11/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2016 at 10:34 am
There's something else going on here other than just the double-hop. Using RAISERROR with a severity level of 16 should not prevent remote execution. The original "semaphore" message...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2016 at 10:17 am
TheSQLGuru (3/11/2016)
Someone needs to benchmark the STRING_SPLIT() function coming out in SQL Server 2016 and update the main article!
Ed Wagner (3/11/2016)
TheSQLGuru (3/11/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2016 at 9:41 am
Shifting gears, this is a good introductory article for those people that really have no clue on how to do such a thing. It's not meant to be the...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 10, 2016 at 10:44 am
Manic Star (3/10/2016)
Good example...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 10, 2016 at 10:37 am
It's been nearly 3 years since your first post and I couldn't help but notice that your only 2 posts have been on this thread and you've only visited this...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 8, 2016 at 7:23 pm
Ed Wagner (2/23/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 8, 2016 at 5:23 pm
er.mayankshukla (3/7/2016)
Alter the column to non-nullable
That's the right idea but they also need to ensure that the data in the partitioning column will NOT change... EVER. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
March 8, 2016 at 10:34 am
tony28 (3/7/2016)
Because this is test server and data will not...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2016 at 3:27 pm
Viewing 15 posts - 18,166 through 18,180 (of 59,069 total)