Viewing 15 posts - 7,111 through 7,125 (of 9,643 total)
The trigger is firing all the time, the issue is that you have something in your trigger code that is missing an update. I have to be honest and...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 24, 2008 at 8:04 am
Interesting, I'd never seen the .d0 trick before. At least I came up with the LIKE solution on my own. I always seem to forget the %[range]% functionality...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 24, 2008 at 7:37 am
The easiest way to check user rights is to check in Enterprise Manager in the security area of the database to see if the user is
granted rights to the...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 24, 2008 at 7:34 am
I think you are stuck deploying it 3 times. There may be a way to write something in .NET that mimics the deploy process where you supply a path...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 24, 2008 at 7:28 am
Madhivan,
Can you explain where you found this and why it works?
I did not find anything about this is BOL.
Thanks,
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 24, 2008 at 6:59 am
I was going to ask Jeff the same question. I knew there were issues with IsNumeric, try IsNumeric('$'), but I've usually been able to deal with those issues in...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 24, 2008 at 6:32 am
I've always worked in small shops, but I always insist on separate dev and production systems. Since I and my co-workers have fill all the roles from design to...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 24, 2008 at 6:20 am
There is not a function that does that, but you can use the isnumeric function and a case like this:
Select
Case
...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 23, 2008 at 2:57 pm
Yeah, but that doesn't ship with SQL Server.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 23, 2008 at 2:33 pm
So what do you want for when:
2. d1 is null
3 d2 is null
Here is an idea:
IIF(d1 is nothing or d2 is nothing, -1, Abs(DateDiff("d", d1,...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 23, 2008 at 2:32 pm
Why don't you change the error output of the data conversion task to send the error to a file so you can see the data that is causing the error?
My...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 23, 2008 at 2:14 pm
Check out this article: http://www.sqlservercentral.com/articles/T-SQL/63681/
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 23, 2008 at 2:00 pm
What else is running on your SQL Server when you are running the SSIS packages? Does the SQL Server take the same network routes to the source and destination...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 23, 2008 at 1:37 pm
Maqsood,
If you have read through this thread you should have understood that there is not a way to update system tables in SQL Server 2005/2008.
IMHO, you need to...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 23, 2008 at 1:34 pm
You would get more ideas if you adequately explained your problem. Am I to understand that you have a SQL Server database which you are connecting to using MS...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 23, 2008 at 1:28 pm
Viewing 15 posts - 7,111 through 7,125 (of 9,643 total)