Viewing 15 posts - 46 through 60 (of 125 total)
Personally I found multiple communication tools distracting. I like organisation, so if I could do everything with one tool, it would be nice. If I could just reply...
March 9, 2016 at 1:27 am
We use a naming standard that prevent the "gotchas" in synonyms: s_<objectname>
That obviously means that we do not simplify the names and we only use it when we are pointing...
September 11, 2014 at 4:06 am
How about special training for x number of people. Lets say for 4 weeks. It could be at home or close to home. You already have the...
January 9, 2014 at 3:41 am
I would just change one thing on Jeff's suggestion: Use a wheel clamp instead of towing. In our country it is a cheaper option and if it is...
November 27, 2013 at 3:26 am
I have determined that the "out of context" connections in the clr is causing the problem. Does that mean that I cannot connect to 2 different databases when I...
July 1, 2013 at 2:02 am
Test 1 proves that my code works when you just view it. It is the INSERT INTO that is causing something to change on the clr side, as if...
June 30, 2013 at 11:55 pm
With that out of the way, my original problem did not disappear.
TEST 1:
SELECT CONVERT(INT, nsFramework.dbo.fncFormulaCalculation(5, 1, tYear, tMonth, 0))
FROM dbo.tblTallyTable_Periods
WHERE tYear = 2014
-----------
26746
23014
27048
26326
27356
25219
27667
27823
25650
28139
27386
26956
TEST 2: (fail)
CREATE TABLE #Temp (
Result INT)
INSERT INTO...
June 30, 2013 at 6:13 am
I have removed all my try catches in the clr and I just found that I have casting issues. I will reply when that is solved.
June 28, 2013 at 8:47 am
It does not even allow an insert into a temp table. The clr returns a single value, thus:
CREATE TABLE #Temp (
tValue NUMERIC(18,4))
INSERT INTO #Temp
SELECT fncFormula(5, 2014, 6, 28)
or
SELECT fncFormula(5,...
June 28, 2013 at 7:36 am
Your link "10 uses for a message queue" should have read: "10 reasons to use message queues". I also would have liked a few examples.
January 16, 2013 at 5:38 am
I will vote for tabs. Why? Just because I am lazy and using the arrow key to jump 4 spaces makes me smile. Our standards include the...
March 18, 2012 at 11:53 pm
Its never that easy. Till now I never needed the Enterprise Edition. What changed? Moving a number of instances on one physical server and then realising that I...
December 6, 2011 at 10:51 pm
joe.trainor (10/21/2011)
I would be interested to know how many other people are finding DTS a bit of an obstacle to their upgrade progress from SQL 2000.
Yes, that is why 1...
October 21, 2011 at 1:31 am
We have 2 x SQL2000 servers and 5 x SQL2008R2 servers. I have an ongoing project to migrate all databases to our new servers (SQL2008R2), but I do it...
October 21, 2011 at 12:25 am
I am blessed by having the best of both worlds. Ok, I know I am bragging, but it’s nice. I have a 27inch wide aspect for apps like management...
October 14, 2011 at 6:43 am
Viewing 15 posts - 46 through 60 (of 125 total)