Viewing 15 posts - 2,491 through 2,505 (of 9,643 total)
SQLkiwi (4/4/2011)
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
April 8, 2011 at 7:54 pm
Jeff Moden (4/2/2011)
SQLkiwi (4/2/2011)
Got to meet heaps of great people including Grant and Stefan K!
If anyone would like 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
April 8, 2011 at 7:52 pm
SQLkiwi (4/2/2011)
Got to meet heaps of great people including Grant and Stefan K!
If anyone would like to see the slides...
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
April 8, 2011 at 7:50 pm
CirquedeSQLeil (4/4/2011)
Jack Corbett (4/4/2011)
Roy Ernest (3/31/2011)
Out of Curiosity, isnt 90K US or 80K Euro the normal salary for a Sr. DBA?
Definitely depends on region AND size of the company. ...
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
April 8, 2011 at 7:46 pm
Chris Morris-439714 (4/1/2011)
Congratulations to Paul White, who's joined the elite through hard work and outstanding contributions to the community. Well done Paul, very well deserved.
+1 many times over...
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
April 4, 2011 at 5:03 pm
Roy Ernest (3/31/2011)
Out of Curiosity, isnt 90K US or 80K Euro the normal salary for a Sr. DBA?
Definitely depends on region AND size of the company. I'm looking now...
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
April 4, 2011 at 4:57 pm
Gianluca Sartori (3/31/2011)
Stefan Krzywicki (3/31/2011)
If they could both retire, that'd be one thing.
I think I will have to wait 40 years more for that, at best. They keep raising 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
April 4, 2011 at 4:56 pm
Do you mean on the same development machine or the same server?
You can have them side by side on both, but when developing reports you need to make sure 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
March 30, 2011 at 3:09 pm
This is it for 2000.
SELECT t.name AS table_name,
c.name AS column_name,
y.name AS column_type,
...
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
March 30, 2011 at 2:41 pm
It sounds like you upgraded the tools on your development machine, but that you did not upgrade the Report Server itself.
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
March 30, 2011 at 2:10 pm
I don't see anything in the query that would cause that error. I ran it in SSMS against SQL Server 2005 without error. Exactly how are you calling...
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
March 30, 2011 at 2:05 pm
Here's an idea that I think is close to Craig's suggestion:
SELECT
*
FROM
dbo.appointments AS A
JOIN (
...
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
March 30, 2011 at 1:54 pm
Yes, if you go the schema route and grant the necessary permissions on the schema then the rights are "inherited" for every object in the schema. Here's an example:
User:...
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
March 30, 2011 at 1:35 pm
Grant Fritchey (3/30/2011)
Oh, and for those interested, I've heard through the grape vine that the call for speakers goes out soon and will be abbreviated this year. Get your abstracts...
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
March 30, 2011 at 1:17 pm
Chad Crawford (3/30/2011)
Wahoo! After 4 months of wrangling, got the PASS Summit approved (and paid for) today!
Congrats! First time attending?
Oh and I can't resist, what about SQLRally....
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
March 30, 2011 at 1:12 pm
Viewing 15 posts - 2,491 through 2,505 (of 9,643 total)