Viewing 6 posts - 61 through 66 (of 66 total)
I get the following
(No column name)
aug 4 2014 12:00AM
April 28, 2014 at 4:18 pm
I found it here: click
Tried everything, but the months and days got swapped. Logins have Dutch language setting (not sure if that is of any consequence).
Cheers,
Julian
April 28, 2014 at 1:42 pm
Hi Luis, that was very helpful.
Below script for a similar situation.
-- DROP THE TABLE
IF EXISTS(SELECT * FROM SysObjects WHERE Name = 'DRPToewijzingen_STAGING')
DROP TABLE dbo.DRPToewijzingen_STAGING
GO
USE WZH
GO
CREATE TABLE DRPToewijzingen_STAGING(
[Wrkn Werknemernummer] [varchar](50) NULL,
[Wrkn...
April 27, 2014 at 1:00 pm
Hi Luis,
I really appreciate this, thank you. 🙂
Tomorrow, Sunday, I will try your code.
Thanks,
Julian,
Spain (no hablar Espanol)
April 26, 2014 at 1:55 pm
Hi Luis,
Thank you. I am new to SQL Server and am learning and developing at the same time. (Excel front end, SQL Sever back end).
You guessed right. Every morning a...
April 26, 2014 at 11:11 am
Thank you. Worked for me. 🙂
Julian
March 9, 2014 at 10:16 am
Viewing 6 posts - 61 through 66 (of 66 total)