Viewing 15 posts - 2,101 through 2,115 (of 8,760 total)
Piling on
😎
This returns a DATETIME with time set at midnight:SELECT CONVERT(DATETIME,CONVERT(DATE,GETDATE()),0)
June 16, 2017 at 3:21 am
You can use the DelimitedSplit8K or the DelimitedSplit8K_LEAD functions
😎
DECLARE @ProductCode VARCHAR(256) = 'Organitation/My Companies/company ABC/My company divisoin/my company place/department/place of work 234/678/98as/sdfd45679'
June 15, 2017 at 11:47 pm
Further on Luis's respond, what have you tried so far?
😎
June 15, 2017 at 9:19 am
June 15, 2017 at 9:13 am
If you want to stay safe then check the the actual length of the values, here is an example
😎IF OBJECT_ID(N'DBO.TXX') IS NOT NULL DROP TABLE...
June 15, 2017 at 8:26 am
June 15, 2017 at 7:39 am
I have data in VARCHAR column.
I need...
June 15, 2017 at 7:36 am
June 15, 2017 at 7:33 am
June 15, 2017 at 7:18 am
Does the T-SQL TRY/CATCH only suppress the errors?
😎
June 15, 2017 at 6:57 am
Further on the subject, if the validity of the backups isn't tested by restoring then there is a potential risk, how do you validate that the backups can actually be...
June 15, 2017 at 6:41 am
June 15, 2017 at 2:46 am
June 15, 2017 at 2:14 am
While recycling error log using command - DBCC Errorlog , I am facing the...
June 15, 2017 at 2:06 am
Viewing 15 posts - 2,101 through 2,115 (of 8,760 total)