Viewing 15 posts - 91 through 105 (of 7,165 total)
If you post sample tables in the form of CREATE TABLE statements, sample data in the form of INSERT INTO statements and the SSIS Package you are working with I'll...
April 26, 2016 at 8:06 pm
Orlando Colamatteo (4/16/2016)
Now, interestingly enough, the same test using the built-in FORMAT function yielded similar performance to CONVERT. I am not sure if optimizations have been added but I am...
April 16, 2016 at 9:11 pm
Orlando Colamatteo (2/10/2016)
Ed Wagner (2/10/2016)
Orlando Colamatteo (2/10/2016)
Luis Cazares (2/10/2016)
micang (2/10/2016)
Orlando Colamatteo (2/9/2016)
April 16, 2016 at 5:13 pm
Your configuration is going to be uncommon to say the least (SQL 2005 is beyond end of life). Any response on a Forum is going to be heresay from the...
April 14, 2016 at 8:58 pm
thebigvalbosky (4/14/2016)
[Microsoft.SqlServer.Dts.Tasks.ScriptTask.SSISScriptTaskEntryPointAttribute]
I've...
April 14, 2016 at 8:46 pm
coolchaitu (3/29/2016)
There is no replication or mirroring set up. How about issuing a checkpoint?
checkpoints do not cause log truncation when in full (or bulk logged) recovery mode and a log...
March 29, 2016 at 10:05 pm
Practical, useful information from the front lines. These settings are analog to setting Max Memory on a new instance. They certainly caught my team and I off guard when first...
March 29, 2016 at 7:32 am
diamondgm (3/29/2016)
TomThomson (3/28/2016)
Eric M Russell (3/28/2016)
The stored procedure I'm currently tasked with refactoring reads like a 20 page short story by Clive Barker.
You have my deepest sympathy.
I wrote some of...
March 29, 2016 at 1:59 am
sqlnewbie17 (3/28/2016)
Thanks...That is one of the solutions but was curious to know if I could do using only t-sql.Anyways thank you for the response.
As I mentioned I would use SSIS...
March 28, 2016 at 8:30 am
Are you trying to incite a riot, Phil?
In my experience (and I think IBM did some work around this that support it) a consistently formatted codebase has less bugs than...
March 26, 2016 at 9:45 am
sqlnewbie17 (3/24/2016)
I need to extract the result from the stored procedure from a bunch of servers...
March 24, 2016 at 9:29 pm
william.palace (3/24/2016)
March 24, 2016 at 9:26 pm
I'd attend. I think there is a razor thin line between being a team player and carrying out the broader plan even when some implementation details may be suboptimal and...
March 23, 2016 at 8:02 pm
A couple places I willfully employ triggers:
1. maintaining audit columns like last modified date and user
2. copying modified or deleted rows to an audit table or shadow-history table
I see it...
March 23, 2016 at 7:50 pm
Viewing 15 posts - 91 through 105 (of 7,165 total)