Viewing 15 posts - 2,056 through 2,070 (of 9,707 total)
Okay. This is driving me batty.
New code (with datatypes fixed) works fine ....
------------------------------Data file size----------------------------
IF (SELECT OBJECT_ID('tempdb..#dbsize')) IS NOT NULL
DROP TABLE #dbsize;
CREATE TABLE #dbsize
(Dbname...
January 22, 2016 at 11:01 am
Luis Cazares (1/22/2016)
Brandie Tarvin (1/22/2016)
Luis Cazares (1/22/2016)
You're effectively not inserting any null values explicitly, but you were...
January 22, 2016 at 10:52 am
Luis Cazares (1/22/2016)
You're effectively not inserting any null values explicitly, but you were missing the column in...
January 22, 2016 at 10:39 am
I understand what you're saying about the SYSNAME, and I agree I need to fix the code.
But if that's the case, why did fixing only the driveletter column, which is...
January 22, 2016 at 10:37 am
Eirikur Eiriksson (1/22/2016)
😎
CREATE TABLE #dbsize
(
Dbname SYSNAME ...
January 22, 2016 at 5:56 am
Ran into something weird with temp tables this morning / yesterday. I have resolved the problem, but without understanding what the problem really was. Would appreciate some insight if anyone...
January 22, 2016 at 4:44 am
Two years from now he or his successor are going to be very irritated about their design.
January 21, 2016 at 6:23 am
Eirikur Eiriksson (1/20/2016)
Alvin Ramard (1/20/2016)
Ed Wagner (1/20/2016)
Steve Jones - SSC Editor (1/20/2016)
January 20, 2016 at 12:37 pm
Jacob Wilkins (1/19/2016)
Eirikur Eiriksson (1/19/2016)
GilaMonster (1/19/2016)
January 20, 2016 at 6:32 am
jasona.work (1/19/2016)
Paintball is getting more and more complicated...I wonder if it'll work with Express or if it needs Enterprise?
That is flippin' brilliant.
January 20, 2016 at 6:27 am
SQLRNNR (1/19/2016)
BL0B_EATER (1/19/2016)
SQLRNNR (1/19/2016)
GilaMonster (1/19/2016)
January 19, 2016 at 8:10 am
Hugo Kornelis (1/19/2016)
BL0B_EATER (1/19/2016)
January 19, 2016 at 8:04 am
And the joyous news of the day is no moving the corporate monitoring dbs over to our new servers because we own the servers so are expected to do our...
January 18, 2016 at 11:32 am
BrainDonor (1/18/2016)
January 18, 2016 at 6:09 am
GilaMonster (1/14/2016)
January 15, 2016 at 9:58 am
Viewing 15 posts - 2,056 through 2,070 (of 9,707 total)