Viewing 15 posts - 661 through 675 (of 9,643 total)
I think you want something like this, but I'm not sure:
CREATE TABLE #Tracking
(
ID INT IDENTITY(1, 1),
COrderID...
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
September 24, 2014 at 10:46 am
I recommend sp_WhoIsActive that Adam Machanic has provided free to the community. You can download it here.
If you don't want to go that route you need to be sure...
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
September 24, 2014 at 10:25 am
Matt Miller (#4) (9/24/2014)
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
September 24, 2014 at 10:03 am
I'm assuming that you mean when you pass NULL to an insert/update statement?
There are a couple of things I think would work, 1 that impacts your application and 1 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
September 23, 2014 at 11:21 am
Not sure if it is related, and this post will likely fix it, but I haven't been getting email notifications from The Thread, since it was resurrected. I know...
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
September 23, 2014 at 11:15 am
So you need to pivot the data based on the date. I'm also assuming you need a dynamic pivot because you won't know the dates when the code is...
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
September 23, 2014 at 11:05 am
I was wondering why I only had 7 emails from The Thread this morning after not looking all weekend.
I also lost 1093 points. I wonder if 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
September 22, 2014 at 8:09 am
I don't think I misread your post, I felt like I answered specifically what you asked. The closes thing to a question in your first post is this:
I think...
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
September 22, 2014 at 7:01 am
jcrawf02 (9/19/2014)
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
September 19, 2014 at 12:21 pm
Well, I'd start from the guidelines provided by MS and then tune from there instead of going the other way. For the most part I've found most of MS's...
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
September 18, 2014 at 3:00 pm
When you say you tried it, do you mean you granted Browse permission only on the single report?
When you say it didn't work can you tell us what...
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
September 18, 2014 at 12:33 pm
EDIT: You can pretty much ignore the stuff below. You can download SSDT for free and it has a schema comparison tool included.
There are ways to do it...
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
September 18, 2014 at 12:29 pm
First of all, deleting data does not release the space back to the OS or shrink the database. Shrinking a database is a manual process and is not recommended...
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
September 18, 2014 at 12:23 pm
As far as MAXDOP and SharePoint go, SharePoint 2013 resets MAXDOP to 1 if you change it, according to an MVP I know, so if you have applications that are...
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
September 18, 2014 at 12:14 pm
Roy Ernest (9/18/2014)
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
September 18, 2014 at 7:55 am
Viewing 15 posts - 661 through 675 (of 9,643 total)