Viewing 15 posts - 16 through 30 (of 853 total)
I am not understanding
March 13, 2018 at 10:20 am
Hello I have this code
dateadd(day,max(fad)/1000, dateadd(year,floor(max(fad)/1000, '21-mar-1899')) as [DateP]
need to convert this to text format as dd/mm/yyyy, now I get this value:2000-11-28 00:00:00.000
March 13, 2018 at 9:23 am
I don't know what is better to use virtual server or non virtual server, table of data 15 gb,trying to create tabular report by using power bi.
September 1, 2016 at 12:34 pm
Msg 306, Level 16, State 2, Line 57
The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator.
Msg 4104, Level 16,...
July 7, 2014 at 8:59 am
by putting these code:
WHERE (CONV_DATE > DATEADD(dd, DATEDIFF(dd, 0, GETDATE()), 0)) AND (CONV_DATE < DATEADD(dd, DATEDIFF(dd, 0, GETDATE()), 30))
I get error arifmetical overflow...
March 6, 2014 at 10:26 am
Can I use replication between sql server 2008 sp1 and sql server 20005 sp3 and sql server 2008 sp1 with sql server 2000
December 12, 2013 at 11:51 am
yes, but it is not working
September 18, 2013 at 1:17 pm
I restored old distribution database from last week, where can I find out what I had before?
July 2, 2013 at 11:21 am
Is there way to see in distribution database?
July 2, 2013 at 10:26 am
Before I delete it,is there way to find out what was execly replicating from one db to another? thank you
July 2, 2013 at 7:25 am
I restored a back to a new database.
Had to delete publication for replication otherwise couldnt delete bad database, Of that database from local publication. SQL job that was sat up...
July 2, 2013 at 6:16 am
Viewing 15 posts - 16 through 30 (of 853 total)