Viewing 15 posts - 18,001 through 18,015 (of 59,069 total)
Luis Cazares (3/28/2016)
I'm guessing that Jeff is thinking on taking a similar path to this, but wants to be sure about the possible restrictions.
Exactly. And, there's some pretty nifty...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 28, 2016 at 8:31 am
Steve Jones - SSC Editor (3/28/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 28, 2016 at 8:25 am
chandan_jha18 (3/28/2016)
Today while running the procedure in its original form, which takes around 10 seconds to output 100 rows for a particular set of parameters, I opened a new...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 28, 2016 at 7:42 am
chandan_jha18 (3/21/2016)
Thanks Lowell. The NULL and the Or clause are business rules so won't be able to find my way around that.
Went back through the posts on this thread and...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 28, 2016 at 7:34 am
frdrckmitchell7 (10/8/2014)
First of all thank you for your help yesterday; however, I would like to continue with the problem that I have:
This is what I have thus far:
SELECT CAST(CONVERT(VARCHAR(8),...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 28, 2016 at 12:57 am
Mac1986 (3/26/2016)
I have source table with column nvarchar(20). the data looks like below.
Duration
120:06:31.150
120:06:31.165
238:21:19.875
266:45:41.472
287:03:25.184
I need to dump it into destination and i do...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 27, 2016 at 6:00 pm
diamondgm (3/26/2016)
diamondgm (3/26/2016)
If the BI gods do their thing, the report should update hourly
You should also be able to download the data by clicking on...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 27, 2016 at 12:03 pm
Sachin Nandanwar (3/26/2016)
ALTER FUNCTION [dbo].[Getgrnqty_test2] (@ItemCode VARCHAR(10))
RETURNS TABLE
AS
BEGIN
RETURN
(SELECT S1.divisionid,
...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 26, 2016 at 10:09 am
diamondgm (3/26/2016)
JBrosch (3/26/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 26, 2016 at 9:38 am
sram24_mca (12/1/2015)
Frequently we are running the Data Purging in our production server. How to avoid this to improve the performance. Is there any better solution for resolving the problemRegards,
Ram
What...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 25, 2016 at 5:11 pm
I'm one of those folks that will spend a little time doing vertical and horizontal alignment in my code. Since I'm very used to it, it takes me almost...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 25, 2016 at 5:07 pm
It's not just "sa" that needs protecting... it's ANY AND ALL logins, especially those with SysAdmin or Control Server privs. There absolutely must be good password policies setup and...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 25, 2016 at 4:46 pm
Heh... it's funny that you brought this up. I've found and deleted more than 60,000 such files on one of my legacy servers. It believe it may be...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 25, 2016 at 4:43 pm
sqlfriends (3/24/2016)
Even this some nights the ETL runs use a lot CPU and crash the server.
It's likely NOT going to help to move to separate server if that's what's going...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 25, 2016 at 8:11 am
You're welcome. Thank you for the feedback. The question now is... do you understand it so that you can maintain it?
--Jeff Moden
Change is inevitable... Change for the better is not.
March 25, 2016 at 7:26 am
Viewing 15 posts - 18,001 through 18,015 (of 59,069 total)