Viewing 15 posts - 376 through 390 (of 7,168 total)
Alexander Suprun (1/29/2016)
Orlando Colamatteo (1/29/2016)
Alexander Suprun (1/29/2016)
It's not a very good practice to drop and re-create procedures.Curious on your resaoning, why do you say so?
Because when you drop procedure you...
January 29, 2016 at 12:34 pm
Alexander Suprun (1/29/2016)
It's not a very good practice to drop and re-create procedures.
Curious on your resaoning, why do you say so?
January 29, 2016 at 11:59 am
When presenting at least I find the rule of 5/3 - 3/5 to be good guidance. There is typically that one manager/director in the room that wants more and I...
January 29, 2016 at 11:38 am
Hard to say without a copy of the data file and SSIS Package. Happy to repro on my side if you attach to this thread, or attach in a PM...
January 29, 2016 at 11:20 am
GilaMonster (1/28/2016)
January 29, 2016 at 9:52 am
Please up-vote if you agree with the suggestion: CREATE OR ALTER statement
January 29, 2016 at 8:58 am
To the original question, redgate SQL Prompt is worth every penny IMO. I've been using it since the original beta version and rely on it heavily. So heavily in fact...
January 29, 2016 at 8:56 am
J Livingston SQL (1/29/2016)
Jeff Moden (1/29/2016)
CReAte tABle mytable(TranID INTEGER nOt nUll primAry KEy,CustomerID INTEGER nOt
null,ProdID INTEGER NoT NulL,SalesAmount NUMERIC(5,2) not nUlL,TransDate
VARCHAR(23) not NULl); iNsErT inTO mytable(TranID,CustomerID,ProdID,SalesAmount,
TransDate) VALuES(142801,19246,7727,57.42,'2009-02-02 00:00:00.000');...
January 29, 2016 at 8:52 am
Luis Cazares (1/28/2016)
Orlando Colamatteo (1/28/2016)
January 28, 2016 at 7:59 pm
Ugh, thanks for the correction Ed. I am confident my C# code is correct but I was going from memory on the post as to the boundaries (was juat trying...
January 28, 2016 at 7:36 pm
Sorry, I neglected to speak to your larger question of getting away from dynamic SQL. it looks like you have SQL fragments or conditions sitting in tables, like this
SELECT...
January 28, 2016 at 7:25 pm
Looks like a custom rules engine implemented in T-SQL. I inherited one such system and watched another one get commissioned. I was late to the party in both cases and...
January 28, 2016 at 7:19 pm
thomashohner (1/28/2016)
I'm looking for a better method of doing this. Thanks for any help or insight in advance.
As Steve mentioned, on SQL 2012 we would favor the TRY_* functions built...
January 28, 2016 at 6:49 pm
Thanks for sharing Jeff. Method 1 is what I had in mind for a T-SQL+command-line solution. Method 2 sounds quite interesting.
January 28, 2016 at 4:31 pm
JustMarie (1/28/2016)
The original plan was to use SSRS but that's not an option here right now. So throw that one out the window.
I commonly see the same few barriers...
January 28, 2016 at 2:54 pm
Viewing 15 posts - 376 through 390 (of 7,168 total)