Viewing 15 posts - 2,911 through 2,925 (of 9,643 total)
If you are going to use maple syrup please at least make it REAL maple syrup, not Mrs. Butterworth's or something else like that.
Real Maple Syrup and bacon.....two...
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
August 10, 2010 at 1:42 pm
Lynn Pettis (8/6/2010)
Paul White NZ (8/6/2010)
Lynn Pettis (8/6/2010)
I love Smarties, 'cause I am one! 😛You bought Joe Celko's book?
Uh, NO WAY! Not interested. 😀
I've got his book. 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
August 6, 2010 at 11:30 am
Sorry, I forgot we were talking about Report Model. I'm not very experienced with Report Models so I don't know if there is a way to force that 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
August 6, 2010 at 8:53 am
harry79 (8/6/2010)
But i do have quick question, how can i start at 12:00 everynight and finish at 6:00 AM with some delay so it wont overwhelm...
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
August 6, 2010 at 7:13 am
In order to limit the users that way you need to know what State they are in. A simple example would be:
CREATE TABLE dbo.users
(
userid NVARCHAR(128),
state_code CHAR(2),
CONSTRAINT PK_users PRIMARY KEY...
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
August 6, 2010 at 7:08 am
GilaMonster (8/6/2010)
Jack Corbett (8/5/2010)
AHHHHHH! You said a swear word!!! Access.
There's nothing wrong with Access when used appropriately. The problem is it's seldom used appropriately.[/q
I agree that there is a place...
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
August 6, 2010 at 6:43 am
The error is telling you that the stored procedure expects 2 parameters to be passed in to it when you call it and you aren't passing the parameters when...
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
August 5, 2010 at 7:31 pm
Here you go:
SELECT
SSM.definition
FROM
sys.server_triggers AS ST JOIN
sys.server_sql_modules AS SSM
ON ST.object_id =...
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
August 5, 2010 at 7:26 pm
How would you determine what state the user is 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
August 5, 2010 at 7:19 pm
It looks correct to 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
August 5, 2010 at 7:15 pm
A user without a login can be used to grant access for other users to do things that they don't have permissions for. For example, if you use 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
August 5, 2010 at 7:09 pm
Lynn Pettis (8/5/2010)
Well, getting really short here, tomorrow is my last day with my current employer!Wish me luck!!
Good luck, I'm sure you'll do great at the new job.
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
August 5, 2010 at 6:09 pm
Lynn Pettis (8/5/2010)
Steve Jones - Editor (8/5/2010)
Wish me luck. My PASS Board interview is tomorrow. We'll see if I'm still in the running after that.
Good luck!! And don't worry,...
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
August 5, 2010 at 6:03 pm
This is a duplicate of this post http://www.sqlservercentral.com/Forums/Topic964054-391-1.aspx, which is where I answered the question. I'm not going to duplicate my post here, but I am going to edit...
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
August 5, 2010 at 3:16 pm
Stefan Krzywicki (8/5/2010)
I once inherited a program (VB6) where the original programmer had 7 or 8 or 9 indexes on every table in an Access database. If that wasn't bad...
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
August 5, 2010 at 1:31 pm
Viewing 15 posts - 2,911 through 2,925 (of 9,643 total)