Viewing 15 posts - 4,936 through 4,950 (of 5,111 total)
In a development, or production, environment you should really be running the SQL Services under a proper network login. They don't need to be the same across the board (Agent...
September 1, 2016 at 9:40 am
Seems Spiff beet me to it before I finished!
September 1, 2016 at 7:48 am
Thanks. The fact the it's not actually 3rd normal was grating on me, so i've changed my tables a little for the moment (I can change in the query though)....
September 1, 2016 at 7:29 am
Having a quick look at your table, they don't appear to be in 3rd normal form. Is a visitor limited to only 3 visits? What happens if they visit a...
September 1, 2016 at 7:13 am
kiran08.bi (9/1/2016)
that is one table . As we have space constraint while post the questioni kept in two parts
Thanks Kiran,
I would still suggest providing those create and insert statements...
September 1, 2016 at 4:28 am
Welcome to SQL Server central.
Just having a look at your post, it's really difficult to read your data, especially with a lack of commas. Have a read of the...
September 1, 2016 at 2:48 am
When running as an Agent Job, the user that the SQL Server Agent is running on needs access (and any other rights it might need) to that folder. If you're...
September 1, 2016 at 2:08 am
This almost sounds like possibly a rounding issue. What sort of value is your sp returning? If it's a decimal, is the format SSRS no set to display decimals, and...
August 31, 2016 at 9:00 am
Isn't this a duplicate of http://www.sqlservercentral.com/Forums/Topic1813840-3077-1.aspx ? Try to keep it to one topic for a question, it makes it confusing. I have answered in your original topic.
August 31, 2016 at 6:35 am
wendy elizabeth (8/30/2016)
August 31, 2016 at 3:35 am
You need to include all of these tasks in a Sequence container. This will process each task in a "transaction". If one fails, you can set up SSIS to roll...
August 31, 2016 at 3:09 am
In the groups pane, click the down arrow on the right hand side and select Advanced mode.
Select the group you wish to repeat(which will likely be called "(Static)" and be...
August 30, 2016 at 4:39 am
The Reporting Services database is purely for deploying your RS data and reports to. it holds your security settings, and stuff like that, but where you run the service could...
August 30, 2016 at 4:23 am
See new answer 😛 (yes double posted to get a subscription email off :P)
August 26, 2016 at 5:02 am
Brain fart. Will edit again in a bit.
Edit: Answer number 2!
Would this work. In the filter, add the following expression (replace with your paramter and date fields):
=iif((Fields!date1.Value = Parameters!DateParam.Value) or...
August 26, 2016 at 4:43 am
Viewing 15 posts - 4,936 through 4,950 (of 5,111 total)