Viewing 15 posts - 256 through 270 (of 1,222 total)
dwain.c (12/12/2013)
jshahan (12/12/2013)
You can also query information_schema.columns.select * from information_schema.columns where table_name = 'YourTableName'
Better to use sys.columns or sys.all_columns as information_schema.columns is being deprecated.
All the technical metadata exists in there....
December 12, 2013 at 7:14 pm
You could try a for each loop that uses the list of sprocs as the item to iterate through and then call bulk copy for each of them
December 4, 2013 at 9:29 pm
For this to work, you will need to get Kerberos authentication configured. Have a look at http://blogs.technet.com/b/rob/archive/2011/11/23/enabling-kerberos-authentication-for-reporting-services.aspx - it has (I think) sufficient information to get you going.
If you...
December 4, 2013 at 9:28 pm
Is she running the report from inside Visual Studio or from the reports website ?
I have seen this happen in Visual Studio but when not when run from the reports...
December 3, 2013 at 7:54 pm
peacesells (12/3/2013)
December 3, 2013 at 7:44 pm
Full backups and differential backups don't backup data that is in the transaction log. They contains pages that exist in the various .mdf and .ndf files (the data files)...
December 2, 2013 at 7:59 pm
mario17 (12/2/2013)
I have simple report but user wants to add some title that kind looks like parent group, is it possible to insert extra line let say after 3rd group...
December 2, 2013 at 7:51 pm
In the report action, when you use "go to report", the bottom half of the screen allows you to add the parameters you want when calling that report.
December 1, 2013 at 7:42 pm
wendy elizabeth (12/1/2013)
December 1, 2013 at 7:22 pm
wendy elizabeth (11/29/2013)
Can you show me code for using the config file option?
All you need to do is create a table to store the location of your PDF, add a...
December 1, 2013 at 4:16 am
I normally store this sort of thing in a config table and use a dataset in the report to retrieve the value. The URL used for the action uses...
November 28, 2013 at 7:54 pm
kenreg (11/20/2013)
* Record the user who made the change (great...
November 20, 2013 at 8:10 pm
Try using the following expression in textbo34:
=sum(Fields!DaysVoid)
November 10, 2013 at 8:04 pm
Try using:
target server URL : http://XXXdev002/sites/Reports
target report folder: http://XXXdev002/sites/Reports/myreports
You don't need the "vti_bin" stuff
November 4, 2013 at 7:51 pm
What schema are the tables in ? Try including the schema name with the drop index/stats statements
October 31, 2013 at 9:23 pm
Viewing 15 posts - 256 through 270 (of 1,222 total)