Viewing 15 posts - 6,226 through 6,240 (of 9,643 total)
Grant Fritchey (1/17/2009)
Ninja's_RGR'us (1/17/2009)
Since when reading the full question a requirement of posting an answer?
😀
Maybe it'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
January 17, 2009 at 6:07 am
Jeff Moden (1/16/2009)
Rayven (1/16/2009)
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 16, 2009 at 7:50 pm
Probably having an issue with execution plan because I am running 2008 on my laptop now.
Here's the Statistics Time On Stats:
--IsNull(IsNull(Nullif()))
SQL Server Execution Times:
CPU time =...
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 16, 2009 at 4:46 pm
Okay, I loaded up the following tables with 1,000,000 rows using RedGate SQLDataGenerator (I needed to play with it since I have it).
CREATE TABLE [dbo].[test_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 16, 2009 at 4:11 pm
Jeff Moden (1/16/2009)
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 16, 2009 at 2:43 pm
I don't get a suite, but I like to stay at the Marriot Hotels (Courtyard, Fairfield Inn, Springhill Suites). I avoid places like Days Inn.
Steve,
Have a safe trip.
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 16, 2009 at 2:29 pm
Do you have any support (even online)?
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 16, 2009 at 1:42 pm
You may be able to if you can find out what was used to create the backup. Backup Exec, Litespeef, RedGate SQLBackup are all possibilities. Where did 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 16, 2009 at 1:35 pm
leonp (1/16/2009)
ok now that things are returning to normal do we think ISNULL performing better than COALESCE for checking a single operand is no co-incidence?
It would be interesting to see...
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 16, 2009 at 1:30 pm
I know you said you don't want to use a Database Role, but I think that's the easiest way.
Are you granting execute rights on ALL stored procedures or specific stored...
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 16, 2009 at 9:43 am
Steve Jones - Editor (1/16/2009)
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 16, 2009 at 9:25 am
If you have no Domain, then running using Windows Authentication is not going to work. How would SQL Server authenticate the user? You should use a SQL Login.
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 16, 2009 at 9:20 am
Right, the between got me. This will actually scale better because using a function on a column in a JOIN or WHERE will eliminate the possibility of an Index...
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 16, 2009 at 9:04 am
Interesting, Jeff. I am in process of developing a system that needs to handle international phone numbers and we decided to go with this design:
Countries (country_code (iso), name, international_dialing_code,...
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 16, 2009 at 7:45 am
If I understand your question correctly then I think this will work (assumes you have the code to get the end time):
CREATE PROCEDURE fill_schedule
AS
SET NOCOUNT ON
-- code to populate #schedule...
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 16, 2009 at 7:38 am
Viewing 15 posts - 6,226 through 6,240 (of 9,643 total)