Viewing 15 posts - 7,981 through 7,995 (of 9,643 total)
Grant Fritchey (8/12/2008)
Hopefully, you're right. It does seem like this one may have missed a point or two. Something to keep in mind for the next one.
You've definitely written 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
August 12, 2008 at 9:52 am
Grant Fritchey (8/12/2008)
I'm sorry the article wasn't clear enough on these points. I was really hoping to help people who had been stuck like I was. It seems I may...
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 12, 2008 at 6:57 am
I have to admit being lax about security as far as developers go. Of course part of this comes from the fact that I have always worked in small...
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 12, 2008 at 6:55 am
sys.database_files has the data you are looking for.
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 11, 2008 at 7:11 pm
It depends on the your design. If you have no FK's defined you can just do sp_msforeachtable 'truncate table ?' or sp_msforeachtable 'delete from ?', but if you 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
August 11, 2008 at 7:05 pm
Lynn Pettis (8/11/2008)
Jack Corbett (8/11/2008)
[... The kids are only a problem when the adults are.
Not always true. Had a player get fouled, blew the whistle and called the foul...
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 11, 2008 at 12:57 pm
Lynn Pettis (8/11/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
August 11, 2008 at 12:35 pm
Lynn Pettis (8/11/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
August 11, 2008 at 12:24 pm
jcrawf02 (8/11/2008)
Lynn Pettis (8/11/2008)
I can out run some of the older refs...not necessary, if the game gets ahead of you, just throw a card or call 'offsides'! 😛
Hey, experience shouldn'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
August 11, 2008 at 12:15 pm
Teresita Castro (8/11/2008)
Is Red Gate SQLCompare expensive?
Not bad. If you are doing something like this often, or just want to be able to migrate schema changes it is...
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 11, 2008 at 12:11 pm
Since you had figured it out I didn't take a look.
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 11, 2008 at 12:09 pm
There is no way that I am aware to use header/footer information in the main body of a report. At least not something like the Pages and PageNumber. ...
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 11, 2008 at 12:08 pm
steveb (8/11/2008)
from this you should be able to see when the last schema change was for...
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 11, 2008 at 11:37 am
You could try setting the KeepTogether property on the table to True
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 11, 2008 at 10:29 am
We actually chose NOT to use SQL Server to encrypt/decrypt this data, but to put the encryption/decryption in the business layer because using SQL Server encryption means that the data...
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 11, 2008 at 10:07 am
Viewing 15 posts - 7,981 through 7,995 (of 9,643 total)