Viewing 15 posts - 61 through 75 (of 94 total)
Joshua,
The issue is that the ”invoke the role” statement in the question is vague and I belive assumes that the @fCreateCookie and @cookie arguments were used.
-Kevin
March 19, 2008 at 10:13 am
Can someone explain to me what this means?
I see that the ANSI_NULLS database option is off on my databases and that in SQL Server Management Studio that ANSI_NULLS is on....
February 25, 2008 at 12:21 pm
SSCrazy,
Understood.
I guess my first post was confusing. I was mearly trying to point out that the example in the article didn't work when I tried it. All green doesn't...
February 11, 2008 at 4:17 pm
Rick Todd (2/11/2008)
I'm doing my compare based on the Business Key of the table, as opposed to something I'm generating internally (like the Surrogate Keys I'm generating with an IDENTITY...
February 11, 2008 at 2:41 pm
Hi Andy,
Thanks for a very informative article!
Some things I found while walking through this.
The Changed Rows detection condition expression failed for me. The error was that the expression returned...
February 11, 2008 at 1:59 pm
Thanks Mohit. This sure saved me some time!
November 8, 2007 at 5:32 pm
I think you meant to say
ISNULL(AT_Active, 'False') <> 'True'
July 18, 2006 at 9:27 am
Thanks for that link. Very informative read.
April 19, 2006 at 8:55 am
Thanks.
Seems strange that this syntax does not work...
select top @varname * from ...
and this one does
set rowcount @varname
Sometimes I feel like I am jumping through hoops e.g., dynamic query, etc..,...
April 18, 2006 at 11:32 am
Thanks Steve. Great article. I have a question the might be slightly off topic. What would be the best way in sql server 2000 to write a stored proc...
April 17, 2006 at 10:12 am
I'm going to need a better dartboard. Mine's not working very well.
March 29, 2006 at 9:18 am
Viewing 15 posts - 61 through 75 (of 94 total)