Viewing 15 posts - 6,166 through 6,180 (of 9,643 total)
Yes you can do the same thing just substitute the field you want to use for the field that I have provided. AS long a sit is the same...
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
January 23, 2009 at 8:04 am
Maxim Picard (1/22/2009)
Just look at the estimated subtree cost ratio
0.0066852 (Left Outer Join)
0.0572076 (CTE)
In both cases it does a...
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
January 22, 2009 at 1:25 pm
K. Brian Kelley (1/22/2009)
SQL Server supports TLS. Has since the SQL 2000 days....
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
January 22, 2009 at 12:50 pm
K. Brian Kelley (1/22/2009)
Jack Corbett (1/22/2009)
All of the above issues are why I believe any encryption should be done in the business layer, not the database.
If I'm a system administrator,...
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
January 22, 2009 at 11:32 am
Could you post some sample data and your expected results from that sample data. See the link in my signature for the best way to do 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
January 22, 2009 at 8:41 am
Do you mean the agent for a backup product like BackupExec? Or, Do you want to be able to schedule SQL Server Native Backups?
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
January 22, 2009 at 8:39 am
You can setup a linked server (see BOL) and then you can do the query like this:
ALTER PROCEDURE dbo.JanetsTest
AS
Insert into Products
(
ProductCode,
ProductDescription
)
...
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
January 22, 2009 at 8:38 am
I didn't go through the whole script, but you might want to submit it to the script library here.
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
January 22, 2009 at 8:33 am
All of the above issues are why I believe any encryption should be done in the business layer, not the database.
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
January 22, 2009 at 8:29 am
RBarryYoung (1/22/2009)
The general rule of thumb that you want to follow is: if columns in two different tables hold the same values and are intended to match each other...
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
January 22, 2009 at 8:23 am
You may want to take 5 minutes (maybe 10 if you have to register) and watch this video on JumpstartTV, http://www.jumpstarttv.com/parameterizing-the-execute-sql-task-in-ssis_500.aspx
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
January 22, 2009 at 7:31 am
Michael solution will work, but I always recommend going out and getting a tool that does this like ApexSQLDiff or RedGate SQLCompare. Long term it will be worth 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
January 22, 2009 at 7:25 am
I think the biggest issue is lack of true project management in IT. I know I struggle with taking all the information from users and accurately converting those 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
January 22, 2009 at 6:31 am
As Steve said, if you limit the events and columns traced and filter on the appropriate database(s) it should be very lightweight.
You do want to make sure that you are...
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
January 22, 2009 at 6:20 am
Lynn Pettis (1/21/2009)
hmmm, Got "it" I think he has!
Well, apparently your patience is paying off. I don't think I could have lasted that long.
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
January 21, 2009 at 2:19 pm
Viewing 15 posts - 6,166 through 6,180 (of 9,643 total)