Viewing 15 posts - 31 through 45 (of 113 total)
Yes thank you, understand the NOT part, so it should return names with "#" in them; but still does not seem to work right, it appears to be trying to match the sting literally,...
July 31, 2007 at 11:52 am
Thank you Ninja, but I think I'm still missing your point.
that query does not return anything but
SELECT * FROM dbo.Table WHERE ColName LIKE '%#%'
does, so there are still forbidden characters...
July 31, 2007 at 11:06 am
Looks like this is going to work.
Thanks a million Jason!
January 26, 2007 at 11:27 am
Thanks Daniel!! will try it out as soon as I can, great tip.
January 5, 2007 at 1:04 pm
Wellllll, so far it seems I can have variables, or I can have parameters, but I cannot have both.
Converting everything to package variables and replacing...
January 3, 2007 at 11:37 am
Well I'm still at this one. Haven't figured out why the changes that fixed the first one haven't worked here. Have seen mentions of using insert statments in...
January 3, 2007 at 9:23 am
One down, a more involved one now....
Hey gang, finally got the simple insert to work. Tried lots of different things but the last thing that got...
December 29, 2006 at 8:03 am
There is an execute SQL task that sets a user variable in the package having package level scope, that at least seems to happen, then in the parameter...
December 27, 2006 at 7:44 am
Here's the error below.
Sorry about that missing quote mark, that got deleted by mistake when I was cleaning up the code sample.
It worked before...
December 27, 2006 at 7:26 am
Good Grief, sorry it seems asking a question then makes my eyesight better afterwards. Don't know why I couldn't see this before.
-ConfigFile "path\ConfigFileName.dtsconfig" is it.
thanks again gang, hope this helps...
November 17, 2006 at 11:33 am
I cannot thank you enough for this site and your stewardship of it. It has been my main port of call since focusing my skills on SQL Server.
From the forums...
November 14, 2006 at 7:18 am
It's such a mixed bag. I really like the TSQL language enhancements, having a try/catch has simplified my life a lot.
But with the maintenance plans, the senior DBA-s have decided...
November 13, 2006 at 8:06 am
grazie Marco,
Those are very good tips to know, thank you for posting them.
As of now the script version of the clean up task seems to be working well.
For the DB...
November 8, 2006 at 7:46 am
Viewing 15 posts - 31 through 45 (of 113 total)