Viewing 15 posts - 9,091 through 9,105 (of 9,643 total)
Since an Access DB was not really designed to be concurrent user you may gain some benefit by upsizing to SQL Server. You can test it first. 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
March 8, 2008 at 8:38 am
First, are you including all the tables in your database in the IN list? If you are you should get rid of the IN and use where TABLE_CATALOG =...
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 8, 2008 at 8:32 am
Based on visiting http://www.dtsearch.com it appears that dtSeach indexes and searches documents on your PC/Network. Full Text Search is a SQL Server Feature that allows you to do search...
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 8, 2008 at 8:07 am
I don't think there is a way to do that. It is a system function where MS does not provide the code. You could write your own UDF...
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 7, 2008 at 10:22 am
Adam Bean (3/6/2008)
Cory Ellingson (3/6/2008)
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 6, 2008 at 11:23 am
I have almost never gone back into older code without seeing ways I can improve it. Mainly because I am on sites like this and trying to learn more...
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 6, 2008 at 9:00 am
Isn't a Profiler someone who works for the FBI or something and tries to "get into the head" of the criminal? You know like on Criminal Minds 😀
I don't...
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 5, 2008 at 3:48 pm
Matt Miller (3/5/2008)
It looked something like:
Matthew Miller
Senior Software Architect, O.D.A.A.
After I had been using it for a while, I got...
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 5, 2008 at 11:15 am
Thanks to all for the advice. I managed to get through the install okay. Now for actually using it!
Also I found something interesting about the REporting Services Windows...
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 5, 2008 at 9:39 am
EdVassie (3/5/2008)
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 5, 2008 at 9:29 am
Looks like it should work.
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 5, 2008 at 8:32 am
Grant Fritchey (3/5/2008)
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 5, 2008 at 8:30 am
When you use the Like operator with a leading wildcard (%) an index scan is the best you will get. Also using Select * also will give you at...
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 5, 2008 at 5:30 am
Okay I am running my install and getting this warning:
- ASP.Net Version Registration Requirement (Warning)
Messages
ASP.Net Version Registration Requirement
32-bit ASP.Net is Registered. Required 64-bit ASP.Net to install Microsoft Reporting Services...
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 4, 2008 at 12:55 pm
sr (3/4/2008)
I think i need to Create a linked database ..but dont know how to do it?sr
Lookup linked server in Books On Line or google it.
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 4, 2008 at 11:47 am
Viewing 15 posts - 9,091 through 9,105 (of 9,643 total)