Viewing 15 posts - 1 through 15 (of 178 total)
Looks like you missed one change of IN to ''="
UPDATE Netzplan SET Frühester_Anfang IN vs. UPDATE Netzplan SET Frühester_Anfang =
May 3, 2012 at 8:23 am
Thank you both. I am glad to see it's not an obscure system table. I can rest in peace now!
Toni
September 30, 2010 at 7:29 am
I am not confident about understanding what you want done. If you need to execute the same statement to run everytime before the stored procedure runs, why wouldn't you...
January 8, 2010 at 3:29 pm
Actually the Coalesce does not add anything since the first when clause handles a null '@x' variable already.
Toni
January 7, 2010 at 6:56 am
You could get the results without the overhead of distinct by checking for occurence of name in the string built thus far through a Case statement:
Declare @x VARCHAR(100)
SELECT @x...
January 7, 2010 at 6:46 am
I believe you can use the sys.foreign_key_columns table (See BOL) to determine what schema the foreign key belongs to...
SQL Server 2008 Books Online (November 2009)
sys.foreign_key_columns (Transact-SQL)
Contains a row for each...
January 7, 2010 at 5:01 am
Hi. I am sure you will correct me if I am wrong here but wouldn't Nittin's statement drop all the foreign keys from all the tables including those...
January 7, 2010 at 4:47 am
Wish there could be a similar illumination on the foundations of the other "ism" referenced in the article. Ageism is very real when it's thought that anyone over...
January 6, 2010 at 7:06 am
Some form of Job security and protection against outsourcing.
March 6, 2009 at 3:19 am
Erik, for this particular table if you add an identity column to your sheet1 table you can make your WidthHeight table without loops and all. Now, there is probably...
February 20, 2009 at 9:31 am
I am going to defer to Jeff. I don't think I am anywhere near the same mind set as you are on this one. I think you...
February 17, 2009 at 10:56 am
Erik. I am not sure what you mean by the % in the columns. From your sample grid (second post) it looks like you have the cost...
February 16, 2009 at 12:15 pm
Jeff, Erik was addressing the question to an earlier post of mine that addressed only the original question and did not address the added complexity of the second grid which...
February 16, 2009 at 11:01 am
Now that I've looked at the second grid, that sure adds a bunch of complexity as there does not seem to be a straightforward algorithm for the pricing. ...
February 16, 2009 at 10:57 am
Viewing 15 posts - 1 through 15 (of 178 total)