Viewing 15 posts - 1 through 15 (of 36 total)
Question:
Does the database and SSRS have to be at R2 level or can the data be in SQL Server 2008 and then say a seperate instance of 2008 R2 running...
March 7, 2011 at 8:16 am
mzak (7/22/2010)
I first tested the suggested hypothesis of declaring/setting the pi/180 as a constant in the T-SQL udf.
Average time = 1444.4 milliseconds
Then I tested using no declared variables...
July 22, 2010 at 1:49 pm
mzak (7/21/2010)
Kevin Rathgeber (7/21/2010)
In trying to keep all things equal, Shouldn't you declare a variable at the beginning of your function to hold the...
July 21, 2010 at 1:32 pm
I have a comment regarding your T-SQL
In trying to keep all things equal, Shouldn't you declare a variable at the beginning of your function to hold the value of PI()...
July 21, 2010 at 1:12 pm
Here's what I think most people are missing on this matter:
1. Dynamic SQL is not the problem, Injection IS.
2. SQL Injection uses Dynamic SQL, but the two are...
February 18, 2010 at 2:37 pm
ksh (2/18/2010)
February 18, 2010 at 2:28 pm
RBarryYoung (2/18/2010)
Kevin Rathgeber (2/18/2010)
RBarryYoung (2/18/2010)
Kevin Rathgeber (2/18/2010)
RBarryYoung (2/18/2010)
February 18, 2010 at 11:09 am
RBarryYoung (2/18/2010)
Kevin Rathgeber (2/18/2010)
RBarryYoung (2/18/2010)
February 18, 2010 at 10:04 am
RBarryYoung (2/18/2010)
February 18, 2010 at 9:54 am
Josep (2/18/2010)
I wouldn't like to be missunderstood: I absolutely agree with you. I only use dynamic sql when I cannot avoid it, as a last option. It has...
February 18, 2010 at 9:47 am
Your dynamic sql example seems to be a one off or just a script you run, however, just a note as a developer and from an applications point of view;...
February 18, 2010 at 9:20 am
Charles Kincaid (5/20/2009)
If I remember correctly is this not how sequence generators in Oracle work?
Is that word allowed on this forum 😀
May 20, 2009 at 11:06 am
Hi Jeff.....I just read your solution regarding the sequence tables. Very good explanation. I have one minor concern (very minor). You have indicated having the transaction starting...
May 19, 2009 at 5:17 pm
While on the whole Kerberos subject here...Have you ever run into a problem where it appears that Kerberos appears to just stop working (not sure if it is reverting back...
May 19, 2009 at 4:36 pm
Gherry Taylor (2/13/2009)
February 13, 2009 at 11:24 am
Viewing 15 posts - 1 through 15 (of 36 total)