Viewing 15 posts - 6,421 through 6,435 (of 9,643 total)
Sure the nested ISNULL(NULLIF()) works, I just find the Case statement easier to read. I'd run both in the same SSMS window and see which one is more efficient.
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 5, 2009 at 6:26 am
I'll be the third vote for having a page for posts with 0 replies. When there is nothing I want to answer in Active Threads I go through 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 3, 2009 at 10:05 am
Put me in the data is data, coding is coding group. As has been noted by others, sometimes "Industry Experience" is more of a hindrance than a help.
When I...
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 2, 2009 at 1:30 pm
I also have to agree with Grant, but in my experience you will rarely be joining enough tables where the order will be important. Also, in my opinion, you...
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 2, 2009 at 8:54 am
With SQL Server 2005 your service accounts only need to be standard domain users. If you use the install process or SQL Server Configuration to set/change the service accounts...
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 2, 2009 at 8:42 am
I don't think you could use it in the XML, but you could do this in your insert:
SELECT
SCOPE_IDENTITY(),
...
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 2, 2009 at 8:20 am
I found this quote in this article at MSDN:
The following example returns an error due to the CONSTRAINED flag. While the set specification provided a valid MDX set expression, 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 2, 2009 at 8:15 am
What is the connection string being used to connect?
Are connections being left open by the application or is the application opening and closing the connection when it is done with...
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 2, 2009 at 8:06 am
This is my understanding as well.
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 2, 2009 at 8:03 am
Exec sp_helptext 'view 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 1, 2009 at 7:20 pm
Are other users able to connect to this SQL Server? Usually this error means that you have not configured the SQL Server for remote connections or the user does...
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
December 31, 2008 at 7:18 am
Jay Sapani (12/31/2008)
You likely need to escape the single quotes in your where clause or you can use double quotes around Jay as at least the Foxpro ODBC and OLEDB...
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
December 31, 2008 at 7:08 am
Yeah, that would be great!
Glad you could find it useful.
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
December 30, 2008 at 12:56 pm
The where clause is in the SQL statement defined in @sql and the parameters are defined in @parameters and then passed in the execute SQL. If you run 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
December 30, 2008 at 9:23 am
Sorry, it's 3:30 in the morning/night where I am and I couldn't sleep, so I thought I'd answer some questions.
The first part is building your select statement 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
December 30, 2008 at 1:37 am
Viewing 15 posts - 6,421 through 6,435 (of 9,643 total)