Viewing 15 posts - 436 through 450 (of 645 total)
cmartel 20772 (3/5/2014)
March 5, 2014 at 2:48 pm
Just encapsulate the SELECT for the INSERT in an EXEC so that it is not a parse-time issue. For example:
DECLARE @Table TABLE (IntVal INT NOT NULL)
IF (1 = 0)
BEGIN
INSERT...
March 5, 2014 at 2:13 pm
sgmunson (2/27/2014)
February 27, 2014 at 9:37 am
sgmunson (2/26/2014)
I have an existing Pervasive ETL process that uses a Java method, and I would like to create a user-defined function in SQL Server 2008 R2 that references...
February 26, 2014 at 11:58 pm
As far as I know, this is the only CLR forum here; there isn't one per each version of SQL Server.
I believe they changed the terminology as well in terms...
February 21, 2014 at 2:38 pm
dlevin (2/14/2014)
Thanks for this great explanation. I have a question...
You write "You're on the right track as far as the memory clerks go. Watch them over time....
February 21, 2014 at 2:08 pm
I was going to suggest getting the latest SSDT so I am curious if that fixed it.
I did find a few links of others having this same problem, not directly...
February 21, 2014 at 1:53 pm
ericjorg (2/20/2014)
Oh gods... um... ow.
May I recommend CLR? T-SQL and regex are not friends.
I thought as much, but I had to give it a try here before...
February 21, 2014 at 9:20 am
SwePeso (12/10/2008)
I have a function where I call "sp_who2" and take database and username as parameters to the function.Works great.
Hi there. I just wanted to mention that while OPENROWSET...
February 20, 2014 at 11:37 am
ishaan99 (12/8/2008)
February 20, 2014 at 11:28 am
SQLRNNR (2/19/2014)
Solomon Rutzky (2/19/2014)
February 19, 2014 at 1:53 pm
SQLRNNR (2/19/2014)
Alan.B (2/19/2014)
SQLRNNR (2/19/2014)
One question I think could be answered and would be very useful to those noobs to CLR.
How do you get the varbinary representation...
February 19, 2014 at 12:19 pm
Alan.B (2/19/2014)
SQLRNNR (2/19/2014)
One question I think could be answered and would be very useful to those noobs to CLR.
How do you get the varbinary representation...
February 19, 2014 at 11:28 am
Alan.B (2/19/2014)
February 19, 2014 at 11:15 am
Sean Lange (2/6/2014)
Alex Grinberg-230981 (2/6/2014)
February 15, 2014 at 10:50 am
Viewing 15 posts - 436 through 450 (of 645 total)