Viewing 15 posts - 1,891 through 1,905 (of 9,644 total)
You don't want to shrink and that won't fix the issue if all the space in the file is used. If you have drive space you should grow 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
January 11, 2012 at 8:59 am
You haven't provided enough information for anyone to provide an accurate answer.
What do you want the view to provide? A union of the results from the tables...
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
January 11, 2012 at 8:55 am
Yes you select the top option and then you just select install client tools.
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
January 11, 2012 at 8:40 am
I still think Windows authentication is more secure. At the very least people do not have to remember a second login, and you aren't storing a login in 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
January 11, 2012 at 8:39 am
There are some people who believe for security purposes that DBA's should have a separate AD account for sa access while your standard AD account only has minimal rights.
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
January 11, 2012 at 8:28 am
Not that I'm aware of in the local edition of BOL. You can add comments to the online version of BOL though.
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
January 11, 2012 at 8:26 am
I think the problem is in this line:
(select max(END_TMSTP) LOG)
There is no FROM clause, is LOG an alias for MAX(END_TMSTMP) or is the query supposed to be:
Select MAX(END_TMSTP) 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
January 11, 2012 at 8:21 am
cookie SQL (1/10/2012)
The culprit was :
A domain users group had been added using british english, as all users...
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
January 10, 2012 at 11:00 am
Sorry, I can duplicate it. Try this (you many want to check your language setting first):
SELECT
@@LANGUAGE AS language_name,
...
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
January 9, 2012 at 2:52 pm
cookie SQL (1/9/2012)
Thanks, I agree with your comments.I Still would like to understand whats going on with the cast though.
I'd like to know as well as I cannot duplicate 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
January 9, 2012 at 2:43 pm
I assume that it is a varbinary(MAX) column. So your performance issue has to do with how SQL Server stores BLOB data. It has to do extra work...
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
January 9, 2012 at 2:39 pm
If the column holds numeric data only the best way to deal with it is to use a numeric data type.
Based on what I know the engine (even with Compact...
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
January 9, 2012 at 2:28 pm
How are you using the parameter in the query? Are you just using an IN (Parameters!paramter_name.Value) or are you splitting the delimited list into a table and doing a...
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
January 9, 2012 at 2:19 pm
I don't think there is a way to do this because I don't think you can set the width property using an expression.
Why do you want it stay 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
January 9, 2012 at 2:16 pm
!Aaron Aardvark! (1/9/2012)
There is a points target I'm keeping an eye on:
Guess I'm going to have up my game to stay ahead of you. Enough others have passed me.
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
January 9, 2012 at 1:59 pm
Viewing 15 posts - 1,891 through 1,905 (of 9,644 total)