Viewing 15 posts - 16,081 through 16,095 (of 59,067 total)
Edvard Korsbรฆk (12/8/2016)
Original value for starttime is 1800001 (Clarion time figures based upon 1/100 of a sec since 00:00 +1)
Update dbo.timeaccountmovement set
DATO = Getdate() ...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 18, 2016 at 5:17 pm
richard.gardner 6009 (12/9/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 18, 2016 at 5:10 pm
squvi.87 (12/14/2016)
Need to generate random number based on ID3 column. Have mentioned each rows logic in remarks. Note: This is a sample data I need to apply on big set...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 18, 2016 at 4:50 pm
To be honest, you shouldn't have to do this with a system provider. They should have online diagnostics that check for this type of thing several times an hour....
--Jeff Moden
Change is inevitable... Change for the better is not.
December 18, 2016 at 2:35 pm
Very cool feedback, Eirikur. Thank you for taking the time to post those resources.
Shifting gears, I wish there were something I could do to help push you into writing...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 18, 2016 at 12:39 pm
It's funny that you brought this up in an article just now, especially the part about ETL.
Even as early as SQL Server 6.5, I built things in SQL Server that...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 18, 2016 at 9:36 am
Eirikur Eiriksson (12/18/2016)
Hi Jeff,in this case you will have to use CDATA (Character Data) elements in the construction of the XML.
๐
You just can't believe all the examples I've been through...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 18, 2016 at 8:47 am
momentueel (12/16/2016)
Let me first introduce myself. I'm new to the site. My reason to join is that I have just started a BI job and am learning about how...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 16, 2016 at 5:18 pm
momentueel (12/16/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 16, 2016 at 5:11 pm
momentueel (12/16/2016)
Let me first introduce myself. I'm new to the site. My reason to join is that I have just started a BI job and am learning about how...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 16, 2016 at 4:56 pm
m.sams (12/16/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 16, 2016 at 4:46 pm
Lynn Pettis (12/14/2016)
May help show the powers that be that ORMs don't always know what's best.
Precisely. If you can't prove it with code, you can't prove it.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 16, 2016 at 4:42 pm
paul.s.vidal (12/16/2016)
how can i copy a table with an specific amount a data.
example:
myTable has 5 millions rows.
I will create myNewTable as a copy of myTable but with only...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 16, 2016 at 2:41 pm
Ok... I have no life or maybe I just play a different set of relaxing games. ๐
I look forward to having some "down time" so that I can...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 16, 2016 at 2:38 pm
SQL-Learner (12/16/2016)
I have a table
CREATE TABLE [dbo].[Table](
[EmployeeID] [int] NOT NULL,
PartnerID] [int] NOT NULL,
[Approved] [bit] NULL,
[ApprovedBy] [nvarchar](255) NULL)
Insert into dbo.Table values (10111, 20111 , 0 ,Null)
Now I need to write...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 16, 2016 at 2:21 pm
Viewing 15 posts - 16,081 through 16,095 (of 59,067 total)