Viewing 15 posts - 17,341 through 17,355 (of 59,067 total)
ScottPletcher (6/30/2016)
Jeff Moden (6/24/2016)
Shifting gears a bit and depending on how that's used, it could become a performance problem due to the implicit conversions of the string literals. Since...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 30, 2016 at 8:46 pm
robert.sterbal 56890 (6/30/2016)
https://sqlserver.miraheze.org/wiki/Code_Smells
I hope to set up the individual pages, and put them in appropriate categories, it there is interest.
Anyone can add to or edit the...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 30, 2016 at 3:45 pm
ammit.it2006 (6/29/2016)
I hope this is you are expecting........
DECLARE @DBs TABLE ( DBname NVARCHAR(100) )
DECLARE @database varchar(100)
DECLARE @database1 varchar(100)=''
INSERT INTO @DBs
VALUES ( 'A' ),
...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 30, 2016 at 3:42 pm
ammit.it2006 (6/29/2016)
DECLARE @a varchar(20) = 'INV CRT IS15000467 1'
DECLARE @b-2 varchar(20) = 'INV CSH IS15000442 10'
select...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 29, 2016 at 11:35 am
GilaMonster (6/29/2016)
Jeff Moden (6/28/2016)
Steve Jones - SSC Editor (6/28/2016)
Jeff Moden (6/25/2016)
From the Article:
“This doesn’t work like it used to.”
While I agree that it probably has fewer bugs that previous...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 29, 2016 at 11:31 am
pabechevb (6/29/2016)
Iwas Bornready (6/29/2016)
Jeff Moden (6/28/2016)
Meh... just have them use their SSN. :-):-D:-P;-):hehe::sick:
I'm assuming you're joking. Though they are supposed to be unique, working in the health industry we...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 29, 2016 at 11:26 am
Iwas Bornready (6/29/2016)
Jeff Moden (6/28/2016)
Meh... just have them use their SSN. :-):-D:-P;-):hehe::sick:I'm assuming you're joking.
Heh... what gave it away? The 5 different smiley faces or the barf-face? 😛
--Jeff Moden
Change is inevitable... Change for the better is not.
June 29, 2016 at 11:23 am
Meh... just have them use their SSN. :-):-D:-P;-):hehe::sick:
--Jeff Moden
Change is inevitable... Change for the better is not.
June 28, 2016 at 11:21 pm
TheSQLGuru (6/28/2016)
As for me, I almost always never say always, if I can help it, because there are almost always exceptions.:-P
Which is why I said "if you can help it"...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 28, 2016 at 8:02 pm
jon.luers (6/28/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 28, 2016 at 7:40 pm
Steve Jones - SSC Editor (6/28/2016)
Do we need DBAs to manage backups?
Heh... I know you know better but it does bring up a point of observation. Why is...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 28, 2016 at 7:04 pm
Steve Jones - SSC Editor (6/28/2016)
However now most major sports, at high amateur and pro levels, use all sorts of analytics.
And, most of the time, they don't help at...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 28, 2016 at 7:01 pm
NHS Baz (6/28/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 28, 2016 at 6:44 pm
NHS Baz (6/28/2016)
3. What do you mean by inline the logic or convert to an inline table valued function? My function only returns a single integer value.
Please see the...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 28, 2016 at 6:33 pm
New persopn (6/28/2016)
In that server SMTP is not enabled, We want to get the Backup report through mail using PowerShell without using SMTP. IS it possible
Yes. Please see the...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 28, 2016 at 6:27 pm
Viewing 15 posts - 17,341 through 17,355 (of 59,067 total)