Viewing 15 posts - 1,591 through 1,605 (of 9,643 total)
You can also use @@ROWCOUNT as the FIRST statement in the trigger to determine the # of rows affected by the calling action.
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 25, 2012 at 11:17 am
You could do it if you designed the package to have 2 paths where 1 just executes that single task based on a configuration that sets a value in variable...
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 25, 2012 at 11:15 am
love seeing what y'all are reading. Because I'm cheap I'm going through the classics on my kindle. Currently reading my way through most of Dickens' books.
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 25, 2012 at 9:05 am
Grant Fritchey (4/24/2012)
Jack Corbett (4/24/2012)
Grant Fritchey (4/24/2012)
Oh, no. You didn't watch Luke & Laura on General Hospital? I used to race home from high school for that one.
Ooh,...
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 25, 2012 at 9:04 am
Grant Fritchey (4/24/2012)
Kiara (4/24/2012)
Lynn Pettis (4/24/2012)
The Dixie Flatline (4/24/2012)
Just....walk...
away....
Nope, too much fun watching now. I can even answer his question on why he keeps getting the same value 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
April 24, 2012 at 12:20 pm
Grant Fritchey (4/20/2012)
The Dixie Flatline (4/19/2012)
Yes, Gail, I was at 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 23, 2012 at 8:18 am
SpringTownDBA (4/13/2012)
Jack Corbett (4/13/2012)
I know very little about FTS, so how does it handle BLOB data types since the OP has an NVARCHAR(max) column in the FTI?
The base...
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 13, 2012 at 7:55 pm
SpringTownDBA (4/13/2012)
1. The FTS engine does have some caching in it. There is no documentation on what/when/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
April 13, 2012 at 3:34 pm
You are correct, you would have to grant access to the tables or views in the original database. You could use Table-Valued functions instead of views and sign them....
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 12, 2012 at 5:27 pm
EvilDba (4/12/2012)
with those permissions user can see the jobs that he owns.
That's not accurate. SQLAgentOperator can view ALL jobs, but can only modify the jobs that the user owns....
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 12, 2012 at 4:05 pm
You didn't come across as unappreciative. I just don't believe your colleague because there aren't a whole lot of ways to get gaps in a column with the IDENTITY...
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 12, 2012 at 12:30 pm
GilaMonster (4/12/2012)
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 12, 2012 at 11:56 am
Rich Yarger (4/12/2012)
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 12, 2012 at 11:30 am
If you want to update the column whenever it is edited you have 2 options with SQL Server.
1. Include the column in the update statement either using GETDATE() or...
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 12, 2012 at 10:32 am
If the column already exists and is one of the date data types then you should be able to ALTER it to add the constraint.
Your T-SQL would be:
ALTER TABLE x
...
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 12, 2012 at 10:00 am
Viewing 15 posts - 1,591 through 1,605 (of 9,643 total)