Viewing 15 posts - 4,621 through 4,635 (of 5,111 total)
mw112009 (12/29/2016)
THOM A: I wanted you to modify the code for me.. (Please )
You learn more if you try to do it yourself. Which you have done 😎
December 29, 2016 at 7:19 am
Would a simple IF...ELSE (Transact-SQL) statement not achieve this?
Note that you can't interact with variables inside D-SQL. So you would need to do any handling and declarations with them inside,...
December 29, 2016 at 7:14 am
SQL Server 2016 actually installs with Microsoft's recommendation anyway.
December 29, 2016 at 7:09 am
This isn't a feature in 2012, and although I've not experimented as much with 2016, I don't recall hearing that it has become an option. The msdn page makes no...
December 29, 2016 at 3:45 am
Going to fix a few bits first.
Firstly, to the above poster, the OP stated that they were using NULL's, not blank strings. I am also unsure why you have chosen...
December 29, 2016 at 2:48 am
This one interested me, so I had a Google. A user had an interesting solution on asp.net: https://forums.asp.net/t/1995435.aspx?How+to+convert+Number+to+word+using+Sql+Query+with+standard+US+as+UK+Fromat.
CREATE FUNCTION fnIntegerToWords(@Number as BIGINT)
RETURNS VARCHAR(1024)
AS
/*
Taken froma post...
December 28, 2016 at 8:57 am
PJ_SQL (12/28/2016)
While browsing folders or trying to create new folder.
And what about:
Have you checked your logs for your SSRS service?
December 28, 2016 at 8:19 am
PJ_SQL (12/27/2016)
In SSRS2016, I am getting this error sporadically.Something went wrong. Please try again later.
Also, sometimes get error saying folder is empty.
Please advise.
Thanks.
When are you getting these errors? When...
December 28, 2016 at 7:27 am
How are you telling your package to not proceed the data flow task? I assume you're not using a task result of failure, so what are you doing instead? Does...
December 28, 2016 at 2:28 am
Firstly a brief explanation of how AND and OR statements work. I noticed that you have a mixture of AND and OR without any brackets, which is likely causing some...
December 26, 2016 at 11:52 am
Sorry I'm not contributing but that is Beautiful, Phil 😀
December 26, 2016 at 5:17 am
Your previous post implied to me that there should be nothing at the end. Are you saying that there is a page break and then you have more data (not...
December 26, 2016 at 5:01 am
Duplicate post. See topic: http://www.sqlservercentral.com/Forums/Topic1845577-150-1.aspx#bm1845612.
December 26, 2016 at 4:01 am
This sounds more like the setting of the object has the Page Break at end option check, or that there is white space after your final object on your report...
December 25, 2016 at 11:22 am
You won't be able to do this with default values, however, would be simple to do with a stored procedure (or you could simply change your insert statement to do...
December 25, 2016 at 6:52 am
Viewing 15 posts - 4,621 through 4,635 (of 5,111 total)