Viewing 15 posts - 781 through 795 (of 1,243 total)
djackson 22568 (12/12/2014)
BWFC (12/12/2014)
John Mitchell-245523 (12/12/2014)
BWFC (12/12/2014)
that could be we TUPE straight out through the door.
I'm no lawyer, but as I understand it, TUPE protects you from any changes that...
December 12, 2014 at 10:10 am
You're welcome.
http://www.sqlservercentral.com/blogs/lynnpettis/2009/03/25/some-common-date-routines/ has a lot of useful date things if you need more.
December 12, 2014 at 9:10 am
Try using this
declare @ThisDate datetime;
set @ThisDate = getdate();
select dateadd(wk, datediff(wk, 0, @ThisDate), 0)
December 12, 2014 at 9:07 am
What's the actual error message?
We had problems importing files using ~ as a separator because one of the records had a ~ in the text itself. This knocked everything...
December 12, 2014 at 8:16 am
I think we're in scope automatically, from what we've gathered it doesn't matter whether there's a job a the other end, the incoming company has to take you on. ...
December 12, 2014 at 7:55 am
John Mitchell-245523 (12/12/2014)
BWFC (12/12/2014)
that could be we TUPE straight out through the door.
I'm no lawyer, but as I understand it, TUPE protects you from any changes that are made as...
December 12, 2014 at 7:37 am
Ed Wagner (12/12/2014)
crookj (12/12/2014)
djj (12/12/2014)
BWFC (12/12/2014)
Ed Wagner (12/12/2014)
SQLRNNR (12/12/2014)
BWFC (12/12/2014)
Ed Wagner (12/12/2014)
richxs (12/12/2014)
SQLRNNR (12/11/2014)
Stuart Davies (12/11/2014)
Ed Wagner (12/11/2014)
Stuart Davies (12/11/2014)
SQLRNNR (12/11/2014)
curmudgeonScrooge
Humbug
Mint
Forge
Steel
Panther
Pink
Purple
Deep
Smoke
Water
Fire
Sky
December 12, 2014 at 7:25 am
I'm looking at this from a very different angle. This is my first tech job, to which I came 18 months ago on a long route through tourism, retail,...
December 12, 2014 at 6:49 am
Ed Wagner (12/12/2014)
SQLRNNR (12/12/2014)
BWFC (12/12/2014)
Ed Wagner (12/12/2014)
richxs (12/12/2014)
SQLRNNR (12/11/2014)
Stuart Davies (12/11/2014)
Ed Wagner (12/11/2014)
Stuart Davies (12/11/2014)
SQLRNNR (12/11/2014)
curmudgeonScrooge
Humbug
Mint
Forge
Steel
Panther
Pink
Purple
Deep
December 12, 2014 at 5:46 am
Ed Wagner (12/12/2014)
richxs (12/12/2014)
SQLRNNR (12/11/2014)
Stuart Davies (12/11/2014)
Ed Wagner (12/11/2014)
Stuart Davies (12/11/2014)
SQLRNNR (12/11/2014)
curmudgeonScrooge
Humbug
Mint
Forge
Steel
Panther
December 12, 2014 at 5:12 am
Carlo Romagnano (12/11/2014)
Extremely easy!The answer is in the title!
😀
The answer might be in the title, but as a newbie I went through my usual process of reading the question, picking...
December 11, 2014 at 1:16 am
Have a look at this page[/url] it'll point you in the right direction. We can't do much else without some input from you though. Can you post some...
December 8, 2014 at 4:10 am
The script file works fine and exporting to a csv works fine for the other columns I tried it on, it just seems not to like the binary data for...
December 5, 2014 at 8:40 am
Viewing 15 posts - 781 through 795 (of 1,243 total)