Viewing 15 posts - 46 through 60 (of 258 total)
Hi Phil,
It goes further and the script component seems to works ok.
I've check the value inside the script component using:
System.Windows.Forms.MessageBox.Show(varCollection["User::theVariableToWriteTo"].Value.ToString());
and the value's right.
But the variable at the package level is...
July 15, 2013 at 11:58 am
Yes it did the trick!
Thank you sdevanny.
July 10, 2013 at 11:44 am
Hi sdevanny
I'm in the middle of deleting the Union All component and recreating it.
So far it seems to solves the problem. Still I'm doing more verification to make sure I...
July 10, 2013 at 11:29 am
If the security's tight (which is rarely the case, from experience taking on new DB), in SQL you can track who has the ALTER DATABASE permission.
But most of the times...
July 5, 2013 at 8:17 am
It has been told a couple of times already but I feel the same way
1-
The featured contents should be put back at the top of the letter so that a...
July 2, 2013 at 6:42 am
I've got my own answer.
Double quotation marks "" are implicitly added around the parameter which provoke the parsing error once the query is fully assemble.
June 19, 2013 at 7:54 am
I know most will disagree with what I will say but that's what I found through out my experiences.
If there's no money tag associate with something (downtime, results, etc) then...
May 23, 2013 at 7:44 am
I would go with what Sean Lange recommend first.
In no particular order:
Try #1:
If you can I would change the table convert data type to VARCHAR(26) and check the performance result...
May 17, 2013 at 7:48 am
Our customer base still mostly runs XP and they don't plan to upgrade their OS soon. So we go where the money is therefore we will stay with 2008 R2...
April 19, 2013 at 6:07 am
To my eyes, those two comes up with the way I feel are the best.
One from Phil Factor:
https://www.simple-talk.com/blogs/2009/01/22/technical-interviews-and-tests-have-got-to-stop/]
And the other from Grant Fritchey (Half DBA oriented):
http://www.scarydba.com/2012/09/24/interviewing-a-dba/
You get a call from...
April 18, 2013 at 6:27 am
Temporarily, I've dropped and recreated all custom assemblies which used the specific .Net Framework 2.0 DLL in the database and it works.
This is a workaround and not a fix but...
January 17, 2013 at 8:58 am
Meanwhile, I've found my answer:
Restoring a log backup rolls forward the changes that were recorded in the transaction log to re-create the exact state of the database at the time...
November 9, 2012 at 8:39 am
Angel,
If I remember correctly (from experience only I don't have anything to back this up) sql_dependencies isn't able to report all dependencies (flaw or by design?).
SSMS use this for the...
October 30, 2012 at 7:59 am
Interesting script thank you.
However there's two things that came out very quickly.
1- The script's does not take into account the schema which is a drawback in our environment because it...
October 30, 2012 at 6:35 am
Thank you MysteryJimbo
October 12, 2012 at 8:39 am
Viewing 15 posts - 46 through 60 (of 258 total)