Viewing 5 posts - 1 through 5 (of 5 total)
I check my col1 it was a data type of int
September 23, 2019 at 1:19 pm
He was talking about data types so the correct answers could have been
-text/ntext
- XML
Or
-text/ntext
- CLR
I am guessing because I got it wrong by choosing 4 data types
June 29, 2016 at 5:40 am
Or it could be - Returns an error if the call is not well-formed, such as an invalid number of parameters or incorrect parameter type. - since no parameter was...
October 2, 2015 at 1:04 pm
CREATE TABLE #CategoryChanges
(ChangeID int Primary Key Identity
, CategoryID int
, OldCategoryName nvarchar(15)
, NewCategoryName nvarchar(15)
, ModifiedDate datetime2 ???
, LoginID nvarchar(30));
I have never heard...
January 6, 2010 at 4:21 pm
In virus scan console=>Access protection =>prevent massmailing worm from sending mail=>EDIT => Processes to exclude: add "DatabaseMail90.exe"
December 2, 2009 at 1:41 pm
Viewing 5 posts - 1 through 5 (of 5 total)