Viewing 15 posts - 2,266 through 2,280 (of 9,643 total)
SQLkiwi (8/26/2011)
I added a quick Connect item for this bug, to let the powers that be know. I'll happily remove it if and when Jack enters one.
Paul,
I'm very happy...
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
August 26, 2011 at 8:38 am
Do you mean in the real DB?
If that's what you mean, no I haven't, but if there were re-enabling the FK would fail and I'd get an error....
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
August 25, 2011 at 1:37 pm
Okay, I think I may have found an issue with FK enforcement. I posted it on the SQL Server 2008 forums, here. I'd appreciate all you smart folks...
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
August 25, 2011 at 1:27 pm
Nadrek (8/25/2011)
Jack Corbett (8/24/2011)
The real winner is disabling and then re-enabling the FK's. There are 48...
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
August 25, 2011 at 10:08 am
Can you post a link to the forum? I'd like a more in depth explanation and if I go there I can ask.
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
August 25, 2011 at 7:23 am
Interesting that this editorial comes up now as my current project is to design a purge of older data. I'm not archiving any of the data, but the needed...
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
August 25, 2011 at 6:52 am
Good article Wayne. Clear and concise examples. I'm looking forward to the running totals ability.
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
August 25, 2011 at 6:50 am
travis.vandyk (8/25/2011)
On another blog someone suggested possible corruption in a table and Im starting to think this was 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
August 25, 2011 at 6:41 am
Could you share what you found? Others are probably having the same problem and if you share how you solved it they won't have to look further than this thread....
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
August 25, 2011 at 6:28 am
I think that is because .NET is taking the null which is ASCII 0, I believe, which when converted to a .NET DateTime is 1/1/0001.
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
August 24, 2011 at 6:23 pm
Since this keeps the SQL Browser service from exposing it, I'm going to say that your application will need to provide the port in addition to the server name/IP Address.
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
August 24, 2011 at 4:13 pm
No it is not. When a report is more than one page you need to use the paging capability.
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
August 24, 2011 at 4:07 pm
What is the scope of the variables?
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
August 24, 2011 at 4:04 pm
If you put a script component between the destination and your error output CSV you can get the description of the error. Here's an article[/url] that talks about this.
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
August 24, 2011 at 3:53 pm
If all the columns are used together in where clause then it is likely a good index. You can check sys.dm_db_index_usage_stats to see if it is used and how...
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
August 24, 2011 at 2:58 pm
Viewing 15 posts - 2,266 through 2,280 (of 9,643 total)