Viewing 15 posts - 8,491 through 8,505 (of 9,643 total)
You need to do SET IDENTITY_INSERT ON in order to explicitly insert a value into the identity column.
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
June 4, 2008 at 8:28 am
Is it a web application? What are the connection strings for the applications? What are the differences in the applications?
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
June 4, 2008 at 8:27 am
Who is your audience for the presentation?
What is the expected outcome from the presentation? For example, are you supposed to be justifying time spent, presenting a case for training so...
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
June 4, 2008 at 8:25 am
Glad I could be of some help. Can you post what you did? I might learn something from that.
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
June 3, 2008 at 9:28 am
Some things to look for short of a profiler trace can be found using sp_who and sp_who2 which will show active processes and blocking, sp_lock which will show locks held,...
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
June 2, 2008 at 8:49 pm
',' is not found in the string so charindex()-1 is returning -1 which is an invalid length.
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
June 2, 2008 at 8:44 pm
I don't know for sure, but I think you would need SQL Enterprise Edition and then do a "virtual cluster". I'm not sure how much you would gain from...
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
June 2, 2008 at 8:32 pm
I doubt it was profiler only, but it certainly does add to the load. Have you checked for blocking\locking particularly in tempdb.
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
June 2, 2008 at 8:25 pm
Here's another link, http://www.sqlservercentral.com/articles/Test+Data/61572/
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
June 2, 2008 at 8:21 pm
I think you want sysfiles.
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
June 2, 2008 at 8:09 pm
sys.backup_devices
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
June 2, 2008 at 7:59 pm
Don't know how to or if you can do it. The question really is "Why do you need to do it?" There is a probably a set based...
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
June 2, 2008 at 7:54 pm
Not sure what exactly you are are looking for, and based on lack of response, I'm not the only one, but based on my understanding you should be able 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
June 2, 2008 at 7:49 pm
Jeff Moden (5/30/2008)
First, I think I'd use UNION ALL... considering the source tables, there's probably not much chance of duplication, anyway....
I considered mentioning UNION ALL as well, but I assumed...
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
June 2, 2008 at 11:29 am
Michael,
I don't know why you are getting the error, unless you changed the index name? Here is a feeble attempt to "duplicate" your code in a minimal manner that...
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
June 2, 2008 at 8:47 am
Viewing 15 posts - 8,491 through 8,505 (of 9,643 total)