Viewing 15 posts - 931 through 945 (of 1,241 total)
Are you embedding the SQL in the report or is the report calling a stored procedure? The latter would be preferred if possible.
August 19, 2014 at 5:13 pm
wendy elizabeth (8/14/2014)
1. SystemAdmin privledges under Site Settings > Security , can you tell me what I am looking...
August 15, 2014 at 5:40 pm
Or if you want less than the last day of the prior month (instead of less than the first day of the month)... just subtract a day from the answer...
August 14, 2014 at 12:59 pm
I've noticed in the case of a multi value parameter, the Select ALL option shows when the code is embedded in the reports. That is, a stored procedure is not...
August 14, 2014 at 12:47 pm
reddychaitanyakrishna (7/22/2014)
Please Help me......
I Have the below requirement........
1. Design the DB for ‘Retail Stores Business’ where various products are on sale in both physical and online stores across the...
August 14, 2014 at 11:02 am
Have you tried to connect to the reporting service through management studio? Are you able to to see the reports folder there?
August 14, 2014 at 10:58 am
What version of SSRS are you using? You should have a radio option to not set a default value for the parameter. Also, run your query by substituting a null...
August 12, 2014 at 3:33 pm
WILLIAM MITCHELL (7/22/2014)
If Access is prompting for a password, but there was no database password set - then the...
August 12, 2014 at 3:25 pm
Some use triggers in these cases to potentially record changes to important information. These do add overhead to a tables performance but they exist for a reason.
August 12, 2014 at 3:19 pm
It helps to be able to see what you are seeing. If this is still an issue for you can you post a sample of your xml data? Have you...
August 12, 2014 at 11:50 am
Another option if you wanted to have the collation changes apply to existing objects, you could migrate the data to a new database with the desired collation.
@QueryType VARCHAR(25),
IF @queryType='delete'
Depending...
August 8, 2014 at 1:05 pm
Thanks Jeff for sharing your knowledge here.
Kevin, I'll have to read up on Latching. Thanks guys.
August 8, 2014 at 12:43 pm
Please try a quick Internet search:
I quickly found this here
The one on your test server was case insensitive (hence the CI portion in the name). That is no...
August 7, 2014 at 6:48 pm
Jeff Moden (5/27/2014)
Ryan Keast (5/27/2014)
I had the following script that used to work in SQL2000 but now that I have migrated it, it no longer does.
,TEN.[tncy-sys-ref]
+...
August 7, 2014 at 5:48 pm
Jeff, I wanted to get your take on something Gail posted once :
http://www.sqlservercentral.com/Forums/FindPost485499.aspx
The way I read it, a clustered index (pk or not) won't necessarily cause a huge slowdown to...
August 7, 2014 at 5:36 pm
Viewing 15 posts - 931 through 945 (of 1,241 total)