Viewing 15 posts - 9,331 through 9,345 (of 9,643 total)
In the past I have used temp tables or table variables in this situation reasoning that it is usually going to be better to hit the big table once. ...
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
November 19, 2007 at 7:35 am
Stewart Joslyn (11/16/2007)
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
November 16, 2007 at 6:51 am
I'm a little late on this discussion, but I would agree that most IT "Consultants" are really contractors. I view a consultant as someone who has the ability 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
November 12, 2007 at 7:01 am
I just had this discussion with a co-worker yesterday. I started with SQL 7 which in reality met and continues to meet most of the needs they organization 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
November 7, 2007 at 6:39 am
Paul,
Please post what you find out so I can add to my "tool box".
Thanks
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
October 23, 2007 at 9:01 am
To the best of my knowledge, the only way to get information to a trigger is to have the information in the table. Here is an idea on how...
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
October 23, 2007 at 9:00 am
* In addition, is it even possible to create a SQL login that has all of these requirements?
** select and update only
Yes
** cannot view schema (cannot connect to the SQL...
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
October 23, 2007 at 8:24 am
What is the size of the backup file? The next thing is to try to restore from the backup file (on another server or to another DB on 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
October 23, 2007 at 7:56 am
This is a drawback in SSRS as there is not a way to set paging based on records. If you are doing any grouping you can set each group...
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
October 23, 2007 at 7:47 am
mrpolecat (10/21/2007)
SELECT * FROM #TestTableWHERE (isnull(Title,'Sales Representative') = @dummy)
will return the Sales Reps and nulls together but not with the VPs
While this will work, is easy to read, and provides...
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
October 22, 2007 at 7:14 am
David McFarland (10/19/2007)
Jack Corbett (10/19/2007)
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
October 20, 2007 at 9:22 am
I am just trying to connect using the following command
c:\>sqlcmd -E
I have another sql server where this command works. The second sql server fails with this command.
However, if I use...
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
October 19, 2007 at 1:31 pm
Just a couple of comments.
I really enjoyed the thread. A lot of good information and no one got personal as I have seen happen when people have...
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
October 19, 2007 at 11:52 am
Steve,
Thanks for the reply. I was under the assumption that by using union all from the 2 tables in the view that the schema permission would only allow...
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
October 19, 2007 at 10:51 am
I am not sure I understand your problem. What is the code you are running that does not work? Because running sqlcmd -E -S.\Server is connecting to the local...
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
October 19, 2007 at 8:48 am
Viewing 15 posts - 9,331 through 9,345 (of 9,643 total)