Viewing 15 posts - 1 through 15 (of 24 total)
I think "Bad Managers" are considered as "You don't want to leave but you have to" type of problem in a company. I remember a time when I have this...
October 19, 2017 at 11:22 pm
(Don't get me wrong, I know how to code, but I'm not that great.)
The test I give to a interviewee would be writing a code which would add, insert, update...
December 9, 2016 at 11:21 pm
Yep, that's what I think too, I'm ending it right here, thank you!
December 1, 2016 at 10:04 pm
Currently I'm looking at solutions on how to fix the error when the CSV file and our database are not equal in terms of column count. But I might need...
December 1, 2016 at 5:25 pm
Hi Sir Jeff Moden,
Good Day.
Sir, If you dont mid asnwering again, I searched in the internet but to no avail. My current problem is, the data which I gave you,...
December 1, 2016 at 1:56 am
If I could only know how to check the number of rows in this kind of CSV, that would be great! but anyway, thank you for the insight sir! This...
November 27, 2016 at 5:51 pm
The SQL Express back-end will give you the ability to build and use stored procedures (amongst other benefits) and provide better locking mechanism so the end users won't interfere with...
November 25, 2016 at 8:59 pm
Hi Sir Jeff!
Thank you for your time!
Sir, I have uploaded the data files which you wanted. Thanks again!
Going back to the last thread that we have discussed sir, IF ever...
November 25, 2016 at 5:10 pm
Yes Sir, I created a XML file, here is the screenshot.
Do take note i change my terminator from '","' to ','
and here sir is the textfile
I would like to ask...
November 24, 2016 at 5:26 pm
I tried using your code sir, first, i uploaded the data as temp table in my database (into #TestCSVImport). I also renamed the column names of the CSV file to...
November 23, 2016 at 8:41 pm
I just learned open rowset!
SELECT *
FROM OPENROWSET('Microsoft.ACE.OLEDB.12.0',
'Excel 12.0 Xml;
Database=C:\DataFiles\EmployeeData1.xlsx',
[vEmployee$]);
November 20, 2016 at 7:43 pm
Thank You Mr. Jeff Moden
And I would like to take this opportunity to say that your Profile Photo never fails to amuse me, even RBAR!
And, to the topic, I would...
November 20, 2016 at 5:13 pm
could anybody answer this please?
November 18, 2016 at 10:05 pm
I'm not quite sure when and where the data will be 4 or 6 columns since the data source is a scientific device which measures temperatures. It has its own...
November 17, 2016 at 5:06 pm
So I marked your reply as the answer, I used hostname as the source.
ALTER TRIGGER [dbo].[SaveUsers]
ON [dbo].[Employee]
AFTER UPDATE
AS
BEGIN
-- SET NOCOUNT...
October 8, 2016 at 2:18 am
Viewing 15 posts - 1 through 15 (of 24 total)